aboutsummaryrefslogtreecommitdiffstats
path: root/ssl
Commit message (Expand)AuthorAgeFilesLines
* Fix ordering of compare functions: strncmp() must be used first, aLutz Jänicke2003-04-081-3/+4
* Correct a lot of printing calls. Remove extra arguments...Richard Levitte2003-04-031-1/+1
* Let's limit the extent of the definition of _XOPEN_SOURCE.Richard Levitte2003-03-251-0/+1
* remove patch ID (which is supposed to appear in patched variants ofBodo Möller2003-03-211-1/+0
* countermeasure against new Klima-Pokorny-Rosa atackBodo Möller2003-03-191-13/+12
* - new ECDH_compute_key interface (KDF is no longer a fixed built-in)Bodo Möller2003-02-282-4/+30
* use tabs for indentation, not spacesBodo Möller2003-02-281-80/+80
* more mingw related cleanups.Ulf Möller2003-02-221-1/+0
* Security fix: Vaudenay timing attack on CBC.Richard Levitte2003-02-191-16/+31
* Session cache implementations shouldn't have to access SSL_SESSIONGeoff Thorpe2003-02-152-0/+8
* Make it possible to disable OCSP, the speed application, and the use of sockets.Richard Levitte2003-02-141-0/+2
* Option to disable SSL auto chain buildDr. Stephen Henson2003-02-122-3/+16
* commentsBodo Möller2003-02-121-1/+3
* SSL_add_dir_cert_subjects_to_stack now exists for WIN32Bodo Möller2003-02-052-3/+1
* A few small bugs with BIO popping.Richard Levitte2003-01-301-0/+4
* Add the possibility to build without the ENGINE framework.Richard Levitte2003-01-301-0/+4
* Fix a memory leak in SSL.Richard Levitte2003-01-301-0/+1
* Fix possible NULL dereferencial.Richard Levitte2003-01-161-14/+20
* Really fix SSLv2 session ID handlingLutz Jänicke2003-01-151-1/+1
* Fix wrong handling of session ID in SSLv2 client code.Lutz Jänicke2002-12-291-1/+1
* make updateRichard Levitte2002-12-291-614/+329
* Some more adjustmentsLutz Jänicke2002-12-241-2/+3
* Stop a possible memory leak.Richard Levitte2002-12-213-2/+13
* Fix Kerberos5/SSL interactionLutz Jänicke2002-12-201-38/+17
* We stupidly had a separate LIBKRB5 variable for KRB5 library dependencies,Richard Levitte2002-12-191-1/+0
* If _XOPEN_SOURCE_EXTENDED or _XOPEN_SOURCE are defined, _POSIX_C_SOURCE getsRichard Levitte2002-12-191-3/+7
* Protect loading routines with a lock.Richard Levitte2002-12-161-1/+11
* This is a first-cut at improving the callback mechanisms used inGeoff Thorpe2002-12-081-1/+13
* Fix a warning, and do some constification as a lucky side-effect :-)Geoff Thorpe2002-12-081-1/+1
* Since it's defined in draft-ietf-tls-compression-04.txt, let's makeRichard Levitte2002-12-083-22/+63
* 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
* A few more memset()s converted to OPENSSL_cleanse().Richard Levitte2002-11-291-2/+2
* Have all tests use EXIT() to exit rather than exit(), since the latter doesn'tRichard Levitte2002-11-281-1/+1
* Cleanse memory using the new OPENSSL_cleanse() function.Richard Levitte2002-11-288-22/+22
* Small bugfixes to the KSSL implementation.Richard Levitte2002-11-263-4/+3
* Typo. OPENSSL_NO_ECDH, not NO_OPENSSL_ECDHRichard Levitte2002-11-221-1/+1
* Fix bug introduced by the attempt to fix client side external sessionLutz Jänicke2002-11-201-0/+5
* allocate bio_err before memory debugging is enabled to avoid memory leaksBodo Möller2002-11-191-2/+3
* WinCE patchesRichard Levitte2002-11-152-0/+31
* The pointer to the cipher object is not yet set, when session was reloadedLutz Jänicke2002-11-151-1/+1
* We need to read one more byte of the REQUEST-CERTIFICATE message.Richard Levitte2002-11-151-2/+2
* Security fixes brought forward from 0.9.7.Ben Laurie2002-11-1322-143/+155
* avoid Purify warningsBodo Möller2002-11-051-0/+7
* fix typoBodo Möller2002-11-051-1/+1
* Remove all referenses to RSAref, since that's been gone for more thanRichard Levitte2002-10-311-230/+50
* Sun has agreed to removing the covenant language from most files.Bodo Möller2002-10-294-52/+0
* Correct and enhance the behaviour of "internal" session caching as itGeoff Thorpe2002-10-293-7/+11
* increase permissible message length so that we can handleBodo Möller2002-10-281-1/+1
* Typos.Richard Levitte2002-10-152-6/+6