index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ssl
/
statem
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
tls_process_server_hello: Disallow repeated HRR
Tomas Mraz
2022-03-30
1
-0
/
+4
*
ticket_lifetime_hint may exceed 1 week in TLSv1.3
Todd Short
2022-03-25
1
-6
/
+15
*
Replace handling of negative verification result with SSL_set_retry_verify()
Tomas Mraz
2022-03-14
1
-3
/
+4
*
Add back check for the DH public key size
Tomas Mraz
2022-02-17
2
-5
/
+5
*
ssl: better support TSAN operations
Pauli
2022-01-19
3
-10
/
+22
*
ssl: replace ;; with ; as statement separator
Pauli
2022-01-18
1
-1
/
+1
*
Delete unused param about get_construct_message_f
yangyangtiantianlonglong
2022-01-09
4
-6
/
+6
*
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
2
-5
/
+5
*
properly free the resource from CRYPTO_malloc
xkernel
2022-01-06
1
-2
/
+2
*
Fix typos
Dimitris Apostolou
2022-01-05
1
-1
/
+1
*
add OSSL_STACK_OF_X509_free() for commonly used pattern
Dr. David von Oheimb
2021-12-21
2
-3
/
+3
*
Fix invalid handling of verify errors in libssl
Matt Caswell
2021-12-14
1
-1
/
+1
*
No EtM for GOST ciphers in TLS 1.2
Dmitry Belyavskiy
2021-11-29
1
-1
/
+5
*
Enable brainpool curves for TLS1.3
Bernd Edlinger
2021-11-26
4
-8
/
+35
*
Fix a memory leak in tls_parse_stoc_key_share
Bernd Edlinger
2021-11-04
1
-0
/
+1
*
fix some code with obvious wrong coding style
x2018
2021-10-28
3
-3
/
+3
*
free the Post-Handshake Auth digest when there is an error saving the digest
x2018
2021-10-27
1
-0
/
+2
*
New extensions can be sent in a certificate request
Matt Caswell
2021-10-11
1
-5
/
+6
*
ssl: Correct filename in README
Tianjia Zhang
2021-09-27
1
-1
/
+1
*
Fix potential double-free
Todd Short
2021-08-16
1
-1
/
+1
*
tls_process_{client,server}_certificate(): allow verify_callback return > 1
Dr. David von Oheimb
2021-07-21
2
-8
/
+0
*
Avoid "excessive message size" for session tickets
Matt Caswell
2021-07-06
2
-1
/
+4
*
ssl: fix indentation
Pauli
2021-06-19
1
-1
/
+1
*
ssl: replace tabs with spaces
Pauli
2021-06-19
1
-1
/
+1
*
Optimize session cache flushing
Todd Short
2021-06-10
2
-7
/
+5
*
tls: remove TODOs
Pauli
2021-06-02
5
-23
/
+7
*
Rename all getters to use get/get0 in name
Tomas Mraz
2021-06-01
7
-29
/
+32
*
ssl: ass size_t to RAND_bytes_ex()
Pauli
2021-06-01
2
-4
/
+5
*
ssl: add zero strenght arguments to BN and RAND RNG calls
Pauli
2021-05-29
2
-7
/
+7
*
Call SSLfatal when the generate_ticket_cb returns 0
Todd Short
2021-05-27
1
-2
/
+3
*
Use "" for include internal/xxx
Rich Salz
2021-05-27
1
-1
/
+1
*
Cleanup the peer point formats on regotiation
Dmitry Belyavskiy
2021-05-21
1
-1
/
+11
*
Add SSL_OP_ALLOW_CLIENT_RENEGOTIATION
Rich Salz
2021-05-17
1
-1
/
+5
*
Promote SSL_get_negotiated_group() for non-TLSv1.3
Benjamin Kaduk
2021-05-16
4
-1
/
+31
*
Don't send key_share for PSK-only key exchange
Benjamin Kaduk
2021-05-12
1
-0
/
+7
*
Improve RFC 8446 PSK key exchange mode compliance
Benjamin Kaduk
2021-05-12
1
-1
/
+18
*
Use OCSP-specific error code for clarity
Dmitry Belyavskiy
2021-05-01
1
-1
/
+2
*
Defer Finished MAC handling until after state transition
Matt Caswell
2021-04-28
3
-23
/
+50
*
Update copyright year
Matt Caswell
2021-04-22
1
-1
/
+1
*
Add "origin" field to EVP_CIPHER, EVP_MD
Rich Salz
2021-04-18
1
-1
/
+1
*
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
*
Corrected missing definitions from NonStop SPT build.
Randall S. Becker
2021-04-01
2
-0
/
+10
*
Ensure buffer/length pairs are always in sync
Matt Caswell
2021-03-25
4
-6
/
+30
*
ssl sigalg extension: fix NULL pointer dereference
Peter Kaestle
2021-03-25
1
-0
/
+1
*
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
3
-8
/
+8
*
ssl: support params arguments to init functions
Pauli
2021-03-11
5
-7
/
+11
*
Fix the check for suitable groups and TLSv1.3
Matt Caswell
2021-03-08
1
-1
/
+7
[next]