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