Fix DTLS anonymous EC(DH) denial of service
[openssl.git] / ssl / s3_cbc.c
2013-09-05 Veres Lajosmisspellings fixes by https://github.com/vlajos/misspel...
2013-03-18 Dr. Stephen HensonUse enc_flags when deciding protocol variations.
2013-02-21 Ben LaurieFix ignored return value warnings.
2013-02-12 David WoodhouseCheck DTLS_BAD_VER for version number.
2013-02-08 Andy Polyakovs3_cbc.c: make CBC_MAC_ROTATE_IN_PLACE universal.
2013-02-08 Andy Polyakovs3_cbc.c: get rid of expensive divisions.
2013-02-08 Andy Polyakovs3_cbc.c: fix warning [in Windows build].
2013-02-08 Andy Polyakovssl/*: revert "remove SSL_RECORD->orig_len" and merge...
2013-02-06 Adam LangleyFix for EXP-RC2-CBC-MD5
2013-02-06 Andy Polyakove_aes_cbc_hmac_sha1.c: address the CBC decrypt timing...
2013-02-06 Andy Polyakovssl/*: remove SSL3_RECORD->orig_len to restore binary...
2013-02-06 Dr. Stephen HensonDon't access EVP_MD_CTX internals directly.
2013-02-06 Andy Polyakovs3/s3_cbc.c: allow for compilations with NO_SHA256...
2013-02-06 Andy Polyakovssl/s3_cbc.c: md_state alignment portability fix.
2013-02-06 Andy Polyakovssl/s3_cbc.c: uint64_t portability fix.
2013-02-06 Dr. Stephen Hensontypo.
2013-02-06 Dr. Stephen HensonTiming fix mitigation for FIPS mode.
2013-02-06 Ben LaurieOops. Add missing file.