summaryrefslogtreecommitdiffstats
path: root/ssl/ssl_ciph.c
AgeCommit message (Expand)Author
2015-03-07Remove export ciphers from the DEFAULT cipher listKurt Roeckx
2015-01-22Re-align some comments after running the reformat script.OpenSSL_1_0_2-post-reformatMatt Caswell
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2015-01-22More tweaks for comments due indent issuesOpenSSL_1_0_2-pre-auto-reformatMatt Caswell
2015-01-22mark all block comments that need format preserving so thatTim Hudson
2014-12-17Clear warnings/errors within KSSL_DEBUG code sectionsRichard Levitte
2014-12-17Clear warnings/errors within CIPHER_DEBUG code sectionsRichard Levitte
2014-12-16Add more meaningful OPENSSL_NO_ECDH error message for suite b modeMatt Caswell
2014-12-16Add OPENSSL_NO_ECDH guardsMatt Caswell
2014-11-10Allow ECDHE and DHE as forward-compatible aliases for EECDH and EDHDaniel Kahn Gillmor
2014-07-14Use more common name for GOST key exchange.Dr. Stephen Henson
2014-07-13Add names of GOST algorithms.Peter Mosmans
2014-07-02Make disabling last cipher work.Thijs Alkemade
2014-06-22Fix off-by-one errors in ssl_cipher_get_evp()Miod Vallat
2014-06-22Revert "Fix off-by-one errors in ssl_cipher_get_evp()"Matt Caswell
2014-06-12Fix off-by-one errors in ssl_cipher_get_evp()Kurt Cancemi
2014-06-09SRP ciphersuite correction.Dr. Stephen Henson
2014-03-01Add function to free compression methods.Dr. Stephen Henson
2014-02-06Return previous compression methods when setting them.Dr. Stephen Henson
2014-02-02Add AES-NI+SHA256 stitch registrations (from master).Andy Polyakov
2014-01-27New function to set compression methods so they can be safely freed.Dr. Stephen Henson
2013-09-18Suite B support for DTLS 1.2Dr. Stephen Henson
2013-08-19Make no-ec compilation work.Dr. Stephen Henson
2013-01-15Add support for broken protocol tests (backport from master branch)Dr. Stephen Henson
2012-12-26return error if Suite B mode is selected and TLS 1.2 can't be used.Dr. Stephen Henson
2012-12-26set auto ecdh parameter selction for Suite BDr. Stephen Henson
2012-12-26add Suite B 128 bit mode offering only combination 2Dr. Stephen Henson
2012-12-26Add ctrl and utility functions to retrieve raw cipher list sent by client inDr. Stephen Henson
2012-12-26perform sanity checks on server certificate type as soon as it is received in...Dr. Stephen Henson
2012-12-26Add three Suite B modes to TLS code, supporting RFC6460.Dr. Stephen Henson
2012-11-15add "missing" TLSv1.2 cipher aliasDr. Stephen Henson
2012-04-26Don't try to use unvalidated composite ciphers in FIPS modeDr. Stephen Henson
2012-04-06Backport support for fixed DH ciphersuites (from HEAD)Dr. Stephen Henson
2012-04-04ssl/ssl_ciph.c: interim solution for assertion in d1_pkt.c(444) [from HEAD].Andy Polyakov
2011-12-02Resolve a stack set-up race condition (if the list of compressionBodo Möller
2011-10-10disable GCM if not availableDr. Stephen Henson
2011-08-04Backport GCM support from HEAD.Dr. Stephen Henson
2011-07-25Add HMAC ECC ciphersuites from RFC5289. Include SHA384 PRF support andDr. Stephen Henson
2011-07-21Back-port TLS AEAD framework [from HEAD].Andy Polyakov
2011-05-19add FIPS support to ssl: doesn't do anything on this branch yet as there is n...Dr. Stephen Henson
2011-05-11Backport TLS v1.2 support from HEAD.Dr. Stephen Henson
2011-05-11Initial "opaque SSL" framework. If an application defines OPENSSL_NO_SSL_INTERNDr. Stephen Henson
2011-03-16Add SRP.Ben Laurie
2010-06-15Fix warnings (From HEAD, original patch by Ben).Dr. Stephen Henson
2009-09-12PR: 2025Dr. Stephen Henson
2009-04-07Update from 0.9.8-stableDr. Stephen Henson
2009-03-12Submitted by: Victor Duchovni <Victor.Duchovni@morganstanley.com>Dr. Stephen Henson
2009-01-05Fix compilation with -no-comp by adding some more #ifndef OPENSSL_NO_COMPLutz Jänicke
2008-12-29If we're going to return errors (no matter how stupid), then we shouldBen Laurie
2008-12-20Make no-engine work again.Dr. Stephen Henson