aboutsummaryrefslogtreecommitdiffstats
path: root/ssl/ssl_locl.h
Commit message (Expand)AuthorAgeFilesLines
* Updates from 1.0.0-stable.Dr. Stephen Henson2009-04-151-0/+2
* Changes from 1.0.0-stable.Dr. Stephen Henson2009-04-071-1/+1
* Fix compilation with -no-comp by adding some more #ifndef OPENSSL_NO_COMPLutz Jänicke2009-01-051-0/+4
* If we're going to return errors (no matter how stupid), then we shouldBen Laurie2008-12-291-1/+1
* Handle the unlikely event that BIO_get_mem_data() returns -ve.Ben Laurie2008-12-271-1/+1
* Create function of the form OBJ_bsearch_xxx() in bsearch typesafe macrosDr. Stephen Henson2008-10-221-1/+1
* Fix a shed load or warnings:Dr. Stephen Henson2008-10-201-1/+1
* Type-checked (and modern C compliant) OBJ_bsearch.Ben Laurie2008-10-121-11/+13
* update commentBodo Möller2008-09-141-1/+1
* Add SSL_FIPS flag for FIPS 140-2 approved ciphersuites and add a newDr. Stephen Henson2008-09-101-1/+2
* Fix error codes for memory-saving patch.Bodo Möller2008-08-041-1/+1
* Prevent signed/unsigned warning on VC++Dr. Stephen Henson2008-06-031-1/+1
* Memory saving patch.Ben Laurie2008-06-031-0/+18
* Add client cert engine to SSL routines.Dr. Stephen Henson2008-06-011-0/+1
* Prohibit RC4 in DTLS.Andy Polyakov2007-10-051-1/+2
* Support for certificate status TLS extension.Dr. Stephen Henson2007-09-261-0/+2
* Implement the Opaque PRF Input TLS extensionBodo Möller2007-09-211-3/+9
* Update ssl code to support digests other than MD5+SHA1 in handshake.Dr. Stephen Henson2007-08-311-9/+32
* Use SHA256 for ticket HMAC if possible.Dr. Stephen Henson2007-08-201-0/+5
* Fix warning and make no-tlsext work.Dr. Stephen Henson2007-08-121-1/+1
* RFC4507 (including RFC4507bis) TLS stateless session resumption supportDr. Stephen Henson2007-08-111-1/+5
* Update ssl library to support EVP_PKEY MAC API. Include generic MAC support.Dr. Stephen Henson2007-06-041-2/+5
* Add SEED encryption algorithm.Bodo Möller2007-04-231-0/+1
* Stage 1 GOST ciphersuite support.Dr. Stephen Henson2007-03-231-0/+1
* Reorganize the data used for SSL ciphersuite pattern matching.Bodo Möller2007-02-171-56/+50
* Error messages for client ECC cert verification.Bodo Möller2006-06-151-1/+3
* Ciphersuite string bugfixes, and ECC-related (re-)definitions.Bodo Möller2006-06-141-20/+22
* Camellia cipher, contributed by NTTBodo Möller2006-06-091-5/+5
* Implement Supported Elliptic Curves Extension.Bodo Möller2006-03-301-0/+5
* Implement the Supported Point Formats Extension for ECC ciphersuitesBodo Möller2006-03-111-1/+4
* add initial support for RFC 4279 PSK SSL ciphersuitesNils Larsch2006-03-101-3/+33
* Further TLS extension improvementsBodo Möller2006-01-131-1/+1
* Various changes in the new TLS extension code, including the following:Bodo Möller2006-01-031-6/+6
* Support TLS extensions (specifically, HostName)Bodo Möller2006-01-021-1/+7
* initialize cipher/digest methods table in SSL_library_init() and hence remove...Nils Larsch2005-08-211-0/+1
* Let the TLSv1_method() etc. functions return a const SSL_METHODNils Larsch2005-08-141-10/+10
* remove unused internal foo_base_method functionsNils Larsch2005-08-081-5/+0
* Initialize SSL_METHOD structures at compile time. This removes the needDr. Stephen Henson2005-08-051-1/+204
* makeNils Larsch2005-07-161-0/+4
* Don't use the SSL 2.0 Client Hello format if SSL 2.0 is disabledBodo Möller2005-05-111-1/+2
* Lots of Win32 fixes for DTLS.Dr. Stephen Henson2005-04-271-6/+6
* remove some functions from exported headersBodo Möller2005-04-261-2/+27
* fix SSLerr stuff for DTLS1 code;Bodo Möller2005-04-261-4/+29
* Add DTLS support.Ben Laurie2005-04-261-0/+46
* 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-5/+6
* Constification.Ben Laurie2005-03-301-4/+5
* Deprecate quite a few recursive includes from the ssl.h API header andGeoff Thorpe2004-05-171-3/+0
* (oops) Apologies all, that last header-cleanup commit was from the wrongGeoff Thorpe2004-04-191-0/+2
* SSL_COMP_get_compression_method is a typo (a missing 's' at the end ofRichard Levitte2004-03-251-6/+0