summaryrefslogtreecommitdiff
path: root/ssl/s3_cbc.c
Commit message (Expand)AuthorAgeFilesLines
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-546/+578
* mark all block comments that need format preserving so thatTim Hudson2015-01-221-7/+14
* RT3066: rewrite RSA padding checks to be slightly more constant time.Emilia Kasper2014-09-241-4/+5
* Constant-time utilitiesEmilia Kasper2014-08-281-46/+10
* Check DTLS_BAD_VER for version number.David Woodhouse2013-02-121-1/+1
* s3_cbc.c: make CBC_MAC_ROTATE_IN_PLACE universal.Andy Polyakov2013-02-081-8/+9
* s3_cbc.c: get rid of expensive divisions [from master].Andy Polyakov2013-02-081-14/+21
* Fix IV check and padding removal.Dr. Stephen Henson2013-02-081-23/+15
* ssl/*: remove SSL3_RECORD->orig_len to restore binary compatibility.Andy Polyakov2013-02-071-9/+12
* Fix for EXP-RC2-CBC-MD5Adam Langley2013-02-061-9/+30
* s3/s3_cbc.c: allow for compilations with NO_SHA256|512.Andy Polyakov2013-02-051-1/+18
* ssl/s3_cbc.c: md_state alignment portability fix.Andy Polyakov2013-02-051-15/+16
* ssl/s3_cbc.c: uint64_t portability fix.Andy Polyakov2013-02-051-11/+6
* Fixups from previous commit.Ben Laurie2013-02-051-2/+1
* Oops. Add missing file.Ben Laurie2013-02-051-0/+696