summaryrefslogtreecommitdiffstats
path: root/ms (unfollow)
Commit message (Expand)AuthorFilesLines
2020-04-23Update copyright yearMatt Caswell1188-1188/+1188
2020-04-23Add info on the CMP implementation and HTTP client to NEWS.md and CHANGES.mdDr. David von Oheimb2-0/+18
2020-04-23Fix a typo in the makefile templatesMatt Caswell2-2/+2
2020-04-23Mention the 3.0 wiki page in the release announcement emailsMatt Caswell2-2/+12
2020-04-23PROV: Ensure that EC keys have a default digestRichard Levitte1-0/+5
2020-04-23PROV: Ensure that ED25519 & ED448 keys have a mandatory digestRichard Levitte2-5/+55
2020-04-23EVP: Fix EVP_Digest{Sign,Verify}Init() to handle no default digestRichard Levitte1-4/+10
2020-04-23EVP: add internal evp_keymgmt_util_get_deflt_digest_name() and use itRichard Levitte4-24/+57
2020-04-23FIPS: remove algorithms that are not being validated.Pauli1-12/+0
2020-04-22Fix no-errMatt Caswell1-2/+3
2020-04-22Skip a no-dsa test in the fipsinstall testMatt Caswell1-7/+11
2020-04-22Skip a test in a no-dh buildMatt Caswell1-7/+12
2020-04-22Fix some build failures with no-dhMatt Caswell3-0/+16
2020-04-22Fix no-ecMatt Caswell1-2/+2
2020-04-22Add a link to wiki 3.0 upgrade notesMatt Caswell1-0/+3
2020-04-22GOST2012 TLS Supported Groups Identifiers SupportNikolay Morozov3-1/+26
2020-04-22evptest: set the DESX provider to be the legacy provider.Pauli1-1/+1
2020-04-22params: add functionality to test if an OSSL_PARAM has been set.Pauli6-7/+45
2020-04-22[crypto/ec] deprecate Jprojective_coordinates_GFp functionsBilly Brumley17-156/+149
2020-04-21Add setter equivalents to X509_REQ_get0_signatureDirk-Willem van Gulik6-6/+72
2020-04-21Fix no-deprecated tests where the GOST engine is presentMatt Caswell1-0/+3
2020-04-21Fix no-desMatt Caswell1-2/+2
2020-04-21Fix an ssl_test_old test failureMatt Caswell1-0/+3
2020-04-21Fix test_ssl_new test failureMatt Caswell1-4/+6
2020-04-21Revert "TEST: make and use a fipsinstall script"Richard Levitte4-56/+19
2020-04-21Fix NULL dereference in SSL_check_chain() for TLS 1.3Benjamin Kaduk1-1/+1
2020-04-21Add test for CVE-2020-1967Benjamin Kaduk1-2/+64
2020-04-21Developer scripts: Release scriptRichard Levitte13-0/+1240
2020-04-21Fix test_cmp_vfy failures with FUZZING_BUILD_MODE_UNSAFE_FOR_PRODUCTIONDr. David von Oheimb1-0/+16
2020-04-21gendsa: remove unnecessary OPENSSL_SUPPRESS_DEPRECATED definitionPauli1-3/+0
2020-04-20Teach ssl_test_old to use the FIPS provider for its testsMatt Caswell2-13/+48
2020-04-20Teach ssl_test_old how to run tests in a non-default library contextMatt Caswell1-3/+29
2020-04-20Use a fetched MD if appropriate in ssl3_cbc_digest_recordMatt Caswell3-9/+16
2020-04-20Teach ssl_test_new how to test the FIPS moduleMatt Caswell17-936/+1088
2020-04-20Teach ssl_test_new to have different tests for different loaded providersMatt Caswell5-498/+516
2020-04-20Run ssl_test_new with a non-default library contextMatt Caswell2-11/+39
2020-04-20Update comment on crls_http_cb() as it does support non-blocking I/O since #1...Dr. David von Oheimb1-3/+2
2020-04-20Fix descriptions of credentials and verification options for various appsDr. David von Oheimb13-134/+181
2020-04-20Swap parameters of evp_method_id()Dr. Matthias St. Pierre1-5/+5
2020-04-20Fix an assertion (and a comment) of evp_method_id()Dr. Matthias St. Pierre1-4/+4
2020-04-20Fix DH_get_nid() so that it does not cache values.Shane Lontis19-188/+570
2020-04-20DOC: Extend EVP_PKEY-DSA(7) / EVP_PKEY_DH(7) with FFC informationShane Lontis2-12/+226
2020-04-20DOC: Refactor provider-keymgmt(7) to give the keytypes their own pagesRichard Levitte6-236/+417
2020-04-19Build files: add module installation targetsRichard Levitte4-14/+107
2020-04-19TEST: make and use a fipsinstall scriptRichard Levitte4-19/+56
2020-04-19Use the libctx for all EVP_PKEY_CTX operationsMatt Caswell3-83/+39
2020-04-19Re-enable FIPS testing in sslapitest.cMatt Caswell2-23/+58
2020-04-19Use a non-default libctx in sslapitestMatt Caswell14-114/+189
2020-04-19dhparam: white space cleaningPauli1-3/+1
2020-04-19apps: undeprecate the conditioned out appsPauli1-10/+13