aboutsummaryrefslogtreecommitdiffstats
path: root/ssl/ssl_lib.c
Commit message (Expand)AuthorAgeFilesLines
* The indexes returned by ***_get_ex_new_index() functions are used whenGeoff Thorpe2001-08-121-6/+8
* Fix inconsistent behaviour with respect to verify_callback handling.Lutz Jänicke2001-07-301-2/+0
* SSL_get_rfc were documented but not implemented.Richard Levitte2001-07-161-1/+1
* SSL_get_[rw]fd were documented but not implemented.Richard Levitte2001-07-151-0/+17
* Include kssl_lcl.h where needed.Richard Levitte2001-07-111-0/+1
* Changes to the Kerberos SSL code by Jeffrey Altman <jaltman@columbia.edu>Richard Levitte2001-07-111-0/+7
* Purpose and trust setting functions for X509_STORE.Dr. Stephen Henson2001-05-101-25/+5
* Avoid assert() in the library.Bodo Möller2001-04-081-1/+3
* Consistently use 'void *' for SSL read, peek and write functions.Bodo Möller2001-03-091-3/+3
* add ssl23_peekBodo Möller2001-03-081-0/+6
* Fix ERR_R_... problems.Bodo Möller2001-03-071-3/+3
* Fix an oversight - when checking a potential session ID for conflicts withGeoff Thorpe2001-02-231-4/+4
* If a callback is generating a new session ID for SSLv2, then upon exiting,Geoff Thorpe2001-02-211-0/+11
* This change allows a callback to be used to override the generation ofGeoff Thorpe2001-02-211-0/+42
* Use new-style system-id macros everywhere possible. I hope I haven'tRichard Levitte2001-02-201-10/+10
* SSL_new() may potentially add a certfificate. Therefore, wenRichard Levitte2000-12-121-0/+4
* Next step in tidying up the LHASH code.Geoff Thorpe2000-12-081-0/+4
* Make the remaining LHASH macro changes. This should leave no remainingGeoff Thorpe2000-12-041-2/+5
* remove unused static functionUlf Möller2000-12-021-0/+2
* First step in tidying up the LHASH code. The callback prototypes (andGeoff Thorpe2000-12-011-1/+2
* First tentative impementation of Kerberos 5 cryptos and keys for SSL/TLS. Im...Richard Levitte2000-11-301-0/+14
* comp_methods in a SSL_CTX points at an internal database. Do *not*Richard Levitte2000-11-301-0/+4
* Comments on SSL_peek deficienciesBodo Möller2000-11-281-0/+7
* Make non blocking I/O work for accept BIOs.Dr. Stephen Henson2000-10-121-0/+4
* Set s->read_ahead in SSL_new because SSL_clear no longer modifies it.Bodo Möller2000-09-261-0/+1
* Don't modify s->read_ahead in SSL_clear, which is called fromBodo Möller2000-09-261-0/+2
* Use sk_*_new_null() instead of sk_*_new(NULL), since that takes careRichard Levitte2000-09-171-1/+1
* Keep a not of original encoding in certificate requests.Dr. Stephen Henson2000-09-051-2/+0
* Avoid abort() throughout the library, except when preprocessorBodo Möller2000-09-041-6/+7
* There have been a number of complaints from a number of sources that namesRichard Levitte2000-06-011-8/+8
* The previous commit to crypto/stack/*.[ch] pulled the type-safety stringsGeoff Thorpe2000-06-011-2/+3
* Comments for SSL_get_peer_cert_chain inconsistency.Bodo Möller2000-03-271-0/+3
* Some time in history, SSL_CTX_sessions() disappeared. It is nowRichard Levitte2000-02-251-0/+5
* Remove structures that are no longer used.Richard Levitte2000-02-241-16/+0
* nicer manpagesUlf Möller2000-02-241-0/+2
* Fix NO_RSA (misplaced #endif).Ulf Möller2000-02-241-0/+2
* Allow ADH to be used but not present in the default cipherDr. Stephen Henson2000-02-231-2/+0
* Fix some bugs and document othersBodo Möller2000-02-211-1/+8
* Move the registration of callback functions to special functionsRichard Levitte2000-02-201-21/+26
* Seek out and destroy another evil cast.Ulf Möller2000-01-301-2/+2
* Source code cleanups: Use void * rather than char * in lhash,Ulf Möller2000-01-301-2/+2
* Tidy up CRYPTO_EX_DATA structures.Dr. Stephen Henson2000-01-231-8/+8
* Apply Lutz Behnke's 56 bit cipher patch with a fewDr. Stephen Henson2000-01-221-3/+3
* Compaq C 6.2 for VMS will complain when we want to convertRichard Levitte2000-01-181-4/+36
* New function X509_CTX_rget_chain(), make SSL_SESSION_print() display return c...Dr. Stephen Henson2000-01-091-1/+1
* New functions SSL_get_finished, SSL_get_peer_finished.Bodo Möller2000-01-061-0/+32
* Use prototypes.Bodo Möller2000-01-051-5/+6
* Change the trust and purpose code so it doesn't need initDr. Stephen Henson1999-12-021-6/+0
* Remainder of SSL purpose and trust code: trust and purpose setting inDr. Stephen Henson1999-11-291-0/+47
* Add part of chain verify SSL support code: not complete or doing anythingDr. Stephen Henson1999-11-291-0/+2