summaryrefslogtreecommitdiffstats
path: root/ssl/s3_cbc.c
AgeCommit message (Expand)Author
2015-11-21Good hygiene with size_t output argument.Viktor Dukhovni
2015-11-20Ensure all EVP calls have their returns checked where appropriateMatt Caswell
2015-06-08Use CRYPTO_memcmp in s3_cbc.cEmilia Kasper
2015-04-30Add sanity check in ssl3_cbc_digest_recordMatt Caswell
2015-01-22Re-align some comments after running the reformat script.OpenSSL_1_0_2-post-reformatMatt Caswell
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2015-01-22Further comment amendments to preserve formatting prior to source reformatMatt Caswell
2015-01-22mark all block comments that need format preserving so thatTim Hudson
2014-09-24RT3066: rewrite RSA padding checks to be slightly more constant time.Emilia Kasper
2014-08-28Constant-time utilitiesEmilia Kasper
2013-09-18Use enc_flags when deciding protocol variations.Dr. Stephen Henson
2013-02-12Check DTLS_BAD_VER for version number.David Woodhouse
2013-02-08s3_cbc.c: make CBC_MAC_ROTATE_IN_PLACE universal.Andy Polyakov
2013-02-08s3_cbc.c: get rid of expensive divisions [from master].Andy Polyakov
2013-02-08Fix IV check and padding removal.Dr. Stephen Henson
2013-02-08Fix for EXP-RC2-CBC-MD5Adam Langley
2013-02-06e_aes_cbc_hmac_sha1.c: address the CBC decrypt timing issues.Andy Polyakov
2013-02-06ssl/*: remove SSL3_RECORD->orig_len to restore binary compatibility.Andy Polyakov
2013-02-06Don't access EVP_MD_CTX internals directly.Dr. Stephen Henson
2013-02-06s3/s3_cbc.c: allow for compilations with NO_SHA256|512.Andy Polyakov
2013-02-06ssl/s3_cbc.c: md_state alignment portability fix.Andy Polyakov
2013-02-06ssl/s3_cbc.c: uint64_t portability fix.Andy Polyakov
2013-02-06typo.Dr. Stephen Henson
2013-02-06Timing fix mitigation for FIPS mode.Dr. Stephen Henson
2013-02-06Oops. Add missing file.Ben Laurie