aboutsummaryrefslogtreecommitdiffstats
path: root/ssl/ssltest.c
Commit message (Expand)AuthorAgeFilesLines
* RT3548: Remove unsupported platformsRich Salz2015-01-121-8/+8
* Further comment amendments to preserve formatting prior to source reformatMatt Caswell2015-01-061-3/+6
* mark all block comments that need format preserving so thatTim Hudson2014-12-301-8/+12
* RT3548: Remove outdated platformsRich Salz2014-12-191-2/+0
* Remove SSLv2 supportKurt Roeckx2014-12-041-49/+7
* New option no-ssl3-method which removes SSLv3_*methodDr. Stephen Henson2014-11-191-2/+2
* Additional output for ssltest.Dr. Stephen Henson2014-11-131-21/+53
* Add SSL_CONF support to ssltest.Dr. Stephen Henson2014-11-131-2/+98
* Fix ssltest logic when some protocols are compiled out.Emilia Kasper2014-10-271-18/+57
* RT3506: typo's in ssltestKurt Cancemi2014-09-091-3/+3
* Fix comments, add new test.Dr. Stephen Henson2014-08-281-2/+5
* Rename some callbacks, fix alignment.Dr. Stephen Henson2014-08-281-23/+31
* Use consistent function naming.Dr. Stephen Henson2014-08-281-10/+10
* New extension callback features.Dr. Stephen Henson2014-08-281-17/+19
* Callback revision.Dr. Stephen Henson2014-08-281-51/+51
* Include error messages on extension check failure.Dr. Stephen Henson2014-08-151-0/+4
* Remove all RFC5878 code.Dr. Stephen Henson2014-07-041-158/+0
* Enable multi-block support by default.Andy Polyakov2014-06-111-9/+26
* Set security level to zero is ssltestDr. Stephen Henson2014-03-281-0/+5
* Don't break out of the custom extension callback loop - continue insteadScott Deboy2014-02-051-6/+3
* Fix whitespace, new-style comments.Ben Laurie2014-02-051-62/+62
* Re-add alert variables removed during rebaseScott Deboy2014-02-051-66/+66
* Update custom TLS extension and supplemental data 'generate' callbacks to sup...Scott Deboy2014-02-051-15/+15
* Fix compilation with no-nextprotoneg.Piotr Sikora2013-11-141-6/+6
* More cleanup.Ben Laurie2013-09-061-1/+1
* Make it build.Ben Laurie2013-09-061-14/+31
* Add callbacks supporting generation and retrieval of supplemental data entrie...Scott Deboy2013-09-061-0/+140
* Add tests for ALPN functionality.Adam Langley2013-07-221-0/+161
* Cleanup of custom extension stuff.Trevor2013-06-181-12/+261
* Add support for arbitrary TLS extensions.Trevor2013-06-121-0/+74
* Fix in ssltest is no-ssl2 configuredDr. Stephen Henson2013-02-111-1/+7
* stop warning when compiling with no-compDr. Stephen Henson2012-12-291-1/+3
* PR: 1794Dr. Stephen Henson2011-12-141-10/+1
* Implement FIPS_mode and FIPS_mode_setDr. Stephen Henson2011-05-191-1/+30
* Add SRP support.Ben Laurie2011-03-121-0/+99
* New option to disable characteristic two fields in EC code.Dr. Stephen Henson2011-02-121-0/+4
* FIPS_allow_md5() no longer exists and is no longer requiredDr. Stephen Henson2011-01-261-8/+0
* NPN tests.Ben Laurie2010-09-051-0/+128
* Fix warnings.Ben Laurie2010-06-121-3/+0
* PR: 2220Dr. Stephen Henson2010-04-061-1/+1
* PR: 2153, 2125Dr. Stephen Henson2010-01-241-3/+5
* PR: 2125Dr. Stephen Henson2010-01-141-2/+3
* Updatde from stable branch.Dr. Stephen Henson2009-01-071-1/+1
* Type-checked (and modern C compliant) OBJ_bsearch.Ben Laurie2008-10-121-2/+2
* Remove the dual-callback scheme for numeric and pointer thread IDs,Geoff Thorpe2008-08-061-1/+1
* Revert my earlier CRYPTO_THREADID commit, I will commit a reworkedGeoff Thorpe2008-07-031-1/+1
* There was a need to support thread ID types that couldn't be reliably castGeoff Thorpe2008-03-281-1/+1
* Implement the Opaque PRF Input TLS extensionBodo Möller2007-09-211-0/+26
* use BIO_snprintf() instead of snprintf + use BIO_FP_TEXT for text outputNils Larsch2006-03-121-3/+3
* add initial support for RFC 4279 PSK SSL ciphersuitesNils Larsch2006-03-101-0/+142