summaryrefslogtreecommitdiff
path: root/ssl/ssltest.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* fix no-dh configure option; patch supplied by Peter MeerwaldNils Larsch2006-02-241-1/+1
* recent changes from 0.9.8: fix cipher list order in s3_lib.c,Nils Larsch2006-01-151-2/+6
* Make OPENSSL_NO_COMP work under Win32.Dr. Stephen Henson2005-10-021-1/+1
* Make OPENSSL_NO_COMP compile again.Dr. Stephen Henson2005-09-301-0/+4
* Keep cipher lists sorted in the source instead of sorting them atNils Larsch2005-08-251-0/+70
* Let the TLSv1_method() etc. functions return a const SSL_METHODNils Larsch2005-08-141-1/+1
* WCE update, mostly typos.Andy Polyakov2005-08-031-0/+1
* makeNils Larsch2005-07-161-0/+8
* Brought forward from 0.9.8 - 64 bit warning fixes and fussy compiler fixes.Ben Laurie2005-06-291-8/+8
* When _XOPEN_SOURCE is defined, make sure it's defined to 500. Required inRichard Levitte2005-05-211-1/+1
* ecc api cleanup; summary:Nils Larsch2005-05-161-26/+20
* Fix from stable branch.Dr. Stephen Henson2005-05-121-1/+1
* use 'p' as conversion specifier for printf to avoid truncation ofNils Larsch2005-05-101-2/+2
* give EC_GROUP_new_by_nid a more meanigful name:Nils Larsch2005-05-101-2/+2
* Added restrictions on the use of proxy certificates, as they may poseRichard Levitte2005-04-091-1/+16
* Apparently, at least with my VMS C environment, defining _XOPEN_SOURCERichard Levitte2005-01-191-3/+4