aboutsummaryrefslogtreecommitdiff
path: root/ssl/s3_cbc.c
AgeCommit message (Expand)AuthorFilesLines
2016-01-26Remove /* foo.c */ commentsRich Salz1-1/+0
2015-12-07Cleanup: fix all sources that used EVP_MD_CTX_(create|init|destroy)Richard Levitte1-3/+3
2015-12-07Adjust all accesses to EVP_MD_CTX to use accessor functions.Richard Levitte1-11/+13
2015-11-21Good hygiene with size_t output argument.Viktor Dukhovni1-1/+1
2015-11-20Ensure all EVP calls have their returns checked where appropriateMatt Caswell1-15/+30
2015-05-14Identify and move OpenSSL internal header filesRichard Levitte1-1/+1
2015-04-30Add sanity check in ssl3_cbc_digest_recordMatt Caswell1-2/+12
2015-03-26Move more SSL3_RECORD oriented functions into ssl3_record.cMatt Caswell1-220/+0
2015-01-27OPENSSL_NO_xxx cleanup: SHARich Salz1-19/+2
2015-01-22More comment realignmentmaster-post-reformatMatt Caswell1-19/+19
2015-01-22Re-align some comments after running the reformat script.Matt Caswell1-19/+19
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell1-596/+627
2015-01-06Further comment amendments to preserve formatting prior to source reformatMatt Caswell1-1/+2
2014-12-30mark all block comments that need format preserving so thatTim Hudson1-7/+14
2014-12-08Remove some unnecessary OPENSSL_FIPS referencesDr. Stephen Henson1-5/+0
2014-09-24RT3066: rewrite RSA padding checks to be slightly more constant time.Emilia Kasper1-4/+5
2014-08-28Constant-time utilitiesEmilia Kasper1-46/+10
2013-09-05misspellings fixes by https://github.com/vlajos/misspell_fixerVeres Lajos1-1/+1
2013-03-18Use enc_flags when deciding protocol variations.Dr. Stephen Henson1-1/+1
2013-02-21Fix ignored return value warnings.Ben Laurie1-2/+3
2013-02-12Check DTLS_BAD_VER for version number.David Woodhouse1-1/+1
2013-02-08s3_cbc.c: make CBC_MAC_ROTATE_IN_PLACE universal.Andy Polyakov1-8/+9
2013-02-08s3_cbc.c: get rid of expensive divisions.Andy Polyakov1-13/+20
2013-02-08s3_cbc.c: fix warning [in Windows build].Andy Polyakov1-3/+3
2013-02-08ssl/*: revert "remove SSL_RECORD->orig_len" and merge "fix IV".Andy Polyakov1-33/+21
2013-02-06Fix for EXP-RC2-CBC-MD5Adam Langley1-9/+30
2013-02-06e_aes_cbc_hmac_sha1.c: address the CBC decrypt timing issues.Andy Polyakov1-15/+22
2013-02-06ssl/*: remove SSL3_RECORD->orig_len to restore binary compatibility.Andy Polyakov1-9/+12
2013-02-06Don't access EVP_MD_CTX internals directly.Dr. Stephen Henson1-2/+2
2013-02-06s3/s3_cbc.c: allow for compilations with NO_SHA256|512.Andy Polyakov1-1/+18
2013-02-06ssl/s3_cbc.c: md_state alignment portability fix.Andy Polyakov1-15/+16
2013-02-06ssl/s3_cbc.c: uint64_t portability fix.Andy Polyakov1-11/+6
2013-02-06typo.Dr. Stephen Henson1-1/+1
2013-02-06Timing fix mitigation for FIPS mode.Dr. Stephen Henson1-0/+51
2013-02-06Oops. Add missing file.Ben Laurie1-0/+696