summaryrefslogtreecommitdiffstats
path: root/ssl/ssltest.c
AgeCommit message (Expand)Author
2011-05-19Implement FIPS_mode and FIPS_mode_setDr. Stephen Henson
2011-03-12Add SRP support.Ben Laurie
2011-02-12New option to disable characteristic two fields in EC code.Dr. Stephen Henson
2011-01-26FIPS_allow_md5() no longer exists and is no longer requiredDr. Stephen Henson
2010-09-05NPN tests.Ben Laurie
2010-06-12Fix warnings.Ben Laurie
2010-04-06PR: 2220Dr. Stephen Henson
2010-01-24PR: 2153, 2125Dr. Stephen Henson
2010-01-14PR: 2125Dr. Stephen Henson
2009-01-07Updatde from stable branch.Dr. Stephen Henson
2008-10-12Type-checked (and modern C compliant) OBJ_bsearch.Ben Laurie
2008-08-06Remove the dual-callback scheme for numeric and pointer thread IDs,Geoff Thorpe
2008-07-03Revert my earlier CRYPTO_THREADID commit, I will commit a reworkedGeoff Thorpe
2008-03-28There was a need to support thread ID types that couldn't be reliably castGeoff Thorpe
2007-09-21Implement the Opaque PRF Input TLS extensionBodo Möller
2006-03-12use BIO_snprintf() instead of snprintf + use BIO_FP_TEXT for text outputNils Larsch
2006-03-10add initial support for RFC 4279 PSK SSL ciphersuitesNils Larsch
2006-02-24fix no-dh configure option; patch supplied by Peter MeerwaldNils Larsch
2006-01-15recent changes from 0.9.8: fix cipher list order in s3_lib.c,Nils Larsch
2005-10-02Make OPENSSL_NO_COMP work under Win32.Dr. Stephen Henson
2005-09-30Make OPENSSL_NO_COMP compile again.Dr. Stephen Henson
2005-08-25Keep cipher lists sorted in the source instead of sorting them atNils Larsch
2005-08-14Let the TLSv1_method() etc. functions return a const SSL_METHODNils Larsch
2005-08-03WCE update, mostly typos.Andy Polyakov
2005-07-16makeNils Larsch
2005-06-29Brought forward from 0.9.8 - 64 bit warning fixes and fussy compiler fixes.Ben Laurie
2005-05-21When _XOPEN_SOURCE is defined, make sure it's defined to 500. Required inRichard Levitte
2005-05-16ecc api cleanup; summary:Nils Larsch
2005-05-12Fix from stable branch.Dr. Stephen Henson
2005-05-10use 'p' as conversion specifier for printf to avoid truncation ofNils Larsch
2005-05-10give EC_GROUP_new_by_nid a more meanigful name:Nils Larsch
2005-04-09Added restrictions on the use of proxy certificates, as they may poseRichard Levitte
2005-01-19Apparently, at least with my VMS C environment, defining _XOPEN_SOURCERichard Levitte
2005-01-18Small thing. It seems like we have to defined _XOPEN_SOURCE to getRichard Levitte
2005-01-17Changes concering RFC 3820 (proxy certificates) integration:Richard Levitte
2004-05-17Deprecate quite a few recursive includes from the ssl.h API header andGeoff Thorpe
2004-04-26Allow RSA key-generation to specify an arbitrary public exponent. JelteGeoff Thorpe
2004-04-19(oops) Apologies all, that last header-cleanup commit was from the wrongGeoff Thorpe
2004-01-04unintptr_t and <inttypes.h> are not strictly portable with respect toLutz Jänicke
2003-12-27Avoid including cryptlib.h, it's not really needed.Richard Levitte
2003-11-28Netware-specific changes,Richard Levitte
2003-10-29A general spring-cleaning (in autumn) to fix up signed/unsigned warnings.Geoff Thorpe
2003-10-10Avoid warnings: add missing prototype, don't shadow.Dr. Stephen Henson
2003-10-06Make sure int SSL_COMP_add_compression_method() checks if a certainRichard Levitte
2003-10-02Check for errors from SSL_COMP_add_compression_method().Richard Levitte
2003-08-14fix out-of-bounds check in lock_dbg_cb (was too lose to detect allBodo Möller
2003-04-03Correct a lot of printing calls. Remove extra arguments...Richard Levitte
2003-02-22more mingw related cleanups.Ulf Möller
2003-01-30Add the possibility to build without the ENGINE framework.Richard Levitte
2002-12-19If _XOPEN_SOURCE_EXTENDED or _XOPEN_SOURCE are defined, _POSIX_C_SOURCE getsRichard Levitte