[crypto/ec] for ECC parameters with NULL or zero cofactor, compute it
[openssl.git] / test /
2019-05-28 Richard LevitteUpdate copyright year
2019-03-06 Matt CaswellTest an overlong ChaCha20-Poly1305 nonce
2019-02-21 Nicola TuveriTest for constant-time flag leakage in BN_CTX
2019-02-20 Nicola Tuveri[test] unit test for field_inv function pointer in...
2018-11-20 Matt CaswellUpdate copyright year
2018-11-13 Richard LevitteFix rpath-related Linux "test_shlibload" failure.
2018-09-29 Billy Brumley[test] ECC: make sure negative tests pass for the right...
2018-09-29 Billy BrumleyMore EVP ECC testing: positive and negative
2018-09-29 Nicola TuveriMove evp test programs input data to its own data dir
2018-09-29 Nicola TuveriSplit test/evptests.txt into separate files.
2018-09-16 PauliAdd a compile time test to verify that openssl/rsa...
2018-09-13 Matt CaswellAdd an explicit cast to time_t
2018-09-04 PauliKey zeroization fix for EVP_SealInit.
2018-09-04 PauliMake OBJ_NAME case insensitive.
2018-08-23 PauliZero memory in CRYPTO_secure_malloc.
2018-08-14 Matt CaswellUpdate copyright year
2018-08-05 PauliAvoid errors when loading a cert multiple times.
2018-07-02 Andy Polyakovtest/evp_test.c: address sanitizer errors in pderive_te...
2018-06-21 Billy Brumley[crypto/ec] don't assume points are of order group...
2018-05-24 David BenjaminSave and restore the Windows error around TlsGetValue.
2018-05-23 Viktor DukhovniLimit scope of CN name constraints
2018-05-05 Emilia KasperX509 time: tighten validation per RFC 5280
2018-04-20 Bernd EdlingerFix a gcc-8 warning -Wcast-function-type
2018-04-20 Matt CaswellAdd a test for SSL_pending()
2018-04-19 Matt CaswellAdd a test for a NULL X509_STORE in X509_STORE_CTX_init
2018-04-14 Matthias KraftCustome built dladdr() for AIX.
2018-04-13 Richard Levittetest/recipes/test_genrsa.t : don't fail because of...
2018-03-31 Richard LevitteRefuse to run test_cipherlist unless shared library...
2018-03-29 Richard LevitteFaster fuzz test: teach the fuzz test programs to handl...
2018-03-27 Matt CaswellUpdate copyright year
2018-03-19 Richard LevitteEnhance ssltestlib's create_ssl_ctx_pair to take min...
2018-03-19 Richard LevitteStop test/shlibloadtest.c from failing in a regression...
2018-02-24 Andy Polyakovtest/recipes/80-test_pkcs12.t: handle lack of Win32...
2018-02-19 Richard Levittetest_ssl_old: avoid empty strings for flags
2018-01-30 Matt CaswellAdd the SSL_OP_NO_RENEGOTIATION option to 1.1.0
2018-01-29 Richard LevitteDon't break testing when runnins as root
2018-01-20 Richard LevitteEnable TLSProxy tests on Windows
2018-01-06 Bernd EdlingerStop using unimplemented cipher classes.
2017-12-16 Bernd EdlingerFix a gcc fallthru warning
2017-12-13 Benjamin KadukWrap more of ocspapitest.c in OPENSSL_NO_OCSP
2017-12-13 Benjamin KadukFix coverity-reported errors in ocspapitest
2017-12-13 Benjamin KadukAdd OCSP API test executable
2017-12-11 Benjamin KadukFix typo in comment
2017-12-08 Rich SalzStandardize syntax of sizeof(foo)
2017-12-08 Richard LevitteRemove unicode characters from source
2017-12-07 Matt CaswellFix the buffer sizing in the fatalerrtest
2017-12-06 Matt CaswellAdd a test for CVE-2017-3737
2017-11-21 Richard LevitteAvoid unnecessary MSYS2 conversion of some arguments
2017-11-05 Richard LevitteConsolidate the locations where we have our internal...
2017-11-05 Richard LevittePerl: Use our own globbing wrapper rather than File...
2017-11-03 FdaSilvaYYSpelling doc #3580
2017-10-31 Baptiste Jonglezafalg: Fix kernel version check
2017-10-13 Dr. Stephen HensonBackport key redirection test from master branch
2017-10-13 Ben KadukSkip ssl-tests/19-mac-then-encrypt.conf for no-tls1_2
2017-10-09 Richard LevitteFix util/perl/OpenSSL/Test.pm input variable overwrite
2017-10-05 Emilia KasperTest mac-then-encrypt
2017-09-30 Andy Polyakovrecipes/25-test_verify.t: reformat.
2017-09-30 David BenjaminGuard against DoS in name constraints handling.
2017-09-27 David BenjaminAllow DH_set0_key with only private key.
2017-09-01 Richard LevitteFix OpenSSL::Test::Utils::config to actualy load the...
2017-08-21 Nicola Tuverievp_test.c: Add PrivPubKeyPair negative tests
2017-08-21 Nicola Tuverievp_test.c: Add PrivPubKeyPair test
2017-08-16 David von OheimbFix OCSP_basic_verify() cert chain construction in...
2017-08-10 Dr. Stephen Hensonno-ec2m fixes
2017-08-10 Dr. Stephen HensonAdd alternative CMS P-256 cert
2017-08-08 Dr. Stephen HensonAdd test for ECDH CMS key only
2017-08-03 Richard LevitteRevert "Perl: Use File::Glob::bsd_glob rather than...
2017-07-29 Bernd EdlingerAdd some test coverage for OPENSSL_secure_clear_free
2017-07-28 Richard LevittePerl: Use File::Glob::bsd_glob rather than File::Glob...
2017-07-24 Richard Levittetest/recipes/80-test_tsa.t: Don't trust 'OPENSSL_CONF'
2017-07-07 Richard Levittetest/run_tests.pl: Make sure to exit with a code that...
2017-07-07 Richard Levittetest/recipes/90-test_shlibload.t: Make sure to handle...
2017-06-14 Todd ShortFix ex_data and session_dup issues
2017-05-26 Rainer JungFix use of "can_load()" in run_tests.pl.
2017-05-22 Todd ShortFix infinite loops in secure memory allocation.
2017-05-22 Andy Polyakovtest/run_tests.pl: don't mask test failures.
2017-05-10 Matt CaswellAdd a test for SNI in conjunction with custom extensions
2017-05-10 Richard LevittePrefer TAP::Harness over Test::Harness
2017-04-28 Rich SalzEnsure blank lines between tests.
2017-04-26 Rob PercivalAdd SSL tests for certificates with embedded SCTs
2017-04-26 Dr. Stephen HensonAdd and use function test_pem to work out test filenames.
2017-04-17 Rich SalzCatch EC_R_UNKNOWN_GROUP in check_unsupported()
2017-04-14 Nicola TuveriReformat evptests.txt
2017-04-13 Nicola TuveriRemove ecdhtest.c
2017-04-13 Nicola Tuveriecdhtest.c: move co-factor ECDH KATs to evptests
2017-04-12 Nicola TuveriRemove more stale code in ecdhtest.c
2017-04-12 Nicola Tuveriecdhtest.c: move KATs to evptests.txt
2017-04-12 Nicola TuveriRemove stale code in ecdhtest.c
2017-04-12 Nicola Tuveriecdhtest.c: move NAMED CURVES TESTS to evptests.txt
2017-04-11 Benjamin KadukAllow an ALPN callback to pretend to not exist
2017-03-30 FdaSilvaYYMore typo fixes
2017-03-28 Rich SalzMove PRIu64 to e_os.h
2017-03-28 Emilia Kasperasynctest: don't depend on apps
2017-03-21 Richard LevitteFix test/recipes/80-test_ssl_old.t
2017-03-21 Richard LevitteRework how protocol specific ciphers in 80-test_ssl_old...
2017-03-20 Bernd EdlingerFix the error handling in CRYPTO_dup_ex_data.
2017-03-17 Péter BudaiFixed PKCS5_PBKDF2_HMAC() to adhere to the documentation.
2017-03-16 Richard LevitteRather use -out parameter than redirect stdout
2017-03-14 Benjamin KadukFix some -Wshadow warnings
2017-03-13 Bernd EdlingerAdded a test case for RSA_padding_add_PKCS1_PSS_mgf1.
next