aboutsummaryrefslogtreecommitdiffstats
path: root/ssl
Commit message (Expand)AuthorAgeFilesLines
* 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
* Typos.Richard Levitte2002-10-151-2/+2
* makedepend complains when a header file is included more than once inRichard Levitte2002-10-141-2/+0
* TypoRichard Levitte2002-10-102-4/+4
* RFC 2712 redefines the codes for use of Kerberos 5 in SSL/TLS.Richard Levitte2002-10-103-43/+195
* Use double dashes so makedepend doesn't misunderstand the flags weRichard Levitte2002-10-091-1/+1
* fix more race conditionsBodo Möller2002-09-264-24/+53
* Add missing brackets.Lutz Jänicke2002-09-251-2/+2
* really fix race conditionsBodo Möller2002-09-2510-56/+87
* really fix race conditionBodo Möller2002-09-238-0/+32
* there is no minimum length for session IDsBodo Möller2002-09-191-16/+5
* fix race conditionBodo Möller2002-09-191-1/+1
* Reorder cleanup sequence in SSL_CTX_free() to leave ex_data for remove_cb().Lutz Jänicke2002-08-161-3/+14
* use correct function code in error messageBodo Möller2002-08-151-1/+1
* Sometimes, the value of the variable containing the compiler call canRichard Levitte2002-08-151-1/+1
* Instead of returning errors when certain flags are unusable, just ignore them.Richard Levitte2002-08-141-3/+16