aboutsummaryrefslogtreecommitdiffstats
path: root/ssl/ssl_locl.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Constify d2i, s2i, c2i and r2i functions and other associatedRichard Levitte2004-03-151-1/+1
* fix warningsBodo Möller2002-08-091-0/+2
* ECC ciphersuite supportBodo Möller2002-08-091-26/+53
* get rid of OpenSSLDieBodo Möller2002-08-021-1/+1
* Ciphers with NULL encryption were not properly handled because they wereLutz Jänicke2002-07-101-7/+8
* New functions SSL[_CTX]_set_msg_callback().Bodo Möller2001-10-201-6/+6
* Consistently use 'void *' for SSL read, peek and write functions.Bodo Möller2001-03-091-2/+2
* e_os.h does not belong with the exported headers. Do not put it thereRichard Levitte2001-02-221-1/+1
* Use new-style system-id macros everywhere possible. I hope I haven'tRichard Levitte2001-02-201-6/+7
* New Option SSL_OP_CIPHER_SERVER_PREFERENCE allows TLS/SSLv3 server to overrideLutz Jänicke2001-02-091-2/+2
* Fix AES code.Dr. Stephen Henson2001-02-071-1/+1
* Rijdael CBC mode and partial undebugged SSL support.Ben Laurie2001-02-061-1/+2
* If OPENSSL_BUILD_SHLIBCRYPTO (for files that end up as libcryptoRichard Levitte2000-12-311-0/+5
* First step towards SSL_peek fix.Bodo Möller2000-12-141-1/+54
* First tentative impementation of Kerberos 5 cryptos and keys for SSL/TLS. Im...Richard Levitte2000-11-301-24/+27
* The previous commit to crypto/stack/*.[ch] pulled the type-safety stringsGeoff Thorpe2000-06-011-2/+3
* Fix some bugs and document othersBodo Möller2000-02-211-2/+2
* Move the registration of callback functions to special functionsRichard Levitte2000-02-201-0/+5
* Tolerate fragmentation and interleaving in the SSL 3/TLS record layer.Bodo Möller2000-02-201-1/+0
* ispell (and minor modifications)Ulf Möller2000-02-031-6/+6
* Apply Lutz Behnke's 56 bit cipher patch with a fewDr. Stephen Henson2000-01-221-27/+79
* Use separate arrays for certificate verify and for finished hashes.Bodo Möller2000-01-061-1/+1
* Use prototypes.Bodo Möller2000-01-051-10/+10