aboutsummaryrefslogtreecommitdiff
path: root/ssl/ssltest.c
AgeCommit message (Expand)AuthorFilesLines
2005-10-02Make OPENSSL_NO_COMP work under Win32.Dr. Stephen Henson1-1/+1
2005-09-30Make OPENSSL_NO_COMP compile again.Dr. Stephen Henson1-0/+4
2005-08-25Keep cipher lists sorted in the source instead of sorting them atNils Larsch1-0/+70
2005-08-14Let the TLSv1_method() etc. functions return a const SSL_METHODNils Larsch1-1/+1
2005-08-03WCE update, mostly typos.Andy Polyakov1-0/+1
2005-07-16makeNils Larsch1-0/+8
2005-06-29Brought forward from 0.9.8 - 64 bit warning fixes and fussy compiler fixes.Ben Laurie1-8/+8
2005-05-21When _XOPEN_SOURCE is defined, make sure it's defined to 500. Required inRichard Levitte1-1/+1
2005-05-16ecc api cleanup; summary:Nils Larsch1-26/+20
2005-05-12Fix from stable branch.Dr. Stephen Henson1-1/+1
2005-05-10use 'p' as conversion specifier for printf to avoid truncation ofNils Larsch1-2/+2
2005-05-10give EC_GROUP_new_by_nid a more meanigful name:Nils Larsch1-2/+2
2005-04-09Added restrictions on the use of proxy certificates, as they may poseRichard Levitte1-1/+16
2005-01-19Apparently, at least with my VMS C environment, defining _XOPEN_SOURCERichard Levitte1-3/+4
2005-01-18Small thing. It seems like we have to defined _XOPEN_SOURCE to getRichard Levitte1-0/+2
2005-01-17Changes concering RFC 3820 (proxy certificates) integration:Richard Levitte1-21/+468
2004-05-17Deprecate quite a few recursive includes from the ssl.h API header andGeoff Thorpe1-0/+1
2004-04-26Allow RSA key-generation to specify an arbitrary public exponent. JelteGeoff Thorpe1-2/+5
2004-04-19(oops) Apologies all, that last header-cleanup commit was from the wrongGeoff Thorpe1-0/+3
2004-01-04unintptr_t and <inttypes.h> are not strictly portable with respect toLutz Jänicke1-2/+1
2003-12-27Avoid including cryptlib.h, it's not really needed.Richard Levitte1-1/+2
2003-11-28Netware-specific changes,Richard Levitte1-0/+3
2003-10-29A general spring-cleaning (in autumn) to fix up signed/unsigned warnings.Geoff Thorpe1-4/+4
2003-10-10Avoid warnings: add missing prototype, don't shadow.Dr. Stephen Henson1-3/+3
2003-10-06Make sure int SSL_COMP_add_compression_method() checks if a certainRichard Levitte1-3/+17
2003-10-02Check for errors from SSL_COMP_add_compression_method().Richard Levitte1-1/+8
2003-08-14fix out-of-bounds check in lock_dbg_cb (was too lose to detect allBodo Möller1-1/+1
2003-04-03Correct a lot of printing calls. Remove extra arguments...Richard Levitte1-1/+1
2003-02-22more mingw related cleanups.Ulf Möller1-1/+0
2003-01-30Add the possibility to build without the ENGINE framework.Richard Levitte1-0/+4
2002-12-19If _XOPEN_SOURCE_EXTENDED or _XOPEN_SOURCE are defined, _POSIX_C_SOURCE getsRichard Levitte1-3/+7
2002-12-08This is a first-cut at improving the callback mechanisms used inGeoff Thorpe1-1/+13
2002-12-04gethostname() is more a BSD feature than an XOPEN one.Richard Levitte1-1/+1
2002-12-02define USE_SOCKETS so sys/param.h gets included (and thusly, MAXHOSTNAMELENRichard Levitte1-0/+1
2002-11-28Have all tests use EXIT() to exit rather than exit(), since the latter doesn'tRichard Levitte1-1/+1
2002-11-26Small bugfixes to the KSSL implementation.Richard Levitte1-1/+1
2002-11-19allocate bio_err before memory debugging is enabled to avoid memory leaksBodo Möller1-2/+3
2002-11-15WinCE patchesRichard Levitte1-0/+3
2002-11-13Security fixes brought forward from 0.9.7.Ben Laurie1-3/+10
2002-11-05avoid Purify warningsBodo Möller1-0/+7
2002-11-05fix typoBodo Möller1-1/+1
2002-09-25Add missing brackets.Lutz Jänicke1-2/+2
2002-08-14Instead of returning errors when certain flags are unusable, just ignore them.Richard Levitte1-3/+16
2002-08-09ECC ciphersuite supportBodo Möller1-1/+66
2002-04-29undo nonsense patch (r *is* signed or we have signedness mismatches elsewhere)Bodo Möller1-1/+1
2002-04-29Fix unsigned vs. signed clashRichard Levitte1-1/+1
2002-04-20Signedness mismatch.Richard Levitte1-1/+1
2002-03-14use BIO_nwrite() more properly to demonstrate the general idea ofBodo Möller1-3/+10
2002-02-28Add 'void *' argument to app_verify_callback.Bodo Möller1-0/+36
2002-02-22Fix for AIX.Dr. Stephen Henson1-1/+1