APPS: Fix 'openssl dhparam'
[openssl.git] / test /
2020-06-08 Vadim Fedorenkotest: TLS1.3 and new ciphers for kTLS
2020-06-08 Dr. David von OheimbFix 90-test_store.t for latest config, limits, provider...
2020-06-08 Dr. David von OheimbAdd chain to PKCS#12 test file generation in 90-test_st...
2020-06-06 Richard LevitteTEST: Adjust test/bioprinttest.c to behave like the...
2020-06-06 Richard LevitteTESTUTIL: Adjust the rest of testutil
2020-06-06 Richard LevitteTESTUTIL: Separate TAP output and other output by BIO...
2020-06-05 Matt CaswellWhen asked if an ECX key has parameters we should answe...
2020-06-05 Matt CaswellFix error path in int create_ssl_ctx_pair()
2020-06-05 Matt CaswellImplement a test for sigalgs not being present
2020-06-05 Matt CaswellImplement a Filtering Provider
2020-06-04 Paulifips: add additional algorithms to the FIPS provider.
2020-06-04 Richard LevitteTEST: Add provider_fallback_test, to test aspects of...
2020-06-04 Matt CaswellUpdate copyright year
2020-06-03 Pauliossl_shim: const cast the param arguments to avoid...
2020-06-03 Rich SalzUpdate manpage to fix examples, other minor tweaks
2020-06-03 Rich SalzCleanup cert config files for tests
2020-06-03 Pauliossl_shim: include core_names.h to resolve undeclared...
2020-06-02 Richard LevitteTEST: Test i2d_PKCS8PrivateKey_bio() and PEM_write_bio_...
2020-06-02 Billy BrumleyMove EC_METHOD to internal-only
2020-06-01 Bernd EdlingerRevert the check for NaN in %f format
2020-05-29 Bernd Edlingerbio printf: Avoid using rounding errors in range check
2020-05-28 Benjamin Kaduktest HKDF with empty IKM
2020-05-28 Matt CaswellAdd a test for fetching EVP_PKEY style algs without...
2020-05-28 Matt CaswellFail if we fail to fetch the EVP_KEYMGMT
2020-05-28 Shane LontisFix errtest for older compilers
2020-05-28 Pauliossl_shim: use the correct ticket key call back.
2020-05-27 Paulifips: add AES OFB mode ciphers to FIPS provider.
2020-05-27 Paulifips: add AES CFB mode ciphers to FIPS provider.
2020-05-27 Dr. David von OheimbRename EVP_PKEY_cmp() to EVP_PKEY_eq() and EVP_PKEY_cmp...
2020-05-27 FdaSilvaYYcrypto/cms: add CAdES-BES signed attributes validation
2020-05-26 Shane LontisUpdate core_names.h fields and document most fields.
2020-05-26 Shane LontisFix ERR_print_errors so that it matches the documented...
2020-05-25 Pauliossl_shim: add deprecation guards around the -use-ticke...
2020-05-23 Dmitry BelyavskiyGOST external tests
2020-05-23 Bernd EdlingerFix the parameter types of the CRYPTO_EX_dup function...
2020-05-19 Dmitry BelyavskiyTest for the SSL_OP_IGNORE_UNEXPECTED_EOF option
2020-05-19 Billy Brumleydeprecate EC precomputation functionality
2020-05-18 Matt CaswellDelete the sslprovider test
2020-05-16 Billy Brumleydeprecate EC_POINTs_mul function
2020-05-16 Matt CaswellMaintain strict type discipline between the core and...
2020-05-15 raja-ashokTest TLSv1.3 out-of-band PSK with all 5 ciphersuites
2020-05-15 Matt CaswellUpdate copyright year
2020-05-14 Richard Levittetest/evp_extra_test.c: Add OPENSSL_NO_CMAC around CMAC...
2020-05-14 Richard Levittetest/recipes/15-test_rsapss.t: Add test with unrestrict...
2020-05-14 Richard Levittetest/ssl-tests/20-cert-select.cnf.in: Re-enable RSA...
2020-05-14 Richard Levittetest/evp_pkey_provided_test.c: Display first, compare...
2020-05-14 Richard Levittetest/evp_extra_test.c: Add test for CMAC keygen with...
2020-05-13 Dr. David von OheimbRename OSSL_CMP_CTX_set1_clCert() to OSSL_CMP_CTX_set1_...
2020-05-13 Dr. David von OheimbChunk 11 of CMP contribution to OpenSSL: CMP command...
2020-05-08 Maximilian BlenkFix PEM certificate loading that sometimes fails
2020-05-08 Rich SalzFix issues reported by markdownlint
2020-05-07 Nikolay MorozovSSL_OP_DISABLE_TLSEXT_CA_NAMES option implementation
2020-05-07 Shane LontisAdd RSA SHA512 truncated digest support
2020-05-07 Shane LontisRemove gen_get_params & gen_gettable_params from keygen...
2020-05-06 Matt CaswellExtend test_ssl_get_shared_ciphers
2020-05-06 Matt CaswellCentralise Environment Variables for the tests
2020-05-04 Shane LontisFix aix compile error in cmp_ctx_test.c
2020-05-04 Matt CaswellAdd some tests for the newly added raw private/public...
2020-05-04 Richard LevitteWPACKET: don't write DER length when we don't want to
2020-05-02 Shane LontisAdd default property API's to enable and test for fips
2020-05-01 Benjamin KadukAdd test for SSL_new_session_ticket()
2020-05-01 Mat BerchtoldAdd a test for EVP_PKEY_*_check functions for "DSA...
2020-04-30 Paulicoverity 1462562 Dereference before null check
2020-04-30 Paulicoverity 1462577: Incorrect expression
2020-04-29 Shourya ShuklaAmend references to "OpenSSL license"
2020-04-28 Matt CaswellUpdate README.ssltests.md
2020-04-28 Richard LevitteRename FIPS_MODE to FIPS_MODULE
2020-04-27 Benjamin Kaduksslapitest: only compile test when it will be used
2020-04-25 Dirk-Willem van... Add support for unusal 'othername' subjectAltNames
2020-04-25 Pauliparams: change OSSL_PARAM_set_unmodified() to operate...
2020-04-24 David von OheimbAdd function load_csr(file,format,desc) to apps/lib...
2020-04-24 Rich SalzIn OpenSSL builds, declare STACK for datatypes ...
2020-04-24 Rich SalzRename fipsinstall.cnf->fipsmodule.cnf
2020-04-24 Rich SalzUpdate some nits around the FIPS module
2020-04-23 Matt CaswellUpdate copyright year
2020-04-22 Matt CaswellSkip a no-dsa test in the fipsinstall test
2020-04-22 Matt CaswellSkip a test in a no-dh build
2020-04-22 Matt CaswellFix no-ec
2020-04-22 Paulievptest: set the DESX provider to be the legacy provider.
2020-04-22 Pauliparams: add functionality to test if an OSSL_PARAM...
2020-04-21 Billy Brumley[crypto/ec] deprecate Jprojective_coordinates_GFp functions
2020-04-21 Matt CaswellFix no-deprecated tests where the GOST engine is present
2020-04-21 Matt CaswellFix no-des
2020-04-21 Matt CaswellFix an ssl_test_old test failure
2020-04-21 Richard LevitteRevert "TEST: make and use a fipsinstall script"
2020-04-21 Benjamin KadukAdd test for CVE-2020-1967
2020-04-21 Dr. David von OheimbFix test_cmp_vfy failures with FUZZING_BUILD_MODE_UNSAF...
2020-04-20 Matt CaswellTeach ssl_test_old to use the FIPS provider for its...
2020-04-20 Matt CaswellTeach ssl_test_old how to run tests in a non-default...
2020-04-20 Matt CaswellTeach ssl_test_new how to test the FIPS module
2020-04-20 Matt CaswellTeach ssl_test_new to have different tests for differen...
2020-04-20 Matt CaswellRun ssl_test_new with a non-default library context
2020-04-20 Shane LontisFix DH_get_nid() so that it does not cache values.
2020-04-19 Richard LevitteTEST: make and use a fipsinstall script
2020-04-19 Matt CaswellRe-enable FIPS testing in sslapitest.c
2020-04-19 Matt CaswellUse a non-default libctx in sslapitest
2020-04-19 Paulitests: reinstate tests for deprecated but non-removed...
2020-04-18 Dr. David von OheimbAdd CMP fuzzing to fuzz/cmp.c, including a couple of...
2020-04-18 Dr. David von OheimbRename CMP_PROTECTEDPART to OSSL_CMP_PROTECTEDPART...
2020-04-17 Richard LevitteTEST: Add a test of keygen with an empty template in...
next