aboutsummaryrefslogtreecommitdiffstats
path: root/ssl/ssltest.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Small thing. It seems like we have to defined _XOPEN_SOURCE to getRichard Levitte2005-01-181-0/+2
* Changes concering RFC 3820 (proxy certificates) integration:Richard Levitte2005-01-171-21/+468
* Deprecate quite a few recursive includes from the ssl.h API header andGeoff Thorpe2004-05-171-0/+1
* Allow RSA key-generation to specify an arbitrary public exponent. JelteGeoff Thorpe2004-04-261-2/+5
* (oops) Apologies all, that last header-cleanup commit was from the wrongGeoff Thorpe2004-04-191-0/+3
* unintptr_t and <inttypes.h> are not strictly portable with respect toLutz Jänicke2004-01-041-2/+1
* Avoid including cryptlib.h, it's not really needed.Richard Levitte2003-12-271-1/+2
* Netware-specific changes,Richard Levitte2003-11-281-0/+3
* A general spring-cleaning (in autumn) to fix up signed/unsigned warnings.Geoff Thorpe2003-10-291-4/+4
* Avoid warnings: add missing prototype, don't shadow.Dr. Stephen Henson2003-10-101-3/+3
* Make sure int SSL_COMP_add_compression_method() checks if a certainRichard Levitte2003-10-061-3/+17
* Check for errors from SSL_COMP_add_compression_method().Richard Levitte2003-10-021-1/+8
* fix out-of-bounds check in lock_dbg_cb (was too lose to detect allBodo Möller2003-08-141-1/+1
* Correct a lot of printing calls. Remove extra arguments...Richard Levitte2003-04-031-1/+1
* more mingw related cleanups.Ulf Möller2003-02-221-1/+0
* Add the possibility to build without the ENGINE framework.Richard Levitte2003-01-301-0/+4