summaryrefslogtreecommitdiffstats
path: root/ssl
AgeCommit message (Expand)Author
2004-07-10make updateRichard Levitte
2004-07-10Use the new directory reading functions.Richard Levitte
2004-05-20Move some COMP functions to be inside the #ifndef OPENSSL_NO_COMPRichard Levitte
2004-05-17After the latest round of header-hacking, regenerate the dependencies inGeoff Thorpe
2004-05-17Deprecate quite a few recursive includes from the ssl.h API header andGeoff Thorpe
2004-05-15Fixes so alerts are sent properly in s3_pkt.cDr. Stephen Henson
2004-04-26Allow RSA key-generation to specify an arbitrary public exponent. JelteGeoff Thorpe
2004-04-19make updateGeoff Thorpe
2004-04-19(oops) Apologies all, that last header-cleanup commit was from the wrongGeoff Thorpe
2004-03-25SSL_COMP_get_compression_method is a typo (a missing 's' at the end ofRichard Levitte
2004-03-16Avoid warnings.Dr. Stephen Henson
2004-03-15Constify d2i, s2i, c2i and r2i functions and other associatedRichard Levitte
2004-01-28make updateRichard Levitte
2004-01-04unintptr_t and <inttypes.h> are not strictly portable with respect toLutz Jänicke
2003-12-27Avoid including cryptlib.h, it's not really needed.Richard Levitte
2003-12-27Use sh explicitely to run point.shRichard Levitte
2003-12-03Restructure make targets to allow parallel make.Lutz Jänicke
2003-11-29We're getting a clash with C++ because it has a type called 'list'.Richard Levitte
2003-11-28RSA_size() and DH_size() return the amount of bytes in a key, and weRichard Levitte
2003-11-28Netware-specific changes,Richard Levitte
2003-11-04Avoid some shadowed variable names.Geoff Thorpe
2003-10-29A general spring-cleaning (in autumn) to fix up signed/unsigned warnings.Geoff Thorpe
2003-10-10Avoid warnings: add missing prototype, don't shadow.Dr. Stephen Henson
2003-10-06Add functionality to get information on compression methods (not quite comple...Richard Levitte
2003-10-06Make sure int SSL_COMP_add_compression_method() checks if a certainRichard Levitte
2003-10-02Check for errors from SSL_COMP_add_compression_method().Richard Levitte
2003-10-02Correct a mixup of return valuesRichard Levitte
2003-09-27Have ssl3_ssl3_send_client_verify() change the state to SSL3_ST_SW_CERT_VRFY_B.Richard Levitte
2003-09-27Have ssl3_send_certificate_request() change the state to SSL3_ST_SW_CERT_REQ_B.Richard Levitte
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