aboutsummaryrefslogtreecommitdiff
path: root/ssl/ssltest.c
AgeCommit message (Expand)AuthorFilesLines
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
2001-09-10Fix apps/openssl.c and ssl/ssltest.c so that they useBodo Möller1-1/+6
2001-09-01Make the necessary changes to work with the recent "ex_data" overhaul.Geoff Thorpe1-0/+1
2001-07-31Make as sure as possible that gethostname() will be properly declared.Richard Levitte1-0/+8
2001-07-04Call ENGINE_cleanup() to avoid memory leak.Bodo Möller1-0/+2
2001-03-11Forcibly enable memory leak checking during "make test"Bodo Möller1-0/+6
2001-02-22e_os.h does not belong with the exported headers. Do not put it thereRichard Levitte1-1/+1
2001-02-20Use new-style system-id macros everywhere possible. I hope I haven'tRichard Levitte1-21/+21
2000-12-15Locking issues.Bodo Möller1-0/+118
2000-11-30COMP_zlib should always be declared, even if it is not functional.Bodo Möller1-1/+1
2000-11-30First tentative impementation of Kerberos 5 cryptos and keys for SSL/TLS. Im...Richard Levitte1-0/+14