summaryrefslogtreecommitdiffstats
path: root/test/ssltest.c
AgeCommit message (Expand)Author
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
2015-04-11free NULL cleanup 9Rich Salz
2015-04-11free NULL cleanup 10Rich Salz
2015-04-02Fewer newlines in comp method outputRich Salz
2015-03-31Stop symlinking, move files to intended directoryRichard Levitte