aboutsummaryrefslogtreecommitdiffstats
path: root/ssl/ssl.h
Commit message (Expand)AuthorAgeFilesLines
* Include "!eNULL" in SSL_DEFAULT_CIPHER_LIST to make sure that aBodo Möller2007-02-191-2/+7
* Reorganize the data used for SSL ciphersuite pattern matching.Bodo Möller2007-02-171-64/+28
* fix typosNils Larsch2006-12-211-1/+1
* replace macros with functionsNils Larsch2006-11-291-16/+26
* remove SSLEAY_MACROS codeNils Larsch2006-11-061-2/+0
* Error messages for client ECC cert verification.Bodo Möller2006-06-151-1/+7
* Ciphersuite string bugfixes, and ECC-related (re-)definitions.Bodo Möller2006-06-141-17/+28
* Make sure that AES ciphersuites get priority over CamelliaBodo Möller2006-06-141-2/+2
* Camellia cipher, contributed by NTTBodo Möller2006-06-091-0/+1
* Someone made a mistake, and some function and reason codes gotRichard Levitte2006-05-121-1/+1
* Implement Supported Elliptic Curves Extension.Bodo Möller2006-03-301-0/+4
* fix sign problemsBodo Möller2006-03-131-4/+6
* udpate Supported Point Formats Extension codeBodo Möller2006-03-131-1/+0
* fix commentNils Larsch2006-03-121-8/+10
* Implement the Supported Point Formats Extension for ECC ciphersuitesBodo Möller2006-03-111-3/+17
* add initial support for RFC 4279 PSK SSL ciphersuitesNils Larsch2006-03-101-3/+74
* move new member of SSL_SESSION to the endBodo Möller2006-02-071-3/+3
* Further TLS extension updatesBodo Möller2006-01-091-3/+5
* Avoid contradictive error code assignments.Bodo Möller2006-01-081-1/+1
* Some error code cleanups (SSL lib. used SSL_R_... codes reserved for alerts)Bodo Möller2006-01-081-74/+74
* complete and correct RFC3546 error codesBodo Möller2006-01-071-0/+4
* Fixes for TLS server_name extensionBodo Möller2006-01-061-2/+4
* Various changes in the new TLS extension code, including the following:Bodo Möller2006-01-031-15/+14
* Support TLS extensions (specifically, HostName)Bodo Möller2006-01-021-0/+32
* Add fixes for CAN-2005-2969.Bodo Möller2005-10-261-1/+1
* Avoid warning on Win32.Dr. Stephen Henson2005-10-081-2/+2
* New option SSL_OP_NO_COMP to disable compression. New ctrls to setDr. Stephen Henson2005-10-081-0/+16
* Let the TLSv1_method() etc. functions return a const SSL_METHODNils Larsch2005-08-141-22/+22
* - let SSL_CTX_set_cipher_list and SSL_set_cipher_list return anNils Larsch2005-06-101-0/+2
* Fix various incorrect error function codes.Bodo Möller2005-04-261-0/+1
* fix SSLerr stuff for DTLS1 code;Bodo Möller2005-04-261-8/+26
* Add DTLS support.Ben Laurie2005-04-261-1/+40
* Give everything prototypes (well, everything that's actually used).Ben Laurie2005-03-311-16/+12
* Constification.Ben Laurie2005-03-301-57/+59
* New X509_VERIFY_PARAM structure and associated functionality.Dr. Stephen Henson2004-09-061-2/+8
* Move some COMP functions to be inside the #ifndef OPENSSL_NO_COMPRichard Levitte2004-05-201-6/+7
* Deprecate quite a few recursive includes from the ssl.h API header andGeoff Thorpe2004-05-171-5/+7
* SSL_COMP_get_compression_method is a typo (a missing 's' at the end ofRichard Levitte2004-03-251-2/+2
* Constify d2i, s2i, c2i and r2i functions and other associatedRichard Levitte2004-03-151-5/+5
* We're getting a clash with C++ because it has a type called 'list'.Richard Levitte2003-11-291-2/+2
* Avoid warnings: add missing prototype, don't shadow.Dr. Stephen Henson2003-10-101-0/+1
* Add functionality to get information on compression methods (not quite comple...Richard Levitte2003-10-061-0/+4
* Make sure int SSL_COMP_add_compression_method() checks if a certainRichard Levitte2003-10-061-0/+3
* Session cache implementations shouldn't have to access SSL_SESSIONGeoff Thorpe2003-02-151-0/+1
* Option to disable SSL auto chain buildDr. Stephen Henson2003-02-121-0/+2
* SSL_add_dir_cert_subjects_to_stack now exists for WIN32Bodo Möller2003-02-051-2/+0
* Fix a warning, and do some constification as a lucky side-effect :-)Geoff Thorpe2002-12-081-1/+1
* Since it's defined in draft-ietf-tls-compression-04.txt, let's makeRichard Levitte2002-12-081-0/+1
* Security fixes brought forward from 0.9.7.Ben Laurie2002-11-131-0/+1
* Correct and enhance the behaviour of "internal" session caching as itGeoff Thorpe2002-10-291-3/+4