aboutsummaryrefslogtreecommitdiffstats
path: root/test/ssltest.c
Commit message (Expand)AuthorAgeFilesLines
* Rename ssltest -> ssltest_oldEmilia Kasper2016-04-051-3741/+0
* Add session reuse tests.Kurt Roeckx2016-03-271-0/+142
* Fix no-sockMatt Caswell2016-03-211-4/+17
* Sort cipher-list at runtime.Rich Salz2016-03-161-2/+1
* Surround ctx_set_ctlog_list_file() with #ifndef OPENSSL_NO_CTRob Percival2016-03-111-0/+2
* Use version flexible method instead of fixed versionKurt Roeckx2016-03-091-17/+2
* Use minimum and maximum protocol version instead of version fixed methodsKurt Roeckx2016-03-091-33/+33
* Fix usage of OPENSSL_NO_*_METHODKurt Roeckx2016-03-091-3/+3
* Remove the old threading APIMatt Caswell2016-03-091-56/+0
* Fix memory leak in ssltestMatt Caswell2016-03-091-0/+6
* Convert CRYPTO_LOCK_SSL_* to new multi-threading APIAlessandro Ghedini2016-03-081-11/+14
* Fix error in ssltestMatt Caswell2016-03-081-2/+3
* Fix build; ssltestRich Salz2016-03-081-3/+3
* GH787: Fix ALPNTodd Short2016-03-081-78/+173
* Extends s_client to allow a basic CT policy to be enabledRob Percival2016-03-041-9/+45
* Adds CT validation to SSL connectionsRob Percival2016-03-041-1/+3
* Clean up the tests for auto-init/de-initMatt Caswell2016-02-091-12/+0
* If memory debugging enabled return error on leaks.Dr. Stephen Henson2016-02-051-1/+2
* Use BIO_snprintf() rather than snprintf()Richard Levitte2016-02-031-1/+1
* Refactoring BIO: add a test, using test/ssltestRichard Levitte2016-02-031-8/+309
* Remove /* foo.c */ commentsRich Salz2016-01-261-1/+0
* Support disabling any or all TLS or DTLS versionsViktor Dukhovni2016-01-191-21/+49
* Enable/disable crypto-mdebug just like other featuresViktor Dukhovni2016-01-111-1/+1
* mem functions cleanupRich Salz2016-01-071-9/+6
* Fix declarations and constification for inline stack.Dr. Stephen Henson2016-01-071-1/+1
* Add support for minimum and maximum protocol versionKurt Roeckx2016-01-021-5/+137
* unload modules in ssltestDr. Stephen Henson2015-12-221-0/+1
* Rename some BUF_xxx to OPENSSL_xxxRich Salz2015-12-161-1/+1
* Remove support for all 40 and 56 bit ciphers.Kurt Roeckx2015-12-051-44/+0
* Remove SSL_{CTX_}set_ecdh_auto() and always enable ECDHKurt Roeckx2015-12-041-1/+0
* Make SSL_{CTX}_set_tmp_ecdh() call SSL_{CTX_}set1_curves()Kurt Roeckx2015-12-041-0/+1
* _BSD_SOURCE is deprecated, use _DEFAULT_SOURCE insteadRichard Levitte2015-12-021-0/+1
* Fix (minor) problems found by ubsanAlessandro Ghedini2015-11-211-1/+6
* Use uint32_t and int32_t for SSL_CIPHER structure.Dr. Stephen Henson2015-11-081-2/+2
* Enable -Wmissing-variable-declarations andBen Laurie2015-09-111-13/+13
* Have the test executables output in text modeRichard Levitte2015-09-061-1/+1
* Avoid direct X509 structure accessDr. Stephen Henson2015-09-061-1/+1
* Add and use OPENSSL_zallocRich Salz2015-09-021-5/+2
* Update ssltest certificate handling.Dr. Stephen Henson2015-09-021-64/+6
* Enable DH testsEmilia Kasper2015-05-271-1/+2
* Fix ssltest to use 1024-bit DHE parametersEmilia Kasper2015-05-261-9/+11
* Only support >= 256-bit elliptic curves with ecdh_auto (server) or by default...Emilia Kasper2015-05-201-5/+2
* Server side version negotiation rewriteMatt Caswell2015-05-161-1/+1
* Remove Kerberos support from libsslMatt Caswell2015-05-131-15/+0
* Make COMP_CTX and COMP_METHOD opaqueRich Salz2015-05-121-3/+2
* Use "==0" instead of "!strcmp" etcRich Salz2015-05-061-1/+1
* Remove the fake RLE compression method.Rich Salz2015-05-041-10/+3
* free null cleanup finaleRich Salz2015-05-011-9/+4
* free NULL cleanup 7Rich Salz2015-04-301-4/+2
* ssltest output cleanupRich Salz2015-04-211-45/+36