]> git.ipfire.org Git - thirdparty/openssl.git/history - test
Fix referenses in section 3 manuals
[thirdparty/openssl.git] / test /
2016-11-10  Matt CaswellFix test_sslcorrupt when using TLSv1.3
2016-11-10  Richard LevitteLink internal tests with static OpenSSL libraries when...
2016-11-10  Richard LevitteFix no-ct in test/ct_test.c
2016-11-10  Matt CaswellFix the no-tls option
2016-11-10  Richard LevitteFix no-cms (CVE-2016-7053)
2016-11-10  Andy Polyakovtest/evptests.txt: add negative tests for AEAD ciphers.
2016-11-10  Andy Polyakovtest: add TLS application data corruption test.
2016-11-10  Dr. Stephen Hensonadd test for CVE-2016-7053
2016-11-10  Andy Polyakovtest/bntest.c: regression test for CVE-2016-7055.
2016-11-10  Richard LevitteFix the evp_test Ctrl keyword processing
2016-11-10  Richard LevitteFix no-dso (shlibloadtest)
2016-11-09  Matt CaswellGive the test with only TLS1.1 and TLS1.0 a better...
2016-11-09  Matt CaswellAdd some more version tests
2016-11-09  Matt CaswellLook at the supported_versions extension even if the...
2016-11-09  Matt CaswellAdd a test for the supported_versions extension
2016-11-09  Matt CaswellAdd server side support for supported_versions extension
2016-11-09  Emilia KasperAdd main() test methods to reduce test boilerplate.
2016-11-09  EasySecdtl_mtu_test doesn't follow BIO_* conventions and make...
2016-11-09  Matt CaswellAdd a test for the TLS1.3 secret generation
2016-11-09  Matt CaswellAdd support for initialising WPACKETs from a static...
2016-11-09  Matt CaswellFollowing the changes to HKDF to accept a mode, add...
2016-11-07  David BenjaminImprove RSA test coverage.
2016-11-07  David BenjaminImplement RSASSA-PKCS1-v1_5 as specified.
2016-11-07  Emilia KasperSimplify tests part 2
2016-11-07  Matt CaswellAdd a test for the wrong version number in a record
2016-11-07  Matt Caswelltest_sslcbcpadding only makes sense <TLS1.3
2016-11-05  Richard Levitteconstant time test: include our internal/numbers.h...
2016-11-04  Richard LevitteCorrect internal tests sources
2016-11-04  Emilia KasperDon't create fixtures for simple tests
2016-11-04  Emilia Kaspertestutil: always print errors on failure
2016-11-04  Matt CaswellTest the size_t constant time functions
2016-11-04  Matt CaswellRemove an unused field in ossl_shim
2016-11-04  Matt CaswellAdd a wildcard exception for TLS13 tests
2016-11-04  Matt CaswellSwap header copyrights to standard OpenSSL
2016-11-04  Matt CaswellAdd missing bn.h include
2016-11-04  Matt CaswellUpdate the BoringSSL suppressions file based on the...
2016-11-04  Matt CaswellRename BoringSSL style OPENSSL_WINDOWS to OPENSSL_SYS_W...
2016-11-04  Matt CaswellFix a code inconsistency
2016-11-04  Matt CaswellRemove some #if 0'd out code
2016-11-04  Matt CaswellRemoved scoped_types.h
2016-11-04  Matt CaswellRemove some flags that are unused in the shim
2016-11-04  Matt CaswellUse the -allow-unimplemented feature of the BoringSSL...
2016-11-04  Matt CaswellRemove unused BoringSSL specific flags
2016-11-04  Matt CaswellRemove some unreferenced fields from TestState
2016-11-04  Matt CaswellRemove some #if 0'd out code
2016-11-04  Matt CaswellFix argument order in documentation
2016-11-04  Matt CaswellRemove test/ossl_shim/Makefile
2016-11-04  Matt CaswellAdd documentation on the BoringSSL test suite integration
2016-11-04  Matt CaswellFix some unused variable warnings in ossl_shim
2016-11-04  Matt CaswellAdd a comment to 90-test_external.t to explain why...
2016-11-04  Richard LevitteConvert 90-test_external.t to using "executable" rather...
2016-11-04  Matt CaswellControl building of ossl_shim through Configure
2016-11-04  Richard LevitteIntegrate ossl_shim into the build
2016-11-04  Matt CaswellAdd a shim config file
2016-11-04  Matt CaswellRebase shim against latest boringssl code
2016-11-04  Matt CaswellAdd a test to call the BoringSSL test suite
2016-11-04  Matt CaswellIntegrate BoringSSL shim
2016-11-03  Richard LevitteDon't assume to know the shared library extension
2016-11-03  Richard Levittetest/shlibloadtest: small fixes
2016-11-03  Richard LevitteFinally, add a test recipe for the internal tests
2016-11-03  Richard LevitteConvert mdc2 test print to internal test
2016-11-03  Richard LevitteConvert x509 selftests to internal test
2016-11-03  Richard LevitteConvert modes selftests (cts128 and gcm128) to internal...
2016-11-03  Richard LevitteConvert asn1 selftests (a_strnid and ameth_lib) into...
2016-11-03  Richard LevitteExplain the deal with internal test programs
2016-11-03  Richard LevitteConvert poly1305 selftest into internal test
2016-11-03  Richard Levittetest/build.info: typo, $ missing
2016-11-02  Matt CaswellAdd a test to dynamically load and unload the libraries
2016-11-02  Matt CaswellAdd a test for unrecognised record types
2016-11-02  Richard LevitteTest recipes: remove duplicate OpenSSL::Test usage
2016-11-02  Matt CaswellAdd a read_ahead test
2016-11-02  David WoodhouseAdd test cases for DTLS_get_data_mtu()
2016-11-02  David WoodhouseAdd unit test for ssl_cipher_get_overhead()
2016-11-02  Matt CaswellEnable TLSProxy to talk TLS1.3
2016-11-02  Matt CaswellUpdate Configure to know about tls1_3
2016-11-02  Matt CaswellAdd the SSL_METHOD for TLSv1.3 and all other base chang...
2016-11-02  Emilia KasperTEST_check macro: don't end with semi
2016-10-28  Matt CaswellAdd a test for BIO_read() returning 0 in SSL_read(...
2016-10-19  Richard LevitteOpenSSL::Test - small fixup
2016-10-19  Richard LevitteOpenSSL::Test cleanup - no forward declarations needed
2016-10-19  Richard LevitteAdd documentation of internal OpenSSL::Test functions
2016-10-19  Richard LevitteMake OpenSSL::Test a bit more flexible
2016-10-13  Dr. Stephen HensonAdd memory leak detection to d2i_test
2016-10-13  FdaSilvaYYFix copy-paste test labels
2016-10-10  David BenjaminRemove trailing whitespace from some files.
2016-10-02  Ben LaurieDon't use DES when disabled.
2016-10-01  Dr. Stephen HensonAdd SRP test vectors from RFC5054
2016-09-29  Dr. Stephen Hensonadd item list support to d2i_test
2016-09-29  Matt CaswellFix no-dtls
2016-09-28  Matt CaswellAdd DTLS renegotiation tests
2016-09-28  Matt CaswellExtend the renegotiation tests
2016-09-28  Matt CaswellUpdate README.ssltest.md
2016-09-28  Matt CaswellAdd support for testing renegotiation
2016-09-26  David BenjaminAdd missing parameter.
2016-09-26  David BenjaminSwitch back to assuming TLS 1.2.
2016-09-26  David BenjaminAddress review comments.
2016-09-26  David BenjaminDon't test quite so many of them.
2016-09-26  David BenjaminTest CBC mode padding.
2016-09-26  Matt CaswellFix some mem leaks in sslapitest
2016-09-26  David BenjaminAdd a basic test for BN_bn2dec.
next