aboutsummaryrefslogtreecommitdiffstats
path: root/ssl/ssl_lib.c
Commit message (Expand)AuthorAgeFilesLines
* Don't use the SSL 2.0 Client Hello format if SSL 2.0 is disabledBodo Möller2005-05-111-2/+4
* Fix various incorrect error function codes.Bodo Möller2005-04-261-1/+1
* Add DTLS support.Ben Laurie2005-04-261-0/+9
* More cover-ups, removing OPENSSL_GLOBAL/EXTERNS. We can remove more...Andy Polyakov2005-04-131-1/+1
* Give everything prototypes (well, everything that's actually used).Ben Laurie2005-03-311-10/+16
* Constification.Ben Laurie2005-03-301-42/+48
* Small typo, `mask' got the same value ORed to it twice instead ofRichard Levitte2005-01-121-1/+1
* New X509_VERIFY_PARAM structure and associated functionality.Dr. Stephen Henson2004-09-061-10/+31
* (oops) Apologies all, that last header-cleanup commit was from the wrongGeoff Thorpe2004-04-191-0/+1
* Avoid including cryptlib.h, it's not really needed.Richard Levitte2003-12-271-1/+0
* Add functionality to get information on compression methods (not quite comple...Richard Levitte2003-10-061-0/+14
* Free the Kerberos context upon freeing the SSL.Richard Levitte2003-09-271-0/+5
* Fix a memory leak in SSL.Richard Levitte2003-01-301-0/+1
* Fix possible NULL dereferencial.Richard Levitte2003-01-161-14/+20
* Security fixes brought forward from 0.9.7.Ben Laurie2002-11-131-1/+7
* Correct and enhance the behaviour of "internal" session caching as itGeoff Thorpe2002-10-291-1/+1
* Reorder cleanup sequence in SSL_CTX_free() to leave ex_data for remove_cb().Lutz Jänicke2002-08-161-3/+14
* remove debug messagesBodo Möller2002-08-121-4/+0
* ECC ciphersuite supportBodo Möller2002-08-091-4/+173
* Reorder inclusion of header files:Lutz Jänicke2002-07-101-2/+2
* Add 'void *' argument to app_verify_callback.Bodo Möller2002-02-281-7/+2
* Fix the fix (Yoram Zahavi)...Lutz Jänicke2002-02-271-6/+6
* Make sure to remove bad sessions in SSL_clear() (found by Yoram Zahavi).Lutz Jänicke2002-02-261-8/+6
* Do not store unneeded data.Lutz Jänicke2002-02-081-4/+4
* Bugfix: In ssl3_accept, don't use a local variable 'got_new_session'Bodo Möller2002-01-141-1/+4
* Prototype info function.Ben Laurie2002-01-121-4/+5
* Fix SSL handshake functions and SSL_clear() such that SSL_clear()Bodo Möller2001-10-241-1/+1
* New functions SSL[_CTX]_set_msg_callback().Bodo Möller2001-10-201-10/+22
* gcc complained about "write" being shadowed even though the "write"Bodo Möller2001-10-171-2/+2
* Add per-SSL 'msg_callback' with 'msg_callback_arg'.Bodo Möller2001-10-161-30/+126
* New function SSL_renegotiate_pending().Bodo Möller2001-09-201-0/+7
* Make maximum certifcate chain size accepted from the peer applicationLutz Jänicke2001-09-111-0/+15
* Make the necessary changes to work with the recent "ex_data" overhaul.Geoff Thorpe2001-09-011-18/+9
* 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