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
*
Copyright year updates
Richard Levitte
2024-04-09
1
-1
/
+1
*
libssl: Make some global mutable structures constant
Hugo Landau
2024-02-02
1
-1
/
+1
*
Add appropriate NULL checks in EVP_CIPHER api
Neil Horman
2024-01-25
1
-0
/
+1
*
Copyright year updates
Matt Caswell
2023-09-07
1
-1
/
+1
*
Extend the new_record_layer function
Matt Caswell
2023-01-24
1
-2
/
+2
*
Remove enc_write_state
Matt Caswell
2022-10-12
1
-4
/
+0
*
Move the SSLv3 crypto code into the new record layer
Matt Caswell
2022-10-05
1
-52
/
+3
*
Stop raising ERR_R_MALLOC_FAILURE in most places
Richard Levitte
2022-10-05
1
-8
/
+8
*
Move need_empty_fragments inside the record layer
Matt Caswell
2022-09-23
1
-16
/
+0
*
Create the write record layer method and object and use it
Matt Caswell
2022-09-23
1
-9
/
+11
*
Fix some no-comp compilation failures
Matt Caswell
2022-08-18
1
-3
/
+1
*
Distinguish between fatal and non-fatal errors when creating a record layer
Matt Caswell
2022-08-18
1
-1
/
+1
*
Implement KTLS in the new read record layer code
Matt Caswell
2022-08-18
1
-2
/
+2
*
Ensure various SSL options are passed down to the record layer
Matt Caswell
2022-08-18
1
-13
/
+6
*
Convert SSLv3 code to use the new read side record layer
Matt Caswell
2022-08-18
1
-101
/
+80
*
SSL object refactoring using SSL_CONNECTION object
Tomas Mraz
2022-07-28
1
-16
/
+18
*
tls: remove TODOs
Pauli
2021-06-02
1
-1
/
+0
*
Rename all getters to use get/get0 in name
Tomas Mraz
2021-06-01
1
-8
/
+8
*
Allow TLS13_AD_MISSING_EXTENSION for older versions
Benjamin Kaduk
2021-05-25
1
-0
/
+2
*
Remove all OPENSSL_NO_XXX from libssl where XXX is a crypto alg
Matt Caswell
2021-02-05
1
-2
/
+0
*
Update copyright year
Richard Levitte
2021-01-28
1
-1
/
+1
*
Clean away extraneous library specific FETCH_FAILED reason codes
Richard Levitte
2021-01-12
1
-1
/
+2
*
SSL: refactor all SSLfatal() calls
Richard Levitte
2020-11-11
1
-61
/
+30
*
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
[next]