aboutsummaryrefslogtreecommitdiffstats
path: root/ssl/ssl_lib.c
Commit message (Expand)AuthorAgeFilesLines
* Fix incorrect substitution that happened during the recent ciphersuiteBodo Möller2007-02-221-1/+1
* fix warnings for CIPHER_DEBUG buildsBodo Möller2007-02-191-1/+1
* Reorganize the data used for SSL ciphersuite pattern matching.Bodo Möller2007-02-171-97/+128
* replace macros with functionsNils Larsch2006-11-291-2/+32
* Fix buffer overflow in SSL_get_shared_ciphers() function.Mark J. Cox2006-09-281-1/+1
* Error messages for client ECC cert verification.Bodo Möller2006-06-151-1/+7
* Fix algorithm handling for ECC ciphersuites: Adapt to recent changes,Bodo Möller2006-06-151-13/+22
* Ciphersuite string bugfixes, and ECC-related (re-)definitions.Bodo Möller2006-06-141-9/+9
* fix memory leakBodo Möller2006-04-031-0/+4
* add initial support for RFC 4279 PSK SSL ciphersuitesNils Larsch2006-03-101-1/+113
* Further TLS extension updatesBodo Möller2006-01-091-10/+14
* Fixes for TLS server_name extensionBodo Möller2006-01-061-0/+7
* Various changes in the new TLS extension code, including the following:Bodo Möller2006-01-031-17/+19
* Support TLS extensions (specifically, HostName)Bodo Möller2006-01-021-0/+38
* Avoid warnings on VC++ 2005.Dr. Stephen Henson2005-12-051-1/+1
* New option SSL_OP_NO_COMP to disable compression. New ctrls to setDr. Stephen Henson2005-10-081-0/+13
* Make OPENSSL_NO_COMP compile again.Dr. Stephen Henson2005-09-301-0/+13
* fix warnings when building openssl with the following compiler options:Nils Larsch2005-08-281-1/+8
* Let the TLSv1_method() etc. functions return a const SSL_METHODNils Larsch2005-08-141-4/+4
* makeNils Larsch2005-07-161-1/+6
* DCC doesn't like argument names in returned function pointers.Richard Levitte2005-06-231-1/+3
* - let SSL_CTX_set_cipher_list and SSL_set_cipher_list return anNils Larsch2005-06-101-6/+26
* 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