summaryrefslogtreecommitdiff
path: root/ssl/ssltest.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Signedness mismatch.Richard Levitte2002-04-201-1/+1
* use BIO_nwrite() more properly to demonstrate the general idea ofBodo Möller2002-03-141-3/+10
* Add 'void *' argument to app_verify_callback.Bodo Möller2002-02-281-0/+36
* Fix for AIX.Dr. Stephen Henson2002-02-221-1/+1
* Fix apps/openssl.c and ssl/ssltest.c so that they useBodo Möller2001-09-101-1/+6
* Make the necessary changes to work with the recent "ex_data" overhaul.Geoff Thorpe2001-09-011-0/+1
* Make as sure as possible that gethostname() will be properly declared.Richard Levitte2001-07-311-0/+8
* Call ENGINE_cleanup() to avoid memory leak.Bodo Möller2001-07-041-0/+2
* Forcibly enable memory leak checking during "make test"Bodo Möller2001-03-111-0/+6
* e_os.h does not belong with the exported headers. Do not put it thereRichard Levitte2001-02-221-1/+1
* Use new-style system-id macros everywhere possible. I hope I haven'tRichard Levitte2001-02-201-21/+21
* Locking issues.Bodo Möller2000-12-151-0/+118
* COMP_zlib should always be declared, even if it is not functional.Bodo Möller2000-11-301-1/+1
* First tentative impementation of Kerberos 5 cryptos and keys for SSL/TLS. Im...Richard Levitte2000-11-301-0/+14
* The compression method may be undefined for some reason that hasRichard Levitte2000-11-301-0/+3
* Simplify and provide the possibility to clean a compression method.Richard Levitte2000-11-301-12/+10