sha/asm/sha512p8-ppc.pl: add POWER8 performance data.
[openssl.git] / test /
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
2017-05-11 Rich SalzAddress some feedback
2017-05-11 Rich SalzConvert of evp_test to framework
2017-05-11 Richard LevitteClarify that a test failed
2017-05-11 PauliAdd a descriptive header to diff output from failed...
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-05-09 PauliAdd test_test tests for bignums.
2017-05-09 PauliAdd BN support to the test infrastructure.
2017-05-09 Matt CaswellAdd test for no change following an HRR
2017-05-09 Matt CaswellMore TLSv1.3 cookie tests
2017-05-09 Matt CaswellFix some copy&paste errors and update following review...
2017-05-09 Matt CaswellAdd some badly formatted compression methods tests
2017-05-08 Benjamin KadukAdd unit test for PEM_FLAG_ONLY_B64
2017-05-08 Matt CaswellAdd a test for supported_groups in the EE message
2017-05-06 Richard Levittetest/recipes/95-test_*.t : correct skip_all syntax
next