]> git.ipfire.org Git - thirdparty/openssl.git/history - test/ssltest.c
Sort cipher-list at runtime.
[thirdparty/openssl.git] / test / ssltest.c
2016-03-17  Rich SalzSort cipher-list at runtime.
2016-03-11  Rob PercivalSurround ctx_set_ctlog_list_file() with #ifndef OPENSSL...
2016-03-09  Kurt RoeckxUse version flexible method instead of fixed version
2016-03-09  Kurt RoeckxUse minimum and maximum protocol version instead of...
2016-03-09  Kurt RoeckxFix usage of OPENSSL_NO_*_METHOD
2016-03-09  Matt CaswellRemove the old threading API
2016-03-09  Matt CaswellFix memory leak in ssltest
2016-03-08  Alessandro GhediniConvert CRYPTO_LOCK_SSL_* to new multi-threading API
2016-03-08  Matt CaswellFix error in ssltest
2016-03-08  Rich SalzFix build; ssltest
2016-03-08  Todd ShortGH787: Fix ALPN
2016-03-04  Rob PercivalExtends s_client to allow a basic CT policy to be enabled
2016-03-04  Rob PercivalAdds CT validation to SSL connections
2016-02-09  Matt CaswellClean up the tests for auto-init/de-init
2016-02-05  Dr. Stephen HensonIf memory debugging enabled return error on leaks.
2016-02-03  Richard LevitteUse BIO_snprintf() rather than snprintf()
2016-02-03  Richard LevitteRefactoring BIO: add a test, using test/ssltest
2016-01-26  Rich SalzRemove /* foo.c */ comments
2016-01-19  Viktor DukhovniSupport disabling any or all TLS or DTLS versions
2016-01-11  Viktor DukhovniEnable/disable crypto-mdebug just like other features
2016-01-07  Rich Salzmem functions cleanup
2016-01-07  Dr. Stephen HensonFix declarations and constification for inline stack.
2016-01-02  Kurt RoeckxAdd support for minimum and maximum protocol version
2015-12-22  Dr. Stephen Hensonunload modules in ssltest
2015-12-16  Rich SalzRename some BUF_xxx to OPENSSL_xxx
2015-12-05  Kurt RoeckxRemove support for all 40 and 56 bit ciphers.
2015-12-04  Kurt RoeckxRemove SSL_{CTX_}set_ecdh_auto() and always enable...
2015-12-04  Kurt RoeckxMake SSL_{CTX}_set_tmp_ecdh() call SSL_{CTX_}set1_curves()
2015-12-02  Richard Levitte_BSD_SOURCE is deprecated, use _DEFAULT_SOURCE instead
2015-11-21  Alessandro GhediniFix (minor) problems found by ubsan
2015-11-08  Dr. Stephen HensonUse uint32_t and int32_t for SSL_CIPHER structure.
2015-09-11  Ben LaurieEnable -Wmissing-variable-declarations and
2015-09-05  Richard LevitteHave the test executables output in text mode
2015-09-05  Dr. Stephen HensonAvoid direct X509 structure access
2015-09-03  Rich SalzAdd and use OPENSSL_zalloc
2015-09-02  Dr. Stephen HensonUpdate ssltest certificate handling.
2015-05-27  Emilia KasperEnable DH tests
2015-05-26  Emilia KasperFix ssltest to use 1024-bit DHE parameters
2015-05-20  Emilia KasperOnly support >= 256-bit elliptic curves with ecdh_auto...
2015-05-16  Matt CaswellServer side version negotiation rewrite
2015-05-13  Matt CaswellRemove Kerberos support from libssl
2015-05-12  Rich SalzMake COMP_CTX and COMP_METHOD opaque
2015-05-07  Rich SalzUse "==0" instead of "!strcmp" etc
2015-05-04  Rich SalzRemove the fake RLE compression method.
2015-05-01  Rich Salzfree null cleanup finale
2015-05-01  Rich Salzfree NULL cleanup 7
2015-04-21  Rich Salzssltest output cleanup
2015-04-16  Viktor DukhovniCode style: space after 'if'
2015-04-11  Rich Salzfree NULL cleanup 9
2015-04-11  Rich Salzfree NULL cleanup 10
2015-04-02  Rich SalzFewer newlines in comp method output
2015-03-31  Richard LevitteStop symlinking, move files to intended directory