summaryrefslogtreecommitdiff
path: root/ssl/s3_cbc.c
Commit message (Expand)AuthorAgeFilesLines
* Remove /* foo.c */ commentsRich Salz2016-01-261-1/+0
* Cleanup: fix all sources that used EVP_MD_CTX_(create|init|destroy)Richard Levitte2015-12-071-3/+3
* Adjust all accesses to EVP_MD_CTX to use accessor functions.Richard Levitte2015-12-071-11/+13
* Good hygiene with size_t output argument.Viktor Dukhovni2015-11-211-1/+1
* Ensure all EVP calls have their returns checked where appropriateMatt Caswell2015-11-201-15/+30
* Identify and move OpenSSL internal header filesRichard Levitte2015-05-141-1/+1
* Add sanity check in ssl3_cbc_digest_recordMatt Caswell2015-04-301-2/+12
* Move more SSL3_RECORD oriented functions into ssl3_record.cMatt Caswell2015-03-261-220/+0
* OPENSSL_NO_xxx cleanup: SHARich Salz2015-01-271-19/+2
* More comment realignmentmaster-post-reformatMatt Caswell2015-01-221-19/+19
* Re-align some comments after running the reformat script.Matt Caswell2015-01-221-19/+19
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-596/+627
* Further comment amendments to preserve formatting prior to source reformatMatt Caswell2015-01-061-1/+2
* mark all block comments that need format preserving so thatTim Hudson2014-12-301-7/+14
* Remove some unnecessary OPENSSL_FIPS referencesDr. Stephen Henson2014-12-081-5/+0
* 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
* misspellings fixes by https://github.com/vlajos/misspell_fixerVeres Lajos2013-09-051-1/+1
* Use enc_flags when deciding protocol variations.Dr. Stephen Henson2013-03-181-1/+1
* Fix ignored return value warnings.Ben Laurie2013-02-211-2/+3
* 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.Andy Polyakov2013-02-081-13/+20
* s3_cbc.c: fix warning [in Windows build].Andy Polyakov2013-02-081-3/+3
* ssl/*: revert "remove SSL_RECORD->orig_len" and merge "fix IV".Andy Polyakov2013-02-081-33/+21
* Fix for EXP-RC2-CBC-MD5Adam Langley2013-02-061-9/+30
* e_aes_cbc_hmac_sha1.c: address the CBC decrypt timing issues.Andy Polyakov2013-02-061-15/+22
* ssl/*: remove SSL3_RECORD->orig_len to restore binary compatibility.Andy Polyakov2013-02-061-9/+12
* Don't access EVP_MD_CTX internals directly.Dr. Stephen Henson2013-02-061-2/+2
* s3/s3_cbc.c: allow for compilations with NO_SHA256|512.Andy Polyakov2013-02-061-1/+18
* ssl/s3_cbc.c: md_state alignment portability fix.Andy Polyakov2013-02-061-15/+16
* ssl/s3_cbc.c: uint64_t portability fix.Andy Polyakov2013-02-061-11/+6
* typo.Dr. Stephen Henson2013-02-061-1/+1
* Timing fix mitigation for FIPS mode.Dr. Stephen Henson2013-02-061-0/+51
* Oops. Add missing file.Ben Laurie2013-02-061-0/+696