aboutsummaryrefslogtreecommitdiffstats
path: root/ssl/s3_lib.c
Commit message (Expand)AuthorAgeFilesLines
* Stage 1 GOST ciphersuite support.Dr. Stephen Henson2007-03-231-0/+18
* delete obsolete commentBodo Möller2007-02-211-4/+1
* fix warnings for CIPHER_DEBUG buildsBodo Möller2007-02-191-24/+24
* fix warnings/inconsistencies caused by the recent changes to theBodo Möller2007-02-191-4/+4
* fix incorrect strength bit values for certain Kerberos ciphersuitesBodo Möller2007-02-191-4/+4
* Reorganize the data used for SSL ciphersuite pattern matching.Bodo Möller2007-02-171-625/+878
* Constify version strings is ssl lib.Dr. Stephen Henson2007-01-211-1/+1
* Fix algorithm handling for ECC ciphersuites: Adapt to recent changes,Bodo Möller2006-06-151-3/+3
* Ciphersuite string bugfixes, and ECC-related (re-)definitions.Bodo Möller2006-06-141-51/+52
* Camellia cipher, contributed by NTTBodo Möller2006-06-091-0/+168
* Use a new signed int ii instead of j (which is unsigned) to handle theRichard Levitte2006-05-281-4/+4
* Fix warnings.Dr. Stephen Henson2006-05-261-1/+1
* Fix (most) WIN32 warnings and errors.Dr. Stephen Henson2006-04-171-1/+2
* Stop warning.Dr. Stephen Henson2006-04-041-1/+0
* Implement Supported Elliptic Curves Extension.Bodo Möller2006-03-301-1/+100
* Implement cipher-suite selection logic given Supported Point Formats Extension.Bodo Möller2006-03-301-0/+67
* udpate Supported Point Formats Extension codeBodo Möller2006-03-131-24/+0
* Implement the Supported Point Formats Extension for ECC ciphersuitesBodo Möller2006-03-111-0/+24
* add initial support for RFC 4279 PSK SSL ciphersuitesNils Larsch2006-03-101-0/+89
* recent changes from 0.9.8: fix cipher list order in s3_lib.c,Nils Larsch2006-01-151-97/+96
* Further TLS extension updatesBodo Möller2006-01-091-4/+1
* Fixes for TLS server_name extensionBodo Möller2006-01-061-13/+0
* Various changes in the new TLS extension code, including the following:Bodo Möller2006-01-031-11/+20
* Support TLS extensions (specifically, HostName)Bodo Möller2006-01-021-0/+47
* update TLS-ECC codeBodo Möller2005-12-131-147/+149
* disable some invalid ciphersuitesBodo Möller2005-11-151-1/+3
* 128 bit AES ciphersuites should be classified as HIGH.Dr. Stephen Henson2005-09-211-10/+10
* Fix warnings.Ben Laurie2005-08-271-1/+0
* Keep cipher lists sorted in the source instead of sorting them atNils Larsch2005-08-251-384/+358
* a ssl object needs it's own instance of a ecdh key; remove obsolete commentNils Larsch2005-08-081-3/+3
* 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-40/+6
* makeNils Larsch2005-07-161-0/+2
* "Liberate" dtls from BN dependency. Fix bug in replay/update.Andy Polyakov2005-06-071-5/+2
* pqueue and dtls uses 64-bit values. Unfortunately, OpenSSL doesn'tRichard Levitte2005-05-301-0/+6
* Fix various incorrect error function codes.Bodo Möller2005-04-261-1/+1
* Add DTLS support.Ben Laurie2005-04-261-6/+10
* Give everything prototypes (well, everything that's actually used).Ben Laurie2005-03-311-3/+3
* Constification.Ben Laurie2005-03-301-1/+1
* (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-0/+2
* A general spring-cleaning (in autumn) to fix up signed/unsigned warnings.Geoff Thorpe2003-10-291-1/+1
* Cleanse memory using the new OPENSSL_cleanse() function.Richard Levitte2002-11-281-1/+1
* Sun has agreed to removing the covenant language from most files.Bodo Möller2002-10-291-13/+0
* Typos.Richard Levitte2002-10-151-4/+4
* RFC 2712 redefines the codes for use of Kerberos 5 in SSL/TLS.Richard Levitte2002-10-101-30/+144
* really fix race conditionsBodo Möller2002-09-251-7/+10
* ECC ciphersuite supportBodo Möller2002-08-091-1/+498
* Ciphers with NULL encryption were not properly handled because they wereLutz Jänicke2002-07-101-4/+4
* Implement known-IV countermeasure.Bodo Möller2002-04-131-7/+11