summaryrefslogtreecommitdiffstats
path: root/ssl
AgeCommit message (Expand)Author
2003-09-27Include the instance in the Kerberos ticket information.Richard Levitte
2003-09-27Free the Kerberos context upon freeing the SSL.Richard Levitte
2003-09-08These should be write-locks, not read-locks.Geoff Thorpe
2003-09-03Only accept a client certificate if the server requestsDr. Stephen Henson
2003-08-14fix out-of-bounds check in lock_dbg_cb (was too lose to detect allBodo Möller
2003-08-11make sure no error is left in the queue that is intentionally ignoredBodo Möller
2003-07-22updates for draft-ietf-tls-ecc-03.txtBodo Möller
2003-07-21tolerate extra data at end of client hello for SSL 3.0Bodo Möller
2003-04-08Fix ordering of compare functions: strncmp() must be used first, aLutz Jänicke
2003-04-03Correct a lot of printing calls. Remove extra arguments...Richard Levitte
2003-03-25Let's limit the extent of the definition of _XOPEN_SOURCE.Richard Levitte
2003-03-21remove patch ID (which is supposed to appear in patched variants ofBodo Möller
2003-03-19countermeasure against new Klima-Pokorny-Rosa atackBodo Möller
2003-02-28- new ECDH_compute_key interface (KDF is no longer a fixed built-in)Bodo Möller
2003-02-28use tabs for indentation, not spacesBodo Möller
2003-02-22more mingw related cleanups.Ulf Möller
2003-02-19Security fix: Vaudenay timing attack on CBC.Richard Levitte
2003-02-15Session cache implementations shouldn't have to access SSL_SESSIONGeoff Thorpe
2003-02-14Make it possible to disable OCSP, the speed application, and the use of sockets.Richard Levitte
2003-02-12Option to disable SSL auto chain buildDr. Stephen Henson
2003-02-12commentsBodo Möller
2003-02-05SSL_add_dir_cert_subjects_to_stack now exists for WIN32Bodo Möller
2003-01-30A few small bugs with BIO popping.Richard Levitte
2003-01-30Add the possibility to build without the ENGINE framework.Richard Levitte
2003-01-30Fix a memory leak in SSL.Richard Levitte
2003-01-16Fix possible NULL dereferencial.Richard Levitte
2003-01-15Really fix SSLv2 session ID handlingLutz Jänicke
2002-12-29Fix wrong handling of session ID in SSLv2 client code.Lutz Jänicke
2002-12-29make updateRichard Levitte
2002-12-24Some more adjustmentsLutz Jänicke
2002-12-21Stop a possible memory leak.Richard Levitte
2002-12-20Fix Kerberos5/SSL interactionLutz Jänicke
2002-12-19We stupidly had a separate LIBKRB5 variable for KRB5 library dependencies,Richard Levitte
2002-12-19If _XOPEN_SOURCE_EXTENDED or _XOPEN_SOURCE are defined, _POSIX_C_SOURCE getsRichard Levitte
2002-12-16Protect loading routines with a lock.Richard Levitte
2002-12-08This is a first-cut at improving the callback mechanisms used inGeoff Thorpe
2002-12-08Fix a warning, and do some constification as a lucky side-effect :-)Geoff Thorpe
2002-12-08Since it's defined in draft-ietf-tls-compression-04.txt, let's makeRichard Levitte
2002-12-04gethostname() is more a BSD feature than an XOPEN one.Richard Levitte
2002-12-02define USE_SOCKETS so sys/param.h gets included (and thusly, MAXHOSTNAMELENRichard Levitte
2002-11-29A few more memset()s converted to OPENSSL_cleanse().Richard Levitte
2002-11-28Have all tests use EXIT() to exit rather than exit(), since the latter doesn'tRichard Levitte
2002-11-28Cleanse memory using the new OPENSSL_cleanse() function.Richard Levitte
2002-11-26Small bugfixes to the KSSL implementation.Richard Levitte
2002-11-22Typo. OPENSSL_NO_ECDH, not NO_OPENSSL_ECDHRichard Levitte
2002-11-20Fix bug introduced by the attempt to fix client side external sessionLutz Jänicke
2002-11-19allocate bio_err before memory debugging is enabled to avoid memory leaksBodo Möller
2002-11-15WinCE patchesRichard Levitte
2002-11-15The pointer to the cipher object is not yet set, when session was reloadedLutz Jänicke
2002-11-15We need to read one more byte of the REQUEST-CERTIFICATE message.Richard Levitte