summaryrefslogtreecommitdiffstats
path: root/ssl/ssl_lib.c
AgeCommit message (Expand)Author
2001-10-24Fix SSL handshake functions and SSL_clear() such that SSL_clear()Bodo Möller
2001-10-20New functions SSL[_CTX]_set_msg_callback().Bodo Möller
2001-10-17gcc complained about "write" being shadowed even though the "write"Bodo Möller
2001-10-16Add per-SSL 'msg_callback' with 'msg_callback_arg'.Bodo Möller
2001-09-20New function SSL_renegotiate_pending().Bodo Möller
2001-09-11Make maximum certifcate chain size accepted from the peer applicationLutz Jänicke
2001-09-01Make the necessary changes to work with the recent "ex_data" overhaul.Geoff Thorpe
2001-08-12The indexes returned by ***_get_ex_new_index() functions are used whenGeoff Thorpe
2001-07-30Fix inconsistent behaviour with respect to verify_callback handling.Lutz Jänicke
2001-07-16SSL_get_rfc were documented but not implemented.Richard Levitte
2001-07-15SSL_get_[rw]fd were documented but not implemented.Richard Levitte
2001-07-11Include kssl_lcl.h where needed.Richard Levitte
2001-07-11Changes to the Kerberos SSL code by Jeffrey Altman <jaltman@columbia.edu>Richard Levitte
2001-05-10Purpose and trust setting functions for X509_STORE.Dr. Stephen Henson
2001-04-08Avoid assert() in the library.Bodo Möller
2001-03-09Consistently use 'void *' for SSL read, peek and write functions.Bodo Möller
2001-03-08add ssl23_peekBodo Möller
2001-03-07Fix ERR_R_... problems.Bodo Möller
2001-02-23Fix an oversight - when checking a potential session ID for conflicts withGeoff Thorpe
2001-02-21If a callback is generating a new session ID for SSLv2, then upon exiting,Geoff Thorpe
2001-02-21This change allows a callback to be used to override the generation ofGeoff Thorpe
2001-02-20Use new-style system-id macros everywhere possible. I hope I haven'tRichard Levitte
2000-12-12SSL_new() may potentially add a certfificate. Therefore, wenRichard Levitte
2000-12-08Next step in tidying up the LHASH code.Geoff Thorpe
2000-12-04Make the remaining LHASH macro changes. This should leave no remainingGeoff Thorpe
2000-12-02remove unused static functionUlf Möller
2000-12-01First step in tidying up the LHASH code. The callback prototypes (andGeoff Thorpe
2000-11-30First tentative impementation of Kerberos 5 cryptos and keys for SSL/TLS. Im...Richard Levitte
2000-11-30comp_methods in a SSL_CTX points at an internal database. Do *not*Richard Levitte
2000-11-28Comments on SSL_peek deficienciesBodo Möller
2000-10-12Make non blocking I/O work for accept BIOs.Dr. Stephen Henson
2000-09-26Set s->read_ahead in SSL_new because SSL_clear no longer modifies it.Bodo Möller
2000-09-26Don't modify s->read_ahead in SSL_clear, which is called fromBodo Möller
2000-09-17Use sk_*_new_null() instead of sk_*_new(NULL), since that takes careRichard Levitte
2000-09-05Keep a not of original encoding in certificate requests.Dr. Stephen Henson
2000-09-04Avoid abort() throughout the library, except when preprocessorBodo Möller
2000-06-01There have been a number of complaints from a number of sources that namesRichard Levitte
2000-06-01The previous commit to crypto/stack/*.[ch] pulled the type-safety stringsGeoff Thorpe
2000-03-27Comments for SSL_get_peer_cert_chain inconsistency.Bodo Möller
2000-02-25Some time in history, SSL_CTX_sessions() disappeared. It is nowRichard Levitte
2000-02-24Remove structures that are no longer used.Richard Levitte
2000-02-24nicer manpagesUlf Möller
2000-02-24Fix NO_RSA (misplaced #endif).Ulf Möller
2000-02-23Allow ADH to be used but not present in the default cipherDr. Stephen Henson
2000-02-21Fix some bugs and document othersBodo Möller
2000-02-20Move the registration of callback functions to special functionsRichard Levitte
2000-01-30Seek out and destroy another evil cast.Ulf Möller
2000-01-30Source code cleanups: Use void * rather than char * in lhash,Ulf Möller
2000-01-23Tidy up CRYPTO_EX_DATA structures.Dr. Stephen Henson
2000-01-22Apply Lutz Behnke's 56 bit cipher patch with a fewDr. Stephen Henson