index
:
openssl
OpenSSL-engine-0_9_6-stable
OpenSSL-fips-0_9_7-stable
OpenSSL-fips-0_9_8-stable
OpenSSL-fips-1_2-stable
OpenSSL-fips-2_0-dev
OpenSSL-fips-2_0-stable
OpenSSL-fips2-0_9_7-stable
OpenSSL_0_9_6-stable
OpenSSL_0_9_7-stable
OpenSSL_0_9_8-stable
OpenSSL_0_9_8fg-stable
OpenSSL_1_0_0-stable
OpenSSL_1_0_1-stable
OpenSSL_1_0_2-stable
OpenSSL_1_1_0-stable
OpenSSL_1_1_1-stable
SSLeay
dependabot-review
dependabot/github_actions/coverallsapp/github-action-2.3.3
feature/acert-cli
feature/dtls-1.3
feature/ech
feature/evp_skey
feature/hss
feature/ml-kem
feature/quic-server
feature/slh-dsa
master
openssl-3.0
openssl-3.1
openssl-3.2
openssl-3.3
openssl-3.4
tls1.3-draft-18
tls1.3-draft-19
Mirror of https://github.com/openssl/openssl
matthias
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ssl
/
s3_cbc.c
Age
Commit message (
Expand
)
Author
2021-07-06
fips module header inclusion fine-tunning
Tomas Mraz
2021-06-02
tls: remove TODOs
Pauli
2021-05-27
Fix compilation warning with GCC11.
Juergen Christ
2021-05-20
Update copyright year
Matt Caswell
2021-05-08
Remove unused code from the fips module
Shane Lontis
2020-09-09
TLS fixes for CBC mode and no-deprecated
Pauli
2020-09-09
TLS: remove legacy code path supporting special CBC mode
Pauli
2020-09-03
Convert ssl3_cbc_digest_record() to use EVP_MD_is_a()
Matt Caswell
2020-09-03
Make ssl3_cbc_digest_record() use the real data_size
Matt Caswell
2020-09-03
Add an HMAC implementation that is TLS aware
Matt Caswell
2020-07-30
unify spelling of serialize
Pauli
2020-04-23
Update copyright year
Matt Caswell
2020-04-20
Use a fetched MD if appropriate in ssl3_cbc_digest_record
Matt Caswell
2020-01-19
Deprecate the low level MD5 functions.
Pauli
2020-01-19
Deprecate the low level SHA functions.
Pauli
2019-09-28
Reorganize local header files
Dr. Matthias St. Pierre
2019-05-01
Structure alignment macro.
Pauli
2018-12-06
Following the license change, modify the boilerplates in ssl/
Richard Levitte
2018-11-20
Update copyright year
Matt Caswell
2018-10-19
Fix tls_cbc_digest_record is slow using SHA-384 and short messages
armfazh
2017-08-03
Move ossl_assert
Matt Caswell
2017-07-30
Fix typos in files in ssl directory
Xiaoyin Liu
2017-05-22
Convert existing usage of assert() to ossl_assert() in libssl
Matt Caswell
2017-05-22
Replace instances of OPENSSL_assert() with soft asserts in libssl
Matt Caswell
2017-02-28
Clean up references to FIPS
Emilia Kasper
2016-11-04
Provide some constant time functions for dealing with size_t values
Matt Caswell
2016-11-04
Fix misc size_t issues causing Windows warnings in 64 bit
Matt Caswell
2016-11-04
Convert ssl3_cbc_digest_record for size_t
Matt Caswell
2016-08-18
Indent ssl/
Emilia Kasper
2016-07-15
check return values for EVP_Digest*() APIs
Dr. Stephen Henson
2016-05-17
Copyright consolidation 01/10
Rich Salz
2016-01-26
Remove /* foo.c */ comments
Rich Salz
2015-12-07
Cleanup: fix all sources that used EVP_MD_CTX_(create|init|destroy)
Richard Levitte
2015-12-07
Adjust all accesses to EVP_MD_CTX to use accessor functions.
Richard Levitte
2015-11-21
Good hygiene with size_t output argument.
Viktor Dukhovni
2015-11-20
Ensure all EVP calls have their returns checked where appropriate
Matt Caswell
2015-05-14
Identify and move OpenSSL internal header files
Richard Levitte
2015-04-30
Add sanity check in ssl3_cbc_digest_record
Matt Caswell
2015-03-26
Move more SSL3_RECORD oriented functions into ssl3_record.c
Matt Caswell
2015-01-27
OPENSSL_NO_xxx cleanup: SHA
Rich Salz
2015-01-22
More comment realignment
master-post-reformat
Matt Caswell
2015-01-22
Re-align some comments after running the reformat script.
Matt Caswell
2015-01-22
Run util/openssl-format-source -v -c .
Matt Caswell
2015-01-06
Further comment amendments to preserve formatting prior to source reformat
Matt Caswell
2014-12-30
mark all block comments that need format preserving so that
Tim Hudson
2014-12-08
Remove some unnecessary OPENSSL_FIPS references
Dr. Stephen Henson
2014-09-24
RT3066: rewrite RSA padding checks to be slightly more constant time.
Emilia Kasper
2014-08-28
Constant-time utilities
Emilia Kasper
2013-09-05
misspellings fixes by https://github.com/vlajos/misspell_fixer
Veres Lajos
2013-03-18
Use enc_flags when deciding protocol variations.
Dr. Stephen Henson
[next]