index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ssl
/
s3_enc.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Improve some error messages if a digest is not available
Matt Caswell
2020-08-29
1
-1
/
+6
*
Appease -Werror=stringop-overflow=
Patrick Steuer
2020-08-13
1
-3
/
+2
*
Convert SSLv3 handling to use provider side CBC/MAC removal
Matt Caswell
2020-07-06
1
-0
/
+6
*
Update copyright year
Matt Caswell
2020-04-23
1
-1
/
+1
*
Fix test_ssl_new test failure
Matt Caswell
2020-04-21
1
-4
/
+6
*
Explicitly fetch ciphers and digests in libssl
Matt Caswell
2020-02-06
1
-2
/
+5
*
Stop using EVP_MD_CTX_FLAG_NON_FIPS_ALLOW
Richard Levitte
2019-10-11
1
-3
/
+5
*
Reorganize local header files
Dr. Matthias St. Pierre
2019-09-28
1
-1
/
+1
*
Change OSSL_PARAM return size to not be a pointer.
Pauli
2019-06-24
1
-2
/
+1
*
Make EVP_MD_CTX_ctrl() work for legacy use cases (ssl3).
Shane Lontis
2019-06-11
1
-8
/
+5
*
Move digests to providers
Shane Lontis
2019-06-04
1
-8
/
+27
*
Collapse ssl3_state_st (s3) into ssl_st
Todd Short
2019-04-29
1
-44
/
+44
*
Eliminate unused buffers from ssl3_change_cipher_state
Dmitry Belyavskiy
2019-01-03
1
-6
/
+0
*
Following the license change, modify the boilerplates in ssl/
Richard Levitte
2018-12-06
1
-1
/
+1
*
ssl/s3_enc.c: fix logical errors in ssl3_final_finish_mac.
Andy Polyakov
2018-10-12
1
-3
/
+5
*
Ensure that we write out alerts correctly after early_data
Matt Caswell
2018-08-08
1
-2
/
+2
*
Update copyright year
Matt Caswell
2018-03-20
1
-1
/
+1
*
Don't use a ssl specific DRBG anymore
Kurt Roeckx
2018-03-19
1
-1
/
+0
*
Fix a crash in SSLfatal due to invalid enc_write_ctx
Bernd Edlinger
2018-03-19
1
-0
/
+2
*
Tell the ciphers which DRBG to use for generating random bytes.
Kurt Roeckx
2018-02-28
1
-0
/
+1
*
Fix some formatting nits
Matt Caswell
2017-12-04
1
-1
/
+1
*
Convert more functions in ssl/statem/statem.c to use SSLfatal()
Matt Caswell
2017-12-04
1
-10
/
+30
*
Convert the state machine code to use SSLfatal()
Matt Caswell
2017-12-04
1
-43
/
+77
*
Replace some usage of SSLerr with SSLfatal()
Matt Caswell
2017-12-04
1
-1
/
+2
*
Remove parentheses of return.
KaoruToda
2017-10-18
1
-36
/
+36
*
Since return is inconsistent, I removed unnecessary parentheses and
KaoruToda
2017-10-09
1
-2
/
+2
*
Move ossl_assert
Matt Caswell
2017-08-03
1
-0
/
+1
*
Merge Nokia copyright notice into standard
Rich Salz
2017-06-21
1
-27
/
+1
*
Replace instances of OPENSSL_assert() with soft asserts in libssl
Matt Caswell
2017-05-22
1
-1
/
+4
*
Remove support for OPENSSL_SSL_TRACE_CRYPTO
Matt Caswell
2017-05-08
1
-35
/
+0
*
Use the new TLSv1.3 certificate_required alert where appropriate
Matt Caswell
2017-03-10
1
-0
/
+2
*
fix a memory leak in ssl3_generate_key_block fix the error handling in ssl3_c...
Bernd Edlinger
2017-01-23
1
-3
/
+4
*
Fix misc size_t issues causing Windows warnings in 64 bit
Matt Caswell
2016-11-04
1
-1
/
+1
*
Convert some libssl local functions to size_t
Matt Caswell
2016-11-04
1
-1
/
+2
*
Update numerous misc libssl fields to be size_t
Matt Caswell
2016-11-04
1
-1
/
+1
*
Convert master_secret_size code to size_t
Matt Caswell
2016-11-04
1
-8
/
+14
*
Convert libssl writing for size_t
Matt Caswell
2016-11-04
1
-4
/
+9
*
Indent ssl/
Emilia Kasper
2016-08-18
1
-26
/
+24
*
check return values for EVP_Digest*() APIs
Dr. Stephen Henson
2016-07-15
1
-18
/
+22
*
Add some missing return value checks
Matt Caswell
2016-06-13
1
-1
/
+4
*
Handle a memory allocation failure in ssl3_init_finished_mac()
Matt Caswell
2016-06-03
1
-2
/
+9
*
The ssl3_digest_cached_records() function does not handle errors properly
Matt Caswell
2016-05-26
1
-5
/
+4
*
Copyright consolidation 01/10
Rich Salz
2016-05-17
1
-107
/
+7
*
various spelling fixes
FdaSilvaYY
2016-04-28
1
-2
/
+2
*
Revert "various spelling fixes"
Rich Salz
2016-04-04
1
-2
/
+2
*
various spelling fixes
FdaSilvaYY
2016-04-04
1
-2
/
+2
*
Lazily initialise the compression buffer
Matt Caswell
2016-03-07
1
-2
/
+0
*
Refactor ClientHello extension parsing
Emilia Kasper
2016-03-03
1
-0
/
+2
*
Remove /* foo.c */ comments
Rich Salz
2016-01-26
1
-1
/
+0
*
Adapt all EVP_CIPHER_CTX users for it becoming opaque
Richard Levitte
2016-01-12
1
-7
/
+5
[next]