summaryrefslogtreecommitdiffstats
path: root/ssl/ssl_ciph.c
AgeCommit message (Expand)Author
2015-05-03Add OSSL_NELEM macro.Dr. Stephen Henson
2015-05-01free NULL cleanup -- codaRich Salz
2015-05-01free null cleanup finaleRich Salz
2015-04-28remove malloc castsRich Salz
2015-04-22SSL_CIPHER lookup functions.Dr. Stephen Henson
2015-04-16Code style: space after 'if'Viktor Dukhovni
2015-03-23Fix missing return value checksMatt Caswell
2015-03-11Merge OPENSSL_NO_EC{DH,DSA} into OPENSSL_NO_ECRich Salz
2015-01-22Re-align some comments after running the reformat script.Matt Caswell
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2015-01-22More tweaks for comments due indent issuesmaster-pre-auto-reformatMatt Caswell
2014-12-30mark 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-12-10SSL_COMP_add_compression_method: exit if allocating the new compression metho...Jonas Maebe
2014-12-08Remove some unnecessary OPENSSL_FIPS referencesDr. Stephen Henson
2014-12-04ssl_create_cipher_list: check whether push onto cipherstack succeedsJonas Maebe
2014-12-04Remove SSLv2 supportKurt Roeckx
2014-08-18RT1815: More const'ness improvementsJustin Blanchard
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-28Set security level in cipher string.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-01-27New function to set compression methods so they can be safely freed.Dr. Stephen Henson
2014-01-09Replace EDH-RSA-DES-CBC-SHA, etc. with DHE-RSA-DES-CBC-SHADaniel Kahn Gillmor
2014-01-09use SSL_kDHE throughout instead of SSL_kEDHDaniel Kahn Gillmor
2014-01-09Allow "DHE" and "kDHE" as synonyms of "EDH" and "kEDH" when specifiying ciphersDaniel Kahn Gillmor
2014-01-09use SSL_kECDHE throughout instead of SSL_kEECDHDaniel Kahn Gillmor
2014-01-09Allow "ECDHE" as a synonym of "EECDH" when specifiying ciphersDaniel Kahn Gillmor
2013-09-08Experimental encrypt-then-mac support.Dr. Stephen Henson
2013-08-17Make no-ec compilation work.Dr. Stephen Henson
2013-05-13Add AES-SHA256 stitch.Andy Polyakov
2013-04-09Suite B support for DTLS 1.2Dr. Stephen Henson
2012-12-01return error if Suite B mode is selected and TLS 1.2 can't be used. Correct e...Dr. Stephen Henson
2012-11-26set auto ecdh parameter selction for Suite BDr. Stephen Henson
2012-11-24add Suite B 128 bit mode offering only combination 2Dr. Stephen Henson
2012-11-15add "missing" TLSv1.2 cipher aliasDr. Stephen Henson
2012-09-30If OPENSSL_SSL_DEBUG_BROKEN_PROTOCOL is set allow the use of "SCSV" asDr. Stephen Henson
2012-09-12Add ctrl and utility functions to retrieve raw cipher list sent by client inDr. Stephen Henson
2012-08-31perform sanity checks on server certificate type as soon as it is received in...Dr. Stephen Henson
2012-08-15Add three Suite B modes to TLS code, supporting RFC6460.Dr. Stephen Henson
2012-04-26Don't try to use unvalidated composite ciphers in FIPS modeDr. Stephen Henson