STORE 'file' scheme loader: Add handler for encrypted PKCS#8 data
[openssl.git] / test /
2017-06-29 Richard LevitteSTORE tests: add PKCS#12 tests
2017-06-29 Richard LevitteAdd a test that checks the store utility
2017-06-29 Matt CaswellUpdates following review of SSL_export_key_material...
2017-06-29 Matt CaswellAdd an SSL_export_keying_material() test
2017-06-28 Richard LevitteAdd dependency on apps/progs.h for test/uitest.o
2017-06-28 Richard Levittetest/uitest.c's pem_password_cb returned 1 instead...
2017-06-27 Rich SalzUse randomness not entropy
2017-06-26 Paul YangFix return value checking for BIO_sock_init
2017-06-25 Benjamin KadukFix no-dsa build again
2017-06-25 Benjamin KadukAdd tests for deprecated sigalgs with TLS 1.3 ClientHellos
2017-06-25 Benjamin KadukFix no-dsa build
2017-06-23 Matt CaswellFix a memory leak in the new TAP filter BIO
2017-06-23 Matt CaswellFix the constant time 64 test
2017-06-22 PauliRemove uses of the TEST_check macro.
2017-06-21 PauliTAP line filter BIO.
2017-06-21 Matt CaswellPSK related tweaks based on review feedback
2017-06-21 Matt CaswellAdd some tests for the new TLSv1.3 PSK code
2017-06-21 Rich SalzAdd ecstress test
2017-06-21 Rich SalzAdd constant-time 64
2017-06-21 Dr. Stephen HensonUpdate test config file
2017-06-21 Dr. Stephen HensonAdd Ed25519 TLS 1.3 and 1.2 tests
2017-06-21 Dr. Stephen HensonAdd Ed25519 EE certificates
2017-06-21 Dr. Stephen HensonEd25519 support for mkcert.sh
2017-06-21 Rich SalzMerge Nokia copyright notice into standard
2017-06-21 PauliRemove OSSLzu macros and use %zu in the test framework...
2017-06-20 Rich SalzModify Sun copyright to follow OpenSSL style
2017-06-20 PauliAddress style issues.
2017-06-20 PauliAddress double error and OSSLzu comments.
2017-06-20 PauliPut error output back.
2017-06-20 PauliUpdate tests to avoid printf to stdout/stderr when...
2017-06-19 PauliFix preprocessor indentation.
2017-06-17 Richard LevitteFix va_list processing in test_note()
2017-06-16 PauliAdd output routines to allow consistent formatting...
2017-06-16 Bernd EdlingerAdd a missing break in test/shlibloadtest.c
2017-06-16 Matt CaswellAdd comments to test_ciphersuite_change()
2017-06-16 Matt CaswellMove ciphersuite selection before session resumption...
2017-06-16 Matt CaswellAdd a test for a server changing the ciphersuite
2017-06-15 Benjamin KadukFix no-ec
2017-06-15 Richard LevitteBuild apps/progs.h dynamically
2017-06-15 Richard LevitteMove bn and evp test programs input data to their respe...
2017-06-15 PauliCorrect Oracle copyrights & clarify.
2017-06-12 Benjamin KadukAdd sslapitest for SSL_early_get1_extensions_present()
2017-06-12 Benjamin KadukTLS 1.3 client sigalgs test no longer needs TLS 1.2
2017-06-11 Rich SalzIntroduce ASN1_TIME_set_string_X509 API
2017-06-09 Benjamin KadukFix memory leaks in CTLOG_new_from_base64
2017-06-09 Paul YangFix a bundle of trailing spaces in several files
2017-06-06 Todd ShortFix #2400 Add NO_RENEGOTIATE option
2017-06-06 Todd ShortHandle the server refusing to reneg in a reneg_setup
2017-06-06 Paul YangFix coding style
2017-06-06 Paul YangSet local variable to 0 to avoid build error
2017-06-06 Paul YangAdd test cases for X509_check_private_key
2017-06-05 Rich SalzUse common STANZA for bn and exp tests
2017-06-02 Todd ShortFix ex_data and session_dup issues
2017-05-30 Dr. Stephen Hensonno-ec fix
2017-05-30 Dr. Stephen HensonAdd Ed25519 verify test.
2017-05-30 Dr. Stephen HensonAdd RFC8032 tests and additional cases
2017-05-29 Thijs WenkerFix certificate version number in test
2017-05-26 Rainer JungFix use of "can_load()" in run_tests.pl.
2017-05-26 Andy Polyakovtest/evp_test.c: improve output in case of errors.
2017-05-25 Matt CaswellFix BoringSSL alert related test failures
2017-05-23 Rich SalzFix va_arg all in test_error_c90
2017-05-23 Rich SalzRevise evp_test parser; make like bn_test
2017-05-23 Rich SalzAdd titles to groups of EVP tests
2017-05-23 Rich SalzFix line numbering for errors.
2017-05-22 PauliReformat the string output to be more in line with...
2017-05-22 PauliBring the memory output inline with the suggestions...
2017-05-22 Alex GaynorFixed merge nonsense
2017-05-22 Alex GaynorNewlines!
2017-05-22 Alex GaynorUpdate the test to assert that the SCT is from an X...
2017-05-22 Todd ShortFix the mem_sec "small arena"
2017-05-22 Andy Polyakovtest/secmemtest.c: clarify limitations for huge secure...
2017-05-21 Andy Polyakovtest/run_tests.pl: don't mask test failures.
2017-05-21 Andy Polyakovtest/test_test.c: fix wrong BN test [and rearrange...
2017-05-21 Todd ShortTweak sec_mem tests
2017-05-20 Dr. Stephen Hensonmove comments to same line as fields
2017-05-20 Dr. Stephen HensonAdd test data for EVP_DigestSign/EVP_DigestVerify tests.
2017-05-20 Dr. Stephen HensonAdd test support for "oneshot" versions EVP_DigestSign...
2017-05-20 Dr. Stephen HensonAdd tests in evp_test for EVP_Digest{Sign,Verify}{Init...
2017-05-19 Dr. Stephen Hensonremove duplicate tests
2017-05-19 Dr. Stephen HensonAdd tests
2017-05-19 Dr. Stephen HensonAdd support for multiple update calls in evp_test
2017-05-19 PauliReformat the output of BIGNUMS where test cases fail.
2017-05-17 Todd ShortFix compile error/warning in packettest.c
2017-05-17 Matt CaswellAdd a test for a missing sig algs extension
2017-05-17 Matt CaswellAdd tests for unsolicited extensions
2017-05-17 Matt CaswellDon't allow fragmented alerts
2017-05-16 Rich SalzUse BIO not FILE for test file
2017-05-15 PauliRandomise the ordering of the C unit tests.
2017-05-12 Rich SalzReview feedback; use single main, #ifdef ADD_TEST
2017-05-12 Rich SalzConvert shlibloadtest to new framework
2017-05-12 Rich SalzAdd "Title" directive to evp_test
2017-05-12 Rich SalzUse scalar, not length; fixes test_evp
2017-05-11 Rich SalzRename evptests.txt to evppkey.txt
2017-05-11 Rich SalzSplit test/evptests.txt into separate files.
2017-05-11 Todd ShortFix infinite loops in secure memory allocation.
2017-05-11 Richard Levittetestutil: Fix non-standard subtest output
2017-05-11 Richard Levitteevp_test: use the test file name as the test title
2017-05-11 Richard Levittetestutil: add the possibility to set the current test...
2017-05-11 Bernd EdlingerFix gcc-7 warnings.
2017-05-11 Rich SalzUse compare_mem wrapper
next