summaryrefslogtreecommitdiffstats
path: root/ssl/t1_trce.c (unfollow)
Commit message (Expand)AuthorFilesLines
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
2020-04-19openssl: include the version a command was deprecated in the output text.Pauli1-24/+21
2020-04-19apps: reinstate deprecated commands but using PKEY APIsPauli1-4/+4
2020-04-19dsaparam: update command line app to use EVP callsPauli1-21/+24
2020-04-19CHANGES: note which command line utilities are marked for deprecation but sti...Pauli1-17/+22
2020-04-19Undeprecate DH_get_length() and DH_set_length() functionsPauli1-2/+1
2020-04-19gendsa: update command line app to use EVP callsPauli1-2/+30
2020-04-19genrsa: update command line app to use EVP callsPauli2-34/+58
2020-04-19openssl: include the version a command was deprecated in the output text.Pauli3-32/+39
2020-04-19apps: reinstate deprecated commands but using PKEY APIsPauli1-4/+4
2020-04-19dhparam: update command line app to use EVP callsPauli4-61/+88
2020-04-19tests: reinstate tests for deprecated but non-removed functionalityPauli3-30/+13
2020-04-19dsaparam: update command line app to use EVP callsPauli2-39/+99
2020-04-19rsa: update command line app to use EVP callsPauli1-23/+29
2020-04-19dsa: update command line app to use EVP callsPauli1-16/+10
2020-04-18Prevent crash in X509_NAME_cmp() etc. when cert has no issuer or no serialNumberDr. David von Oheimb1-1/+9
2020-04-18Add CMP error reason 'missing reference cert'Dr. David von Oheimb5-1/+9