summaryrefslogtreecommitdiffstats
path: root/ssl/s3_lib.c
AgeCommit message (Expand)Author
2008-10-22Create function of the form OBJ_bsearch_xxx() in bsearch typesafe macrosDr. Stephen Henson
2008-10-12Type-checked (and modern C compliant) OBJ_bsearch.Ben Laurie
2008-09-10Add SSL_FIPS flag for FIPS 140-2 approved ciphersuites and add a newDr. Stephen Henson
2008-06-03Memory saving patch.Ben Laurie
2008-04-30Update from stable branch.Dr. Stephen Henson
2007-10-261. Changes for s_client.c to make it return non-zero exit code in caseDr. Stephen Henson
2007-09-26Support for certificate status TLS extension.Dr. Stephen Henson
2007-09-23properly handle length-zero opaque PRF input valuesBodo Möller
2007-09-21Implement the Opaque PRF Input TLS extensionBodo Möller
2007-08-31Update ssl code to support digests other than MD5+SHA1 in handshake.Dr. Stephen Henson
2007-08-28Add ctrls to set and get RFC4507bis keys to enable several contexts toDr. Stephen Henson
2007-08-12Fix warning and make no-tlsext work.Dr. Stephen Henson
2007-08-11RFC4507 (including RFC4507bis) TLS stateless session resumption supportDr. Stephen Henson
2007-06-04Update ssl library to support EVP_PKEY MAC API. Include generic MAC support.Dr. Stephen Henson
2007-04-24All ciphersuites should have a strength designator.Bodo Möller
2007-04-23Add SEED encryption algorithm.Bodo Möller
2007-03-23Stage 1 GOST ciphersuite support.Dr. Stephen Henson
2007-02-21delete obsolete commentBodo Möller
2007-02-19fix warnings for CIPHER_DEBUG buildsBodo Möller
2007-02-19fix warnings/inconsistencies caused by the recent changes to theBodo Möller
2007-02-19fix incorrect strength bit values for certain Kerberos ciphersuitesBodo Möller
2007-02-17Reorganize the data used for SSL ciphersuite pattern matching.Bodo Möller
2007-01-21Constify version strings is ssl lib.Dr. Stephen Henson
2006-06-15Fix algorithm handling for ECC ciphersuites: Adapt to recent changes,Bodo Möller
2006-06-14Ciphersuite string bugfixes, and ECC-related (re-)definitions.Bodo Möller
2006-06-09Camellia cipher, contributed by NTTBodo Möller
2006-05-28Use a new signed int ii instead of j (which is unsigned) to handle theRichard Levitte
2006-05-26Fix warnings.Dr. Stephen Henson
2006-04-17Fix (most) WIN32 warnings and errors.Dr. Stephen Henson
2006-04-04Stop warning.Dr. Stephen Henson
2006-03-30Implement Supported Elliptic Curves Extension.Bodo Möller
2006-03-30Implement cipher-suite selection logic given Supported Point Formats Extension.Bodo Möller
2006-03-13udpate Supported Point Formats Extension codeBodo Möller
2006-03-11Implement the Supported Point Formats Extension for ECC ciphersuitesBodo Möller
2006-03-10add initial support for RFC 4279 PSK SSL ciphersuitesNils Larsch
2006-01-15recent changes from 0.9.8: fix cipher list order in s3_lib.c,Nils Larsch
2006-01-09Further TLS extension updatesBodo Möller
2006-01-06Fixes for TLS server_name extensionBodo Möller
2006-01-03Various changes in the new TLS extension code, including the following:Bodo Möller
2006-01-02Support TLS extensions (specifically, HostName)Bodo Möller
2005-12-13update TLS-ECC codeBodo Möller
2005-11-15disable some invalid ciphersuitesBodo Möller
2005-09-21128 bit AES ciphersuites should be classified as HIGH.Dr. Stephen Henson
2005-08-27Fix warnings.Ben Laurie
2005-08-25Keep cipher lists sorted in the source instead of sorting them atNils Larsch
2005-08-08a ssl object needs it's own instance of a ecdh key; remove obsolete commentNils Larsch
2005-08-08remove unused internal foo_base_method functionsNils Larsch
2005-08-05Initialize SSL_METHOD structures at compile time. This removes the needDr. Stephen Henson
2005-07-16makeNils Larsch
2005-06-07"Liberate" dtls from BN dependency. Fix bug in replay/update.Andy Polyakov