index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ssl
/
s3_cbc.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update copyright year
Matt Caswell
2020-04-23
1
-1
/
+1
*
Use a fetched MD if appropriate in ssl3_cbc_digest_record
Matt Caswell
2020-04-20
1
-6
/
+12
*
Deprecate the low level MD5 functions.
Pauli
2020-01-19
1
-1
/
+1
*
Deprecate the low level SHA functions.
Pauli
2020-01-19
1
-0
/
+6
*
Reorganize local header files
Dr. Matthias St. Pierre
2019-09-28
1
-2
/
+2
*
Structure alignment macro.
Pauli
2019-05-01
1
-2
/
+2
*
Following the license change, modify the boilerplates in ssl/
Richard Levitte
2018-12-06
1
-1
/
+1
*
Update copyright year
Matt Caswell
2018-11-20
1
-1
/
+1
*
Fix tls_cbc_digest_record is slow using SHA-384 and short messages
armfazh
2018-10-19
1
-2
/
+3
*
Move ossl_assert
Matt Caswell
2017-08-03
1
-0
/
+1
*
Fix typos in files in ssl directory
Xiaoyin Liu
2017-07-31
1
-2
/
+2
*
Convert existing usage of assert() to ossl_assert() in libssl
Matt Caswell
2017-05-22
1
-7
/
+5
*
Replace instances of OPENSSL_assert() with soft asserts in libssl
Matt Caswell
2017-05-22
1
-6
/
+10
*
Clean up references to FIPS
Emilia Kasper
2017-02-28
1
-48
/
+0
*
Provide some constant time functions for dealing with size_t values
Matt Caswell
2016-11-04
1
-4
/
+4
*
Fix misc size_t issues causing Windows warnings in 64 bit
Matt Caswell
2016-11-04
1
-1
/
+1
*
Convert ssl3_cbc_digest_record for size_t
Matt Caswell
2016-11-04
1
-6
/
+8
*
Indent ssl/
Emilia Kasper
2016-08-18
1
-16
/
+14
*
check return values for EVP_Digest*() APIs
Dr. Stephen Henson
2016-07-15
1
-4
/
+4
*
Copyright consolidation 01/10
Rich Salz
2016-05-17
1
-51
/
+6
*
Remove /* foo.c */ comments
Rich Salz
2016-01-26
1
-1
/
+0
*
Cleanup: fix all sources that used EVP_MD_CTX_(create|init|destroy)
Richard Levitte
2015-12-07
1
-3
/
+3
*
Adjust all accesses to EVP_MD_CTX to use accessor functions.
Richard Levitte
2015-12-07
1
-11
/
+13
*
Good hygiene with size_t output argument.
Viktor Dukhovni
2015-11-21
1
-1
/
+1
*
Ensure all EVP calls have their returns checked where appropriate
Matt Caswell
2015-11-20
1
-15
/
+30
*
Identify and move OpenSSL internal header files
Richard Levitte
2015-05-14
1
-1
/
+1
*
Add sanity check in ssl3_cbc_digest_record
Matt Caswell
2015-05-01
1
-2
/
+12
*
Move more SSL3_RECORD oriented functions into ssl3_record.c
Matt Caswell
2015-03-26
1
-220
/
+0
*
OPENSSL_NO_xxx cleanup: SHA
Rich Salz
2015-01-27
1
-19
/
+2
*
More comment realignment
master-post-reformat
Matt Caswell
2015-01-22
1
-19
/
+19
*
Re-align some comments after running the reformat script.
Matt Caswell
2015-01-22
1
-19
/
+19
*
Run util/openssl-format-source -v -c .
Matt Caswell
2015-01-22
1
-596
/
+627
*
Further comment amendments to preserve formatting prior to source reformat
Matt Caswell
2015-01-06
1
-1
/
+2
*
mark all block comments that need format preserving so that
Tim Hudson
2014-12-30
1
-7
/
+14
*
Remove some unnecessary OPENSSL_FIPS references
Dr. Stephen Henson
2014-12-08
1
-5
/
+0
*
RT3066: rewrite RSA padding checks to be slightly more constant time.
Emilia Kasper
2014-09-24
1
-4
/
+5
*
Constant-time utilities
Emilia Kasper
2014-08-28
1
-46
/
+10
*
misspellings fixes by https://github.com/vlajos/misspell_fixer
Veres Lajos
2013-09-05
1
-1
/
+1
*
Use enc_flags when deciding protocol variations.
Dr. Stephen Henson
2013-03-18
1
-1
/
+1
*
Fix ignored return value warnings.
Ben Laurie
2013-02-21
1
-2
/
+3
*
Check DTLS_BAD_VER for version number.
David Woodhouse
2013-02-12
1
-1
/
+1
*
s3_cbc.c: make CBC_MAC_ROTATE_IN_PLACE universal.
Andy Polyakov
2013-02-08
1
-8
/
+9
*
s3_cbc.c: get rid of expensive divisions.
Andy Polyakov
2013-02-08
1
-13
/
+20
*
s3_cbc.c: fix warning [in Windows build].
Andy Polyakov
2013-02-08
1
-3
/
+3
*
ssl/*: revert "remove SSL_RECORD->orig_len" and merge "fix IV".
Andy Polyakov
2013-02-08
1
-33
/
+21
*
Fix for EXP-RC2-CBC-MD5
Adam Langley
2013-02-06
1
-9
/
+30
*
e_aes_cbc_hmac_sha1.c: address the CBC decrypt timing issues.
Andy Polyakov
2013-02-06
1
-15
/
+22
*
ssl/*: remove SSL3_RECORD->orig_len to restore binary compatibility.
Andy Polyakov
2013-02-06
1
-9
/
+12
*
Don't access EVP_MD_CTX internals directly.
Dr. Stephen Henson
2013-02-06
1
-2
/
+2
*
s3/s3_cbc.c: allow for compilations with NO_SHA256|512.
Andy Polyakov
2013-02-06
1
-1
/
+18
[next]