aboutsummaryrefslogtreecommitdiff
path: root/ssl
AgeCommit message (Expand)AuthorFilesLines
2004-01-04unintptr_t and <inttypes.h> are not strictly portable with respect toLutz Jänicke1-2/+1
2003-12-27Avoid including cryptlib.h, it's not really needed.Richard Levitte13-11/+14
2003-12-27Use sh explicitely to run point.shRichard Levitte1-1/+1
2003-12-03Restructure make targets to allow parallel make.Lutz Jänicke1-2/+2
2003-11-29We're getting a clash with C++ because it has a type called 'list'.Richard Levitte3-41/+42
2003-11-28RSA_size() and DH_size() return the amount of bytes in a key, and weRichard Levitte1-2/+2
2003-11-28Netware-specific changes,Richard Levitte1-0/+3
2003-11-04Avoid some shadowed variable names.Geoff Thorpe2-9/+9
2003-10-29A general spring-cleaning (in autumn) to fix up signed/unsigned warnings.Geoff Thorpe10-23/+25
2003-10-10Avoid warnings: add missing prototype, don't shadow.Dr. Stephen Henson2-3/+4
2003-10-06Add functionality to get information on compression methods (not quite comple...Richard Levitte4-0/+32
2003-10-06Make sure int SSL_COMP_add_compression_method() checks if a certainRichard Levitte4-5/+31
2003-10-02Check for errors from SSL_COMP_add_compression_method().Richard Levitte1-1/+8
2003-10-02Correct a mixup of return valuesRichard Levitte1-2/+2
2003-09-27Have ssl3_ssl3_send_client_verify() change the state to SSL3_ST_SW_CERT_VRFY_B.Richard Levitte1-0/+1
2003-09-27Have ssl3_send_certificate_request() change the state to SSL3_ST_SW_CERT_REQ_B.Richard Levitte1-0/+1
2003-09-27Include the instance in the Kerberos ticket information.Richard Levitte2-10/+27
2003-09-27Free the Kerberos context upon freeing the SSL.Richard Levitte1-0/+5
2003-09-08These should be write-locks, not read-locks.Geoff Thorpe1-2/+2
2003-09-03Only accept a client certificate if the server requestsDr. Stephen Henson1-4/+5
2003-08-14fix out-of-bounds check in lock_dbg_cb (was too lose to detect allBodo Möller1-1/+1
2003-08-11make sure no error is left in the queue that is intentionally ignoredBodo Möller1-1/+3
2003-07-22updates for draft-ietf-tls-ecc-03.txtBodo Möller3-4/+40
2003-07-21tolerate extra data at end of client hello for SSL 3.0Bodo Möller1-0/+4
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