summaryrefslogtreecommitdiffstats
path: root/ssl/s3_cbc.c
AgeCommit message (Expand)Author
2020-09-09TLS fixes for CBC mode and no-deprecatedPauli
2020-09-09TLS: remove legacy code path supporting special CBC modePauli
2020-09-03Convert ssl3_cbc_digest_record() to use EVP_MD_is_a()Matt Caswell
2020-09-03Make ssl3_cbc_digest_record() use the real data_sizeMatt Caswell
2020-09-03Add an HMAC implementation that is TLS awareMatt Caswell
2020-07-30unify spelling of serializePauli
2020-04-23Update copyright yearMatt Caswell
2020-04-20Use a fetched MD if appropriate in ssl3_cbc_digest_recordMatt Caswell
2020-01-19Deprecate the low level MD5 functions.Pauli
2020-01-19Deprecate the low level SHA functions.Pauli
2019-09-28Reorganize local header filesDr. Matthias St. Pierre
2019-05-01Structure alignment macro.Pauli
2018-12-06Following the license change, modify the boilerplates in ssl/Richard Levitte
2018-11-20Update copyright yearMatt Caswell
2018-10-19Fix tls_cbc_digest_record is slow using SHA-384 and short messagesarmfazh
2017-08-03Move ossl_assertMatt Caswell
2017-07-30Fix typos in files in ssl directoryXiaoyin Liu
2017-05-22Convert existing usage of assert() to ossl_assert() in libsslMatt Caswell
2017-05-22Replace instances of OPENSSL_assert() with soft asserts in libsslMatt Caswell
2017-02-28Clean up references to FIPSEmilia Kasper
2016-11-04Provide some constant time functions for dealing with size_t valuesMatt Caswell
2016-11-04Fix misc size_t issues causing Windows warnings in 64 bitMatt Caswell
2016-11-04Convert ssl3_cbc_digest_record for size_tMatt Caswell
2016-08-18Indent ssl/Emilia Kasper
2016-07-15check return values for EVP_Digest*() APIsDr. Stephen Henson
2016-05-17Copyright consolidation 01/10Rich Salz
2016-01-26Remove /* foo.c */ commentsRich Salz
2015-12-07Cleanup: fix all sources that used EVP_MD_CTX_(create|init|destroy)Richard Levitte
2015-12-07Adjust all accesses to EVP_MD_CTX to use accessor functions.Richard Levitte
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-05-14Identify and move OpenSSL internal header filesRichard Levitte
2015-04-30Add sanity check in ssl3_cbc_digest_recordMatt Caswell
2015-03-26Move more SSL3_RECORD oriented functions into ssl3_record.cMatt Caswell
2015-01-27OPENSSL_NO_xxx cleanup: SHARich Salz
2015-01-22More comment realignmentmaster-post-reformatMatt Caswell
2015-01-22Re-align some comments after running the reformat script.Matt Caswell
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2015-01-06Further comment amendments to preserve formatting prior to source reformatMatt Caswell
2014-12-30mark all block comments that need format preserving so thatTim Hudson
2014-12-08Remove some unnecessary OPENSSL_FIPS referencesDr. Stephen Henson
2014-09-24RT3066: rewrite RSA padding checks to be slightly more constant time.Emilia Kasper
2014-08-28Constant-time utilitiesEmilia Kasper
2013-09-05misspellings fixes by https://github.com/vlajos/misspell_fixerVeres Lajos
2013-03-18Use enc_flags when deciding protocol variations.Dr. Stephen Henson
2013-02-21Fix ignored return value warnings.Ben Laurie
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.Andy Polyakov
2013-02-08s3_cbc.c: fix warning [in Windows build].Andy Polyakov