Make the definition of HMAC_CTX opaque
[openssl.git] / ssl / s3_cbc.c
2015-12-07 Richard LevitteAdjust all accesses to EVP_MD_CTX to use accessor funct...
2015-11-21 Viktor DukhovniGood hygiene with size_t output argument.
2015-11-20 Matt CaswellEnsure all EVP calls have their returns checked where...
2015-05-14 Richard LevitteIdentify and move OpenSSL internal header files
2015-04-30 Matt CaswellAdd sanity check in ssl3_cbc_digest_record
2015-03-26 Matt CaswellMove more SSL3_RECORD oriented functions into ssl3_record.c
2015-01-27 Rich SalzOPENSSL_NO_xxx cleanup: SHA
2015-01-22 Matt CaswellMore comment realignment master-post-reformat
2015-01-22 Matt CaswellRe-align some comments after running the reformat script.
2015-01-22 Matt CaswellRun util/openssl-format-source -v -c .
2015-01-06 Matt CaswellFurther comment amendments to preserve formatting prior...
2014-12-30 Tim Hudsonmark all block comments that need format preserving...
2014-12-08 Dr. Stephen HensonRemove some unnecessary OPENSSL_FIPS references
2014-09-24 Emilia KasperRT3066: rewrite RSA padding checks to be slightly more...
2014-08-28 Emilia KasperConstant-time utilities
2013-09-05 Veres Lajosmisspellings fixes by https://github.com/vlajos/misspel...
2013-03-18 Dr. Stephen HensonUse enc_flags when deciding protocol variations.
2013-02-21 Ben LaurieFix ignored return value warnings.
2013-02-12 David WoodhouseCheck DTLS_BAD_VER for version number.
2013-02-08 Andy Polyakovs3_cbc.c: make CBC_MAC_ROTATE_IN_PLACE universal.
2013-02-08 Andy Polyakovs3_cbc.c: get rid of expensive divisions.
2013-02-08 Andy Polyakovs3_cbc.c: fix warning [in Windows build].
2013-02-08 Andy Polyakovssl/*: revert "remove SSL_RECORD->orig_len" and merge...
2013-02-06 Adam LangleyFix for EXP-RC2-CBC-MD5
2013-02-06 Andy Polyakove_aes_cbc_hmac_sha1.c: address the CBC decrypt timing...
2013-02-06 Andy Polyakovssl/*: remove SSL3_RECORD->orig_len to restore binary...
2013-02-06 Dr. Stephen HensonDon't access EVP_MD_CTX internals directly.
2013-02-06 Andy Polyakovs3/s3_cbc.c: allow for compilations with NO_SHA256...
2013-02-06 Andy Polyakovssl/s3_cbc.c: md_state alignment portability fix.
2013-02-06 Andy Polyakovssl/s3_cbc.c: uint64_t portability fix.
2013-02-06 Dr. Stephen Hensontypo.
2013-02-06 Dr. Stephen HensonTiming fix mitigation for FIPS mode.
2013-02-06 Ben LaurieOops. Add missing file.