summaryrefslogtreecommitdiff
path: root/ssl/t1_enc.c
AgeCommit message (Expand)Author
2014-09-15Remove indirection in loading ciphers.David Benjamin
2014-09-03Prune some dead quirks and document the SSL_OP_ALL ones.David Benjamin
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-25Fix flipped DTLS checks.David Benjamin
2014-08-20Remove remnants of now-removed cipher suites.David Benjamin
2014-08-13Replace some DTLS version checks with SSL_IS_DTLS.David Benjamin
2014-07-24Remove support code for export cipher suites.David Benjamin
2014-07-24Remove last remnants of GOST support.David Benjamin
2014-07-10Perform bounds checks in hmac_signctx.David Benjamin
2014-07-07Remove OPENSSL_FIPS blocks.David Benjamin
2014-07-01Remove opaque_prf_input extension.David Benjamin
2014-06-30Use RC4-MD5 AEAD in ssl/Adam Langley
2014-06-25Remove references to AEAD in non-AEAD interface codepathVictor Vasiliev
2014-06-24Remove crypto/comp and SSL_COMP support code.David Benjamin
2014-06-20Use correct digest when exporting keying material.Adam Langley
2014-06-20ssl/t1_enc.c: check EVP_MD_CTX_copy return value.Adam Langley
2014-06-20Fallback SCSV.Adam Langley
2014-06-20CBC record splitting.Adam Langley
2014-06-20ChaCha20-Poly1305 support.Adam Langley
2014-06-20SSL AEAD support.Adam Langley
2014-06-20tls1_change_cipher_state rewriteAdam Langley
2014-06-20ChannelID support.Adam Langley
2014-06-20Inital import.Adam Langley