summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Prepare for release of 3.0 alpha 1openssl-3.0.0-alpha1Matt Caswell2020-04-233-4/+4
* Update copyright yearMatt Caswell2020-04-231188-1188/+1188
* Add info on the CMP implementation and HTTP client to NEWS.md and CHANGES.mdDr. David von Oheimb2020-04-232-0/+18
* Fix a typo in the makefile templatesMatt Caswell2020-04-232-2/+2
* Mention the 3.0 wiki page in the release announcement emailsMatt Caswell2020-04-232-2/+12
* PROV: Ensure that EC keys have a default digestRichard Levitte2020-04-231-0/+5
* PROV: Ensure that ED25519 & ED448 keys have a mandatory digestRichard Levitte2020-04-232-5/+55
* EVP: Fix EVP_Digest{Sign,Verify}Init() to handle no default digestRichard Levitte2020-04-231-4/+10
* EVP: add internal evp_keymgmt_util_get_deflt_digest_name() and use itRichard Levitte2020-04-234-24/+57
* FIPS: remove algorithms that are not being validated.Pauli2020-04-231-12/+0
* Fix no-errMatt Caswell2020-04-221-2/+3
* Skip a no-dsa test in the fipsinstall testMatt Caswell2020-04-221-7/+11
* Skip a test in a no-dh buildMatt Caswell2020-04-221-7/+12
* Fix some build failures with no-dhMatt Caswell2020-04-223-0/+16
* Fix no-ecMatt Caswell2020-04-221-2/+2
* Add a link to wiki 3.0 upgrade notesMatt Caswell2020-04-221-0/+3
* GOST2012 TLS Supported Groups Identifiers SupportNikolay Morozov2020-04-223-1/+26
* evptest: set the DESX provider to be the legacy provider.Pauli2020-04-221-1/+1
* params: add functionality to test if an OSSL_PARAM has been set.Pauli2020-04-226-7/+45
* [crypto/ec] deprecate Jprojective_coordinates_GFp functionsBilly Brumley2020-04-2217-156/+149
* Add setter equivalents to X509_REQ_get0_signatureDirk-Willem van Gulik2020-04-216-6/+72
* Fix no-deprecated tests where the GOST engine is presentMatt Caswell2020-04-211-0/+3
* Fix no-desMatt Caswell2020-04-211-2/+2
* Fix an ssl_test_old test failureMatt Caswell2020-04-211-0/+3
* Fix test_ssl_new test failureMatt Caswell2020-04-211-4/+6
* Revert "TEST: make and use a fipsinstall script"Richard Levitte2020-04-214-56/+19
* Fix NULL dereference in SSL_check_chain() for TLS 1.3Benjamin Kaduk2020-04-211-1/+1
* Add test for CVE-2020-1967Benjamin Kaduk2020-04-211-2/+64
* Developer scripts: Release scriptRichard Levitte2020-04-2113-0/+1240
* Fix test_cmp_vfy failures with FUZZING_BUILD_MODE_UNSAFE_FOR_PRODUCTIONDr. David von Oheimb2020-04-211-0/+16
* gendsa: remove unnecessary OPENSSL_SUPPRESS_DEPRECATED definitionPauli2020-04-211-3/+0
* Teach ssl_test_old to use the FIPS provider for its testsMatt Caswell2020-04-202-13/+48
* Teach ssl_test_old how to run tests in a non-default library contextMatt Caswell2020-04-201-3/+29
* Use a fetched MD if appropriate in ssl3_cbc_digest_recordMatt Caswell2020-04-203-9/+16
* Teach ssl_test_new how to test the FIPS moduleMatt Caswell2020-04-2017-936/+1088
* Teach ssl_test_new to have different tests for different loaded providersMatt Caswell2020-04-205-498/+516
* Run ssl_test_new with a non-default library contextMatt Caswell2020-04-202-11/+39
* Update comment on crls_http_cb() as it does support non-blocking I/O since #1...Dr. David von Oheimb2020-04-201-3/+2
* Fix descriptions of credentials and verification options for various appsDr. David von Oheimb2020-04-2013-134/+181
* Swap parameters of evp_method_id()Dr. Matthias St. Pierre2020-04-201-5/+5
* Fix an assertion (and a comment) of evp_method_id()Dr. Matthias St. Pierre2020-04-201-4/+4
* Fix DH_get_nid() so that it does not cache values.Shane Lontis2020-04-2019-188/+570
* DOC: Extend EVP_PKEY-DSA(7) / EVP_PKEY_DH(7) with FFC informationShane Lontis2020-04-202-12/+226
* DOC: Refactor provider-keymgmt(7) to give the keytypes their own pagesRichard Levitte2020-04-206-236/+417
* Build files: add module installation targetsRichard Levitte2020-04-194-14/+107
* TEST: make and use a fipsinstall scriptRichard Levitte2020-04-194-19/+56
* Use the libctx for all EVP_PKEY_CTX operationsMatt Caswell2020-04-193-83/+39
* Re-enable FIPS testing in sslapitest.cMatt Caswell2020-04-192-23/+58
* Use a non-default libctx in sslapitestMatt Caswell2020-04-1914-114/+189
* dhparam: white space cleaningPauli2020-04-191-3/+1