aboutsummaryrefslogtreecommitdiff
path: root/test/ssltest.c
AgeCommit message (Expand)AuthorFilesLines
2016-03-09Use version flexible method instead of fixed versionKurt Roeckx1-17/+2
2016-03-09Use minimum and maximum protocol version instead of version fixed methodsKurt Roeckx1-33/+33
2016-03-09Fix usage of OPENSSL_NO_*_METHODKurt Roeckx1-3/+3
2016-03-09Remove the old threading APIMatt Caswell1-56/+0
2016-03-09Fix memory leak in ssltestMatt Caswell1-0/+6
2016-03-08Convert CRYPTO_LOCK_SSL_* to new multi-threading APIAlessandro Ghedini1-11/+14
2016-03-08Fix error in ssltestMatt Caswell1-2/+3
2016-03-08Fix build; ssltestRich Salz1-3/+3
2016-03-08GH787: Fix ALPNTodd Short1-78/+173
2016-03-04Extends s_client to allow a basic CT policy to be enabledRob Percival1-9/+45
2016-03-04Adds CT validation to SSL connectionsRob Percival1-1/+3
2016-02-09Clean up the tests for auto-init/de-initMatt Caswell1-12/+0
2016-02-05If memory debugging enabled return error on leaks.Dr. Stephen Henson1-1/+2
2016-02-03Use BIO_snprintf() rather than snprintf()Richard Levitte1-1/+1
2016-02-03Refactoring BIO: add a test, using test/ssltestRichard Levitte1-8/+309
2016-01-26Remove /* foo.c */ commentsRich Salz1-1/+0
2016-01-19Support disabling any or all TLS or DTLS versionsViktor Dukhovni1-21/+49
2016-01-11Enable/disable crypto-mdebug just like other featuresViktor Dukhovni1-1/+1
2016-01-07mem functions cleanupRich Salz1-9/+6
2016-01-07Fix declarations and constification for inline stack.Dr. Stephen Henson1-1/+1
2016-01-02Add support for minimum and maximum protocol versionKurt Roeckx1-5/+137
2015-12-22unload modules in ssltestDr. Stephen Henson1-0/+1
2015-12-16Rename some BUF_xxx to OPENSSL_xxxRich Salz1-1/+1
2015-12-05Remove support for all 40 and 56 bit ciphers.Kurt Roeckx1-44/+0
2015-12-04Remove SSL_{CTX_}set_ecdh_auto() and always enable ECDHKurt Roeckx1-1/+0
2015-12-04Make SSL_{CTX}_set_tmp_ecdh() call SSL_{CTX_}set1_curves()Kurt Roeckx1-0/+1
2015-12-02_BSD_SOURCE is deprecated, use _DEFAULT_SOURCE insteadRichard Levitte1-0/+1
2015-11-21Fix (minor) problems found by ubsanAlessandro Ghedini1-1/+6
2015-11-08Use uint32_t and int32_t for SSL_CIPHER structure.Dr. Stephen Henson1-2/+2
2015-09-11Enable -Wmissing-variable-declarations andBen Laurie1-13/+13
2015-09-06Have the test executables output in text modeRichard Levitte1-1/+1
2015-09-06Avoid direct X509 structure accessDr. Stephen Henson1-1/+1
2015-09-02Add and use OPENSSL_zallocRich Salz1-5/+2
2015-09-02Update ssltest certificate handling.Dr. Stephen Henson1-64/+6
2015-05-27Enable DH testsEmilia Kasper1-1/+2
2015-05-26Fix ssltest to use 1024-bit DHE parametersEmilia Kasper1-9/+11
2015-05-20Only support >= 256-bit elliptic curves with ecdh_auto (server) or by default...Emilia Kasper1-5/+2
2015-05-16Server side version negotiation rewriteMatt Caswell1-1/+1
2015-05-13Remove Kerberos support from libsslMatt Caswell1-15/+0
2015-05-12Make COMP_CTX and COMP_METHOD opaqueRich Salz1-3/+2
2015-05-06Use "==0" instead of "!strcmp" etcRich Salz1-1/+1
2015-05-04Remove the fake RLE compression method.Rich Salz1-10/+3
2015-05-01free null cleanup finaleRich Salz1-9/+4
2015-04-30free NULL cleanup 7Rich Salz1-4/+2
2015-04-21ssltest output cleanupRich Salz1-45/+36
2015-04-16Code style: space after 'if'Viktor Dukhovni1-15/+15
2015-04-11free NULL cleanup 9Rich Salz1-1/+0
2015-04-11free NULL cleanup 10Rich Salz1-9/+5
2015-04-02Fewer newlines in comp method outputRich Salz1-3/+5
2015-03-31Stop symlinking, move files to intended directoryRichard Levitte1-0/+3207