]> git.ipfire.org Git - thirdparty/openssl.git/history - test
Add some TLS13 values to s_client/s_server
[thirdparty/openssl.git] / test /
2017-03-08  PauliLimit the output of the enc -ciphers command to just...
2017-03-08  Matt CaswellFix no-comp
2017-03-07  Matt CaswellFix the number of tests to skip if TLSv1.3 is disabled
2017-03-07  Matt CaswellAdd a test for records not on the record boundary
2017-03-07  Andy Polyakovtest: add chacha_internal_test.
2017-03-06  Matt CaswellAdd a test to check that we correctly handle record...
2017-03-06  Rich SalzFix an endless loop in rsa_builtin_keygen.
2017-03-06  Matt CaswellFix no-ec
2017-03-06  Matt CaswellFix a test failure with no-tls1_1
2017-03-04  Matt CaswellAdd a test for TLSv1.3 cookies
2017-03-03  Dr. Stephen HensonUpdate and add test
2017-03-03  Bernd EdlingerReset executable bits on files where not needed.
2017-03-02  Matt CaswellUpdate early data API for writing to unauthenticated...
2017-03-02  Matt CaswellRename SSL_write_early() to SSL_write_early_data()
2017-03-02  Matt CaswellRename SSL_read_early() to SSL_read_early_data()
2017-03-02  Matt CaswellAdd early_data tests
2017-03-02  Matt CaswellImplement the early data changes required in tls13_chan...
2017-03-02  Richard Levitte-precert doesn't work when configured no-ct, don't...
2017-03-02  Richard LevitteFix the skip numbers in 80-test_ca.t
2017-03-02  Matt CaswellUse the built in boolean type for CompressionExpected
2017-03-02  Matt CaswellAdd compression tests
2017-03-01  Emilia KasperRemove some obsolete/obscure internal define switches:
2017-02-28  Benjamin KadukAdd AGL's "beer mug" PEM file as another test input
2017-02-28  Benjamin KadukAdd test corpus for PEM reading
2017-02-28  Rich SalzExdata test was never enabled.
2017-02-28  Matt CaswellFix test_ssl_new when compiled with no-tls1_2 or no...
2017-02-28  Matt CaswellFix sslapitest when compiled with no-tls1_2
2017-02-28  Dr. Stephen HensonRevert rc4test removal, it performs additional tests...
2017-02-28  Matt CaswellRemove some commented out code in the tests
2017-02-28  Dr. Stephen HensonRemove more redundant tests: md4, md5, rmd, rc4, p5_crpt2
2017-02-28  Matt CaswellRemove the file r160test.c
2017-02-28  Dr. Stephen HensonRemove wp_test.c: exactly the same tests are in evptest...
2017-02-28  Emilia KasperClean up references to FIPS
2017-02-28  PauliAvoid buffer underflow in evp_test.
2017-02-28  Emilia KasperRemove methtest.c
2017-02-25  Dr. Stephen HensonAdd tests for SHA1 and EC point compression
2017-02-24  Dr. Stephen HensonEC certificate with compression point
2017-02-24  Dr. Stephen HensonAdd Suite B tests
2017-02-24  Dr. Stephen HensonAdd P-384 root and P-384, P-256 EE certificates.
2017-02-24  Emilia KasperX509 time: tighten validation per RFC 5280
2017-02-24  Bernd EdlingerAdd -Wundef to --strict-warnings options.
2017-02-23  Benjamin KadukAdd an sslapitest for early callback
2017-02-23  Benjamin KadukLet test handshakes stop on certain errors
2017-02-23  Benjamin KadukUse correct variable in test diagnostic
2017-02-23  Benjamin KadukAdopt test to changed behavior
2017-02-23  Benjamin KadukTests for SSL early callback
2017-02-23  Benjamin KadukTests for SSL_bytes_to_cipher_list()
2017-02-23  PauliAdd a test case that tests more of the cipher modes.
2017-02-22  Rob PercivalChange CA.pl flag from --newprecert to --precert
2017-02-22  Rob PercivalBasic test for "openssl req -precert" via apps/CA.pl
2017-02-22  Richard LevitteCorrect the no-dh and no-dsa fix
2017-02-21  Dr. Stephen HensonAdd no siglags test for ECDSA certificate
2017-02-21  PauliImplementation of the ARIA cipher as described in RFC...
2017-02-19  Todd ShortInternal siphash tests are not run.
2017-02-19  Richard LevitteVMS fix of test/recipes/80-test_ssl_new.t
2017-02-19  Richard LevitteFix no-dh and no-dsa
2017-02-17  Andy Polyakovtest/README: clarify last test number group
2017-02-17  Dr. Stephen Hensonadd DSA cert tests
2017-02-17  Dr. Stephen HensonAdd DH parameters, DSA cert and key
2017-02-17  Dr. Stephen HensonAdd DSA support to mkcert.sh
2017-02-17  Dr. Stephen HensonAdd and use function test_pem to work out test filenames.
2017-02-17  Richard LevitteFix test_x509_store
2017-02-17  Matt CaswellDon't use an enum in the return type for a public API...
2017-02-17  Matt CaswellAdd some KeyUpdate tests
2017-02-16  Richard LevitteAdd a test of the X509_STORE / X509_LOOKUP API
2017-02-16  Richard Levittetest/README: clarify test number groups
2017-02-16  Matt CaswellFix a mem leak in ssl_test_ctx.c
2017-02-16  Dr. Stephen HensonAdd client auth TLS 1.3 certificate selection tests
2017-02-16  Dr. Stephen HensonAdd ECDSA client certificates
2017-02-16  Matt CaswellDon't change the state of the ETM flags until CCS proce...
2017-02-16  Matt CaswellProvide a test for the Encrypt-Then-Mac renegotiation...
2017-02-14  Matt CaswellUpdate the tls13messages test to add some HRR scenarios
2017-02-14  Matt CaswellUpdate the kex modes tests to check various HRR scenarios
2017-02-14  Matt CaswellUpdate test counting in checkhandshake.pm
2017-02-14  Matt CaswellUpdate the key_share tests for HelloRetryRequest
2017-02-13  Andrea GrandiAdd test to show wrong behavior of ASYNC_WAIT_CTX
2017-02-13  Richard Levittetest_rehash does nothing, have it do something
2017-02-09  Richard LevitteAdd needed module in 25-test_sid.t
2017-02-08  Richard LevitteBecause our test sid file contains EC, don't try it...
2017-02-08  Matt CaswellFix crash in tls13_enc
2017-02-08  Dr. Stephen Hensonupdate test
2017-02-08  Dr. Stephen HensonCall EVP_CipherFinal in CCM mode for tests.
2017-02-06  Andy PolyakovRename 90-test_fuzz.t to 99-test_fuzz.t to ensure that...
2017-02-02  Dr. Stephen HensonAdd missing MinProtocol/MaxProtocol
2017-02-02  Dr. Stephen HensonAdd TLS 1.3 certificate selection tests.
2017-02-02  Cory BenfieldTest logging TLSv1.3 secrets.
2017-02-01  Todd ShortAdd support for parameterized SipHash
2017-02-01  Richard Levittebntests.txt: add a couple of checks of possibly negativ...
2017-02-01  Richard Levittebntest: do not stop on first fautl encountered
2017-02-01  Richard Levittebntest: make sure file_rshift tests BN_rshift1 as well...
2017-02-01  Richard Levittebntest: make sure that equalBN takes note of negative...
2017-01-30  Dr. Stephen HensonUse PSS for simple test so TLS 1.3 handhake is successful.
2017-01-30  Dr. Stephen HensonAdd tests for client and server signature type
2017-01-30  Dr. Stephen HensonAdd test support for TLS signature types.
2017-01-30  Matt CaswellAdd a test for the PSK kex modes extension
2017-01-30  Matt CaswellAdd a test for WPACKET_fill_lengths()
2017-01-30  Matt CaswellEnable wpacket test on shared builds
2017-01-30  Matt CaswellRe-enable resumption for TLS1.3 CT tests
2017-01-30  Matt CaswellAdd testing of TLSv1.3 resumption in test_tls13messages
2017-01-30  Matt CaswellRe-enable test_ssl_new resumption tests for TLSv1.3
next