summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2020-04-22[crypto/ec] deprecate Jprojective_coordinates_GFp functionsBilly Brumley
2020-04-21Add setter equivalents to X509_REQ_get0_signatureDirk-Willem van Gulik
2020-04-21Fix no-deprecated tests where the GOST engine is presentMatt Caswell
2020-04-21Fix no-desMatt Caswell
2020-04-21Fix an ssl_test_old test failureMatt Caswell
2020-04-21Fix test_ssl_new test failureMatt Caswell
2020-04-21Revert "TEST: make and use a fipsinstall script"Richard Levitte
2020-04-21Fix NULL dereference in SSL_check_chain() for TLS 1.3Benjamin Kaduk
2020-04-21Add test for CVE-2020-1967Benjamin Kaduk
2020-04-21Developer scripts: Release scriptRichard Levitte
2020-04-21Fix test_cmp_vfy failures with FUZZING_BUILD_MODE_UNSAFE_FOR_PRODUCTIONDr. David von Oheimb
2020-04-21gendsa: remove unnecessary OPENSSL_SUPPRESS_DEPRECATED definitionPauli
2020-04-20Teach ssl_test_old to use the FIPS provider for its testsMatt Caswell
2020-04-20Teach ssl_test_old how to run tests in a non-default library contextMatt Caswell
2020-04-20Use a fetched MD if appropriate in ssl3_cbc_digest_recordMatt Caswell
2020-04-20Teach ssl_test_new how to test the FIPS moduleMatt Caswell
2020-04-20Teach ssl_test_new to have different tests for different loaded providersMatt Caswell
2020-04-20Run ssl_test_new with a non-default library contextMatt Caswell
2020-04-20Update comment on crls_http_cb() as it does support non-blocking I/O since #1...Dr. David von Oheimb
2020-04-20Fix descriptions of credentials and verification options for various appsDr. David von Oheimb
2020-04-20Swap parameters of evp_method_id()Dr. Matthias St. Pierre
2020-04-20Fix an assertion (and a comment) of evp_method_id()Dr. Matthias St. Pierre
2020-04-20Fix DH_get_nid() so that it does not cache values.Shane Lontis
2020-04-20DOC: Extend EVP_PKEY-DSA(7) / EVP_PKEY_DH(7) with FFC informationShane Lontis
2020-04-20DOC: Refactor provider-keymgmt(7) to give the keytypes their own pagesRichard Levitte
2020-04-19Build files: add module installation targetsRichard Levitte
2020-04-19TEST: make and use a fipsinstall scriptRichard Levitte
2020-04-19Use the libctx for all EVP_PKEY_CTX operationsMatt Caswell
2020-04-19Re-enable FIPS testing in sslapitest.cMatt Caswell
2020-04-19Use a non-default libctx in sslapitestMatt Caswell
2020-04-19dhparam: white space cleaningPauli
2020-04-19apps: undeprecate the conditioned out appsPauli
2020-04-19openssl: include the version a command was deprecated in the output text.Pauli
2020-04-19apps: reinstate deprecated commands but using PKEY APIsPauli
2020-04-19dsaparam: update command line app to use EVP callsPauli
2020-04-19CHANGES: note which command line utilities are marked for deprecation but sti...Pauli
2020-04-19Undeprecate DH_get_length() and DH_set_length() functionsPauli
2020-04-19gendsa: update command line app to use EVP callsPauli
2020-04-19genrsa: update command line app to use EVP callsPauli
2020-04-19openssl: include the version a command was deprecated in the output text.Pauli
2020-04-19apps: reinstate deprecated commands but using PKEY APIsPauli
2020-04-19dhparam: update command line app to use EVP callsPauli
2020-04-19tests: reinstate tests for deprecated but non-removed functionalityPauli
2020-04-19dsaparam: update command line app to use EVP callsPauli
2020-04-19rsa: update command line app to use EVP callsPauli
2020-04-19dsa: update command line app to use EVP callsPauli
2020-04-18Prevent crash in X509_NAME_cmp() etc. when cert has no issuer or no serialNumberDr. David von Oheimb
2020-04-18Add CMP error reason 'missing reference cert'Dr. David von Oheimb
2020-04-18Add CMP fuzzing to fuzz/cmp.c, including a couple of helpers in crypto/cmp/Dr. David von Oheimb
2020-04-18Add a couple of hints to fuzz/README.mdDr. David von Oheimb