summaryrefslogtreecommitdiffstats
path: root/test/ssltest.c
AgeCommit message (Expand)Author
2016-03-27Add session reuse tests.Kurt Roeckx
2016-03-21Fix no-sockMatt Caswell
2016-03-16Sort cipher-list at runtime.Rich Salz
2016-03-11Surround ctx_set_ctlog_list_file() with #ifndef OPENSSL_NO_CTRob Percival
2016-03-09Use version flexible method instead of fixed versionKurt Roeckx
2016-03-09Use minimum and maximum protocol version instead of version fixed methodsKurt Roeckx
2016-03-09Fix usage of OPENSSL_NO_*_METHODKurt Roeckx
2016-03-09Remove the old threading APIMatt Caswell
2016-03-09Fix memory leak in ssltestMatt Caswell
2016-03-08Convert CRYPTO_LOCK_SSL_* to new multi-threading APIAlessandro Ghedini
2016-03-08Fix error in ssltestMatt Caswell
2016-03-08Fix build; ssltestRich Salz
2016-03-08GH787: Fix ALPNTodd Short
2016-03-04Extends s_client to allow a basic CT policy to be enabledRob Percival
2016-03-04Adds CT validation to SSL connectionsRob Percival
2016-02-09Clean up the tests for auto-init/de-initMatt Caswell
2016-02-05If memory debugging enabled return error on leaks.Dr. Stephen Henson
2016-02-03Use BIO_snprintf() rather than snprintf()Richard Levitte
2016-02-03Refactoring BIO: add a test, using test/ssltestRichard Levitte
2016-01-26Remove /* foo.c */ commentsRich Salz
2016-01-19Support disabling any or all TLS or DTLS versionsViktor Dukhovni
2016-01-11Enable/disable crypto-mdebug just like other featuresViktor Dukhovni
2016-01-07mem functions cleanupRich Salz
2016-01-07Fix declarations and constification for inline stack.Dr. Stephen Henson
2016-01-02Add support for minimum and maximum protocol versionKurt Roeckx
2015-12-22unload modules in ssltestDr. Stephen Henson
2015-12-16Rename some BUF_xxx to OPENSSL_xxxRich Salz
2015-12-05Remove support for all 40 and 56 bit ciphers.Kurt Roeckx
2015-12-04Remove SSL_{CTX_}set_ecdh_auto() and always enable ECDHKurt Roeckx
2015-12-04Make SSL_{CTX}_set_tmp_ecdh() call SSL_{CTX_}set1_curves()Kurt Roeckx
2015-12-02_BSD_SOURCE is deprecated, use _DEFAULT_SOURCE insteadRichard Levitte
2015-11-21Fix (minor) problems found by ubsanAlessandro Ghedini
2015-11-08Use uint32_t and int32_t for SSL_CIPHER structure.Dr. Stephen Henson
2015-09-11Enable -Wmissing-variable-declarations andBen Laurie
2015-09-06Have the test executables output in text modeRichard Levitte
2015-09-06Avoid direct X509 structure accessDr. Stephen Henson
2015-09-02Add and use OPENSSL_zallocRich Salz
2015-09-02Update ssltest certificate handling.Dr. Stephen Henson
2015-05-27Enable DH testsEmilia Kasper
2015-05-26Fix ssltest to use 1024-bit DHE parametersEmilia Kasper
2015-05-20Only support >= 256-bit elliptic curves with ecdh_auto (server) or by default...Emilia Kasper
2015-05-16Server side version negotiation rewriteMatt Caswell
2015-05-13Remove Kerberos support from libsslMatt Caswell
2015-05-12Make COMP_CTX and COMP_METHOD opaqueRich Salz
2015-05-06Use "==0" instead of "!strcmp" etcRich Salz
2015-05-04Remove the fake RLE compression method.Rich Salz
2015-05-01free null cleanup finaleRich Salz
2015-04-30free NULL cleanup 7Rich Salz
2015-04-21ssltest output cleanupRich Salz
2015-04-16Code style: space after 'if'Viktor Dukhovni