aboutsummaryrefslogtreecommitdiffstats
path: root/ssl/ssl.h
Commit message (Expand)AuthorAgeFilesLines
* Fix duplicate error codes.Dr. Stephen Henson2007-10-261-7/+4
* 1. Changes for s_client.c to make it return non-zero exit code in caseDr. Stephen Henson2007-10-261-4/+16
* DTLS fixes from 0.9.8-stable.Andy Polyakov2007-10-131-0/+1
* Support for certificate status TLS extension.Dr. Stephen Henson2007-09-261-0/+29
* Implement the Opaque PRF Input TLS extensionBodo Möller2007-09-211-1/+15
* The other half of make errors.Ben Laurie2007-09-191-0/+1
* Clean up error codes a bit.Bodo Möller2007-09-191-8/+7
* Update ssl code to support digests other than MD5+SHA1 in handshake.Dr. Stephen Henson2007-08-311-1/+6
* Add ctrls to set and get RFC4507bis keys to enable several contexts toDr. Stephen Henson2007-08-281-0/+3
* RFC4507 (including RFC4507bis) TLS stateless session resumption supportDr. Stephen Henson2007-08-111-0/+21
* Finish gcc 4.2 changes.Dr. Stephen Henson2007-06-071-8/+2
* Update ssl library to support EVP_PKEY MAC API. Include generic MAC support.Dr. Stephen Henson2007-06-041-3/+8
* fix function codes for errorBodo Möller2007-04-241-0/+3
* Add SEED encryption algorithm.Bodo Möller2007-04-231-0/+1
* 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