aboutsummaryrefslogtreecommitdiffstats
path: root/ssl
Commit message (Expand)AuthorAgeFilesLines
* Netware-specific changes,Richard Levitte2003-11-281-0/+3
* Avoid some shadowed variable names.Geoff Thorpe2003-11-042-9/+9
* A general spring-cleaning (in autumn) to fix up signed/unsigned warnings.Geoff Thorpe2003-10-2910-23/+25
* Avoid warnings: add missing prototype, don't shadow.Dr. Stephen Henson2003-10-102-3/+4
* Add functionality to get information on compression methods (not quite comple...Richard Levitte2003-10-064-0/+32
* Make sure int SSL_COMP_add_compression_method() checks if a certainRichard Levitte2003-10-064-5/+31
* Check for errors from SSL_COMP_add_compression_method().Richard Levitte2003-10-021-1/+8
* Correct a mixup of return valuesRichard Levitte2003-10-021-2/+2
* Have ssl3_ssl3_send_client_verify() change the state to SSL3_ST_SW_CERT_VRFY_B.Richard Levitte2003-09-271-0/+1
* Have ssl3_send_certificate_request() change the state to SSL3_ST_SW_CERT_REQ_B.Richard Levitte2003-09-271-0/+1
* Include the instance in the Kerberos ticket information.Richard Levitte2003-09-272-10/+27
* Free the Kerberos context upon freeing the SSL.Richard Levitte2003-09-271-0/+5
* These should be write-locks, not read-locks.Geoff Thorpe2003-09-081-2/+2
* Only accept a client certificate if the server requestsDr. Stephen Henson2003-09-031-4/+5
* fix out-of-bounds check in lock_dbg_cb (was too lose to detect allBodo Möller2003-08-141-1/+1
* make sure no error is left in the queue that is intentionally ignoredBodo Möller2003-08-111-1/+3
* updates for draft-ietf-tls-ecc-03.txtBodo Möller2003-07-223-4/+40
* tolerate extra data at end of client hello for SSL 3.0Bodo Möller2003-07-211-0/+4
* 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