summaryrefslogtreecommitdiffstats
path: root/ssl
Commit message (Expand)AuthorAgeFilesLines
* Don't use $(EXHEADER) directly in for loops, as most shells will breakRichard Levitte2004-11-021-1/+1
* Fix race condition when SSL ciphers are initialized.Dr. Stephen Henson2004-10-251-1/+1
* New X509_VERIFY_PARAM structure and associated functionality.Dr. Stephen Henson2004-09-063-18/+47
* make updateRichard Levitte2004-07-101-20/+20
* Use the new directory reading functions.Richard Levitte2004-07-101-109/+18
* Move some COMP functions to be inside the #ifndef OPENSSL_NO_COMPRichard Levitte2004-05-201-6/+7
* After the latest round of header-hacking, regenerate the dependencies inGeoff Thorpe2004-05-171-572/+556
* Deprecate quite a few recursive includes from the ssl.h API header andGeoff Thorpe2004-05-176-8/+11
* Fixes so alerts are sent properly in s3_pkt.cDr. Stephen Henson2004-05-151-4/+4
* Allow RSA key-generation to specify an arbitrary public exponent. JelteGeoff Thorpe2004-04-261-2/+5
* make updateGeoff Thorpe2004-04-191-461/+441
* (oops) Apologies all, that last header-cleanup commit was from the wrongGeoff Thorpe2004-04-198-1/+10
* SSL_COMP_get_compression_method is a typo (a missing 's' at the end ofRichard Levitte2004-03-252-8/+2
* Avoid warnings.Dr. Stephen Henson2004-03-161-2/+2
* Constify d2i, s2i, c2i and r2i functions and other associatedRichard Levitte2004-03-157-22/+27
* make updateRichard Levitte2004-01-281-199/+193
* unintptr_t and <inttypes.h> are not strictly portable with respect toLutz Jänicke2004-01-041-2/+1
* Avoid including cryptlib.h, it's not really needed.Richard Levitte2003-12-2713-11/+14
* Use sh explicitely to run point.shRichard Levitte2003-12-271-1/+1
* Restructure make targets to allow parallel make.Lutz Jänicke2003-12-031-2/+2
* We're getting a clash with C++ because it has a type called 'list'.Richard Levitte2003-11-293-41/+42
* RSA_size() and DH_size() return the amount of bytes in a key, and weRichard Levitte2003-11-281-2/+2
* 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