index
:
delta/openssl-new.git
1.0.2-aead
BRANCH_ASN1
BRANCH_OpenSSL_0_9_8k
BRANCH_VMS_64BIT
BRANCH_WIN64
BRANCH_engine
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-rfc3820-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
OpenTLS
SSLeay
baserock/OpenSSL_1_0_1g
baserock/OpenSSL_1_0_2-stable
baserock/larswirzenius/morph
baserock/morph
baserock/pedroalvarez/power-port
baserock/ps/proto-web-system
eliminate-ssl-ctrl
master
openssl-3.0
openssl-3.1
rsalz-monolith
rt4526
supplemental-data-api-2
tls1.3-draft-18
tls1.3-draft-19
github.com: openssl/openssl.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ssl
/
statem
/
statem_clnt.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Do not send the empty renegotiation info SCSV in QUIC
Tomas Mraz
2023-05-02
1
-1
/
+3
*
RFC7250 (RPK) support
Todd Short
2023-03-28
1
-31
/
+153
*
Added `CERTIFICATE_VERIFY_MAX_LENGTH` constant
VeronikaNguyen
2023-03-21
1
-1
/
+1
*
first cut at sigalg loading
Michael Baentsch
2023-02-24
1
-6
/
+12
*
Extend the new_record_layer function
Matt Caswell
2023-01-24
1
-4
/
+5
*
Make error reason for disallowed legacy sigalg more specific
Tomas Mraz
2022-12-13
1
-1
/
+2
*
Remove remaining refs to enc_(write|read)_ctx/(read|write)_hash
Matt Caswell
2022-11-14
1
-4
/
+14
*
Add zlib oneshot compression
Todd Short
2022-11-07
1
-1
/
+1
*
Fix coverity 1516094 uninit
Todd Short
2022-10-21
1
-1
/
+4
*
Remove some redundant code
Matt Caswell
2022-10-20
1
-1
/
+1
*
Add `for_comp` flag when retrieving certs for compression
Todd Short
2022-10-18
1
-2
/
+2
*
Update COMP_METHOD
Todd Short
2022-10-18
1
-3
/
+3
*
Add support for compressed certificates (RFC8879)
Todd Short
2022-10-18
1
-5
/
+157
*
Convert the TLSv1.3 crypto code to the new write record layer
Matt Caswell
2022-10-12
1
-9
/
+16
*
Stop raising ERR_R_MALLOC_FAILURE in most places
Richard Levitte
2022-10-05
1
-19
/
+18
*
Move logic for figuring out the record version out of record layer
Matt Caswell
2022-09-23
1
-1
/
+4
*
Use an enum for the return value from a construction function
Matt Caswell
2022-09-20
1
-31
/
+33
*
ssl: modify libssl so that it uses OSSL_TIME
Pauli
2022-09-13
1
-1
/
+1
*
Move some fields out of the SSL object and into the record layer object
Matt Caswell
2022-08-18
1
-1
/
+1
*
Remove some use of SSL object from record layer
Matt Caswell
2022-08-18
1
-0
/
+2
*
SSL object refactoring using SSL_CONNECTION object
Tomas Mraz
2022-07-28
1
-157
/
+204
*
Check for EVP_MD being NULL inside ssl.
slontis
2022-07-13
1
-2
/
+4
*
Use safe pattern for buffer size determining in case of GOST key exchange
Dmitry Belyavskiy
2022-05-24
1
-6
/
+8
*
Update copyright year
Matt Caswell
2022-05-03
1
-1
/
+1
*
tls_process_server_hello: Disallow repeated HRR
Tomas Mraz
2022-03-30
1
-0
/
+4
*
Replace handling of negative verification result with SSL_set_retry_verify()
Tomas Mraz
2022-03-14
1
-3
/
+4
*
ssl: better support TSAN operations
Pauli
2022-01-19
1
-1
/
+1
*
Delete unused param about get_construct_message_f
yangyangtiantianlonglong
2022-01-09
1
-1
/
+1
*
Fix: some patches related to error exiting
Peiwei Hu
2022-01-07
1
-1
/
+1
*
fix the return check of EVP_PKEY_CTX_ctrl() in 5 spots
xkernel
2022-01-07
1
-3
/
+3
*
properly free the resource from CRYPTO_malloc
xkernel
2022-01-06
1
-2
/
+2
*
add OSSL_STACK_OF_X509_free() for commonly used pattern
Dr. David von Oheimb
2021-12-21
1
-1
/
+1
*
Fix invalid handling of verify errors in libssl
Matt Caswell
2021-12-14
1
-1
/
+1
*
fix some code with obvious wrong coding style
x2018
2021-10-28
1
-1
/
+1
*
tls_process_{client,server}_certificate(): allow verify_callback return > 1
Dr. David von Oheimb
2021-07-21
1
-4
/
+0
*
Avoid "excessive message size" for session tickets
Matt Caswell
2021-07-06
1
-1
/
+2
*
Optimize session cache flushing
Todd Short
2021-06-10
1
-5
/
+2
*
tls: remove TODOs
Pauli
2021-06-02
1
-6
/
+3
*
Rename all getters to use get/get0 in name
Tomas Mraz
2021-06-01
1
-5
/
+6
*
ssl: ass size_t to RAND_bytes_ex()
Pauli
2021-06-01
1
-3
/
+3
*
ssl: add zero strenght arguments to BN and RAND RNG calls
Pauli
2021-05-29
1
-4
/
+4
*
Use "" for include internal/xxx
Rich Salz
2021-05-27
1
-1
/
+1
*
Promote SSL_get_negotiated_group() for non-TLSv1.3
Benjamin Kaduk
2021-05-15
1
-0
/
+2
*
Use OCSP-specific error code for clarity
Dmitry Belyavskiy
2021-05-01
1
-1
/
+2
*
Replace OSSL_PARAM_BLD_free_params() with OSSL_PARAM_free().
Shane Lontis
2021-04-12
1
-1
/
+1
*
Fix typo in statem_clnt.c
Nan Xiao
2021-04-09
1
-1
/
+1
*
Ensure buffer/length pairs are always in sync
Matt Caswell
2021-03-25
1
-1
/
+6
*
ssl: fix coverity 1451515: out of bounds memory access
Pauli
2021-03-18
1
-0
/
+1
*
Add ossl_gost symbols
Shane Lontis
2021-03-18
1
-4
/
+4
*
ssl: support params arguments to init functions
Pauli
2021-03-12
1
-1
/
+2
[next]