aboutsummaryrefslogtreecommitdiffstats
path: root/ssl/ssltest.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* If _XOPEN_SOURCE_EXTENDED or _XOPEN_SOURCE are defined, _POSIX_C_SOURCE getsRichard Levitte2002-12-191-3/+7
* This is a first-cut at improving the callback mechanisms used inGeoff Thorpe2002-12-081-1/+13
* gethostname() is more a BSD feature than an XOPEN one.Richard Levitte2002-12-041-1/+1
* define USE_SOCKETS so sys/param.h gets included (and thusly, MAXHOSTNAMELENRichard Levitte2002-12-021-0/+1
* Have all tests use EXIT() to exit rather than exit(), since the latter doesn'tRichard Levitte2002-11-281-1/+1
* Small bugfixes to the KSSL implementation.Richard Levitte2002-11-261-1/+1
* allocate bio_err before memory debugging is enabled to avoid memory leaksBodo Möller2002-11-191-2/+3
* WinCE patchesRichard Levitte2002-11-151-0/+3
* Security fixes brought forward from 0.9.7.Ben Laurie2002-11-131-3/+10
* avoid Purify warningsBodo Möller2002-11-051-0/+7
* fix typoBodo Möller2002-11-051-1/+1
* Add missing brackets.Lutz Jänicke2002-09-251-2/+2
* Instead of returning errors when certain flags are unusable, just ignore them.Richard Levitte2002-08-141-3/+16
* ECC ciphersuite supportBodo Möller2002-08-091-1/+66
* undo nonsense patch (r *is* signed or we have signedness mismatches elsewhere)Bodo Möller2002-04-291-1/+1
* Fix unsigned vs. signed clashRichard Levitte2002-04-291-1/+1