aboutsummaryrefslogtreecommitdiff
path: root/ssl/ssl_ciph.c
AgeCommit message (Expand)AuthorFilesLines
2015-08-14CCM support.Dr. Stephen Henson1-6/+18
2015-08-11Remove Gost94 signature algorithm.Rich Salz1-10/+2
2015-07-30Disable unsupported PSK algorithmsDr. Stephen Henson1-4/+4
2015-07-30new PSK text constantsDr. Stephen Henson1-0/+9
2015-07-30New PSK aliases.Dr. Stephen Henson1-1/+4
2015-06-10Tidy disabled algorithm handling.Dr. Stephen Henson1-96/+73
2015-06-10Restore GOST mac setup.Dr. Stephen Henson1-0/+4
2015-05-13Remove Kerberos support from libsslMatt Caswell1-37/+2
2015-05-12Make COMP_CTX and COMP_METHOD opaqueRich Salz1-21/+25
2015-05-06Use "==0" instead of "!strcmp" etcRich Salz1-8/+8
2015-05-05memset, memcpy, sizeof consistency fixesRich Salz1-2/+2
2015-05-04Use safer sizeof variant in mallocRich Salz1-4/+4
2015-05-03Add OSSL_NELEM macro.Dr. Stephen Henson1-2/+2
2015-05-01free NULL cleanup -- codaRich Salz1-2/+1
2015-05-01free null cleanup finaleRich Salz1-1/+1
2015-04-28remove malloc castsRich Salz1-4/+3
2015-04-22SSL_CIPHER lookup functions.Dr. Stephen Henson1-125/+95
2015-04-16Code style: space after 'if'Viktor Dukhovni1-1/+1
2015-03-23Fix missing return value checksMatt Caswell1-1/+4
2015-03-11Merge OPENSSL_NO_EC{DH,DSA} into OPENSSL_NO_ECRich Salz1-6/+3
2015-01-22Re-align some comments after running the reformat script.Matt Caswell1-8/+8
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell1-1787/+1794
2015-01-22More tweaks for comments due indent issuesmaster-pre-auto-reformatMatt Caswell1-1/+2
2014-12-30mark all block comments that need format preserving so thatTim Hudson1-6/+8
2014-12-17Clear warnings/errors within KSSL_DEBUG code sectionsRichard Levitte1-2/+2
2014-12-17Clear warnings/errors within CIPHER_DEBUG code sectionsRichard Levitte1-4/+4
2014-12-16Add more meaningful OPENSSL_NO_ECDH error message for suite b modeMatt Caswell1-1/+1
2014-12-16Add OPENSSL_NO_ECDH guardsMatt Caswell1-0/+5
2014-12-10SSL_COMP_add_compression_method: exit if allocating the new compression metho...Jonas Maebe1-0/+7
2014-12-08Remove some unnecessary OPENSSL_FIPS referencesDr. Stephen Henson1-8/+0
2014-12-04ssl_create_cipher_list: check whether push onto cipherstack succeedsJonas Maebe1-1/+6
2014-12-04Remove SSLv2 supportKurt Roeckx1-12/+4
2014-08-18RT1815: More const'ness improvementsJustin Blanchard1-1/+1
2014-07-14Use more common name for GOST key exchange.Dr. Stephen Henson1-1/+1
2014-07-13Add names of GOST algorithms.Peter Mosmans1-0/+18
2014-07-02Make disabling last cipher work.Thijs Alkemade1-7/+11
2014-06-22Fix off-by-one errors in ssl_cipher_get_evp()Miod Vallat1-2/+2
2014-06-22Revert "Fix off-by-one errors in ssl_cipher_get_evp()"Matt Caswell1-2/+2
2014-06-12Fix off-by-one errors in ssl_cipher_get_evp()Kurt Cancemi1-2/+2
2014-06-09SRP ciphersuite correction.Dr. Stephen Henson1-0/+4
2014-03-28Set security level in cipher string.Dr. Stephen Henson1-6/+21
2014-03-01Add function to free compression methods.Dr. Stephen Henson1-0/+12
2014-02-06Return previous compression methods when setting them.Dr. Stephen Henson1-1/+3
2014-01-27New function to set compression methods so they can be safely freed.Dr. Stephen Henson1-0/+5
2014-01-09Replace EDH-RSA-DES-CBC-SHA, etc. with DHE-RSA-DES-CBC-SHADaniel Kahn Gillmor1-0/+15
2014-01-09use SSL_kDHE throughout instead of SSL_kEDHDaniel Kahn Gillmor1-10/+10
2014-01-09Allow "DHE" and "kDHE" as synonyms of "EDH" and "kEDH" when specifiying ciphersDaniel Kahn Gillmor1-0/+2
2014-01-09use SSL_kECDHE throughout instead of SSL_kEECDHDaniel Kahn Gillmor1-13/+13
2014-01-09Allow "ECDHE" as a synonym of "EECDH" when specifiying ciphersDaniel Kahn Gillmor1-0/+2
2013-09-08Experimental encrypt-then-mac support.Dr. Stephen Henson1-1/+4