summaryrefslogtreecommitdiff
path: root/ssl/ssl_ciph.c
AgeCommit message (Expand)Author
2014-09-02Remove remnants of EVP_CIPHER-based AES_GCM cipher.David Benjamin
2014-08-28unifdef a bunch of OPENSSL_NO_* ifdefs.David Benjamin
2014-08-20Prefer AES-GCM when hardware support is available.David Benjamin
2014-08-20Remove DSA-based cipher suites and client auth.David Benjamin
2014-08-20Mark some more globals as const.David Benjamin
2014-08-20Remove ECDH_RSA, ECDH_ECDSA, DH_RSA, and DH_DSS.David Benjamin
2014-08-20Remove single-DES cipher suites.David Benjamin
2014-08-20Remove remnants of now-removed cipher suites.David Benjamin
2014-08-19Tidy up cipher ordering.David Benjamin
2014-08-18Mark all SSL_CIPHERs as const.David Benjamin
2014-08-14Remove AES-GCM cipher indices.David Benjamin
2014-08-14Trim unused cipher indices and definitions.David Benjamin
2014-08-14Remove Suite B mode.David Benjamin
2014-08-12Add SSL_CIPHER_get_kx_name.Adam Langley
2014-07-28Make disabling last cipher work.Adam Langley
2014-07-24Remove support code for export cipher suites.David Benjamin
2014-07-24Remove SSL_OP_EPHEMERAL_RSA quirk.David Benjamin
2014-07-24unifdef OPENSSL_NO_PSK.David Benjamin
2014-07-24Remove last remnants of GOST support.David Benjamin
2014-07-24Remove get_cipher_by_char and put_cipher_by_char.David Benjamin
2014-07-14Be strict about requiring ServerKeyExchange.David Benjamin
2014-07-14Be strict about expecting a server Certificate message.David Benjamin
2014-07-14Remove remnants of KRB5 support.David Benjamin
2014-07-07Remove OPENSSL_FIPS blocks.David Benjamin
2014-07-07Remove OPENSSL_NO_RSAAlex Chernyakhovsky
2014-07-07Remove CHARSET_EBCDICAlex Chernyakhovsky
2014-06-30Use RC4-MD5 AEAD in ssl/Adam Langley
2014-06-24Remove crypto/comp and SSL_COMP support code.David Benjamin
2014-06-20Fix off-by-one errors in ssl_cipher_get_evp()Adam Langley
2014-06-20Const correctness.Adam Langley
2014-06-20Equal preference cipher groups.Adam Langley
2014-06-20Use AEAD for AES256-GCM.Adam Langley
2014-06-20ChaCha20-Poly1305 support.Adam Langley
2014-06-20SSL AEAD support.Adam Langley
2014-06-20TLS 1.1 ciphers.Adam Langley
2014-06-20Cipher family functions.Adam Langley
2014-06-20Inital import.Adam Langley