index
:
openssl
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_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
SSLeay
dependabot-review
dependabot/github_actions/coverallsapp/github-action-2.3.3
feature/acert-cli
feature/dtls-1.3
feature/ech
feature/evp_skey
feature/hss
feature/ml-kem
feature/quic-server
feature/slh-dsa
master
openssl-3.0
openssl-3.1
openssl-3.2
openssl-3.3
openssl-3.4
tls1.3-draft-18
tls1.3-draft-19
Mirror of https://github.com/openssl/openssl
matthias
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ssl
/
statem
Age
Commit message (
Expand
)
Author
2022-10-21
stack: Do not add error if pop/shift/value accesses outside of the stack
Tomas Mraz
2022-10-19
Ensure that the key share group is allowed for our protocol version
Matt Caswell
2022-10-11
Update copyright year
Matt Caswell
2022-09-28
Test TLS extension ordering
Todd Short
2022-09-27
If a ticket key callback returns 0 in TLSv1.3 don't send a ticket
Matt Caswell
2022-09-22
Correctly handle a retransmitted ClientHello
Matt Caswell
2022-09-16
stack.c: add missing direct error reporting and improve coding style
Dr. David von Oheimb
2022-08-22
Coverity 1508506: misuse of time_t
Pauli
2022-08-19
Coverity 1508534 & 1508540: misuses of time_t
Pauli
2022-08-02
Check that IV length is not less than zero
Dmitry Belyavskiy
2022-07-13
Check for EVP_MD being NULL inside ssl.
slontis
2022-05-24
Use safe pattern for buffer size determining in case of GOST key exchange
Dmitry Belyavskiy
2022-05-03
Update copyright year
Matt Caswell
2022-04-14
Fix an assertion in the DTLS server code
Bernd Edlinger
2022-03-30
tls_process_server_hello: Disallow repeated HRR
Tomas Mraz
2022-03-25
ticket_lifetime_hint may exceed 1 week in TLSv1.3
Todd Short
2022-03-15
Update copyright year
Matt Caswell
2022-03-14
Replace handling of negative verification result with SSL_set_retry_verify()
Tomas Mraz
2022-03-03
Add back check for the DH public key size
Tomas Mraz
2022-01-19
ssl: better support TSAN operations
Pauli
2022-01-11
Fix: some patches related to error exiting
Peiwei Hu
2022-01-07
fix the return check of EVP_PKEY_CTX_ctrl() in 5 spots
xkernel
2022-01-06
properly free the resource from CRYPTO_malloc
xkernel
2021-12-14
Fix invalid handling of verify errors in libssl
Matt Caswell
2021-11-29
No EtM for GOST ciphers in TLS 1.2
Dmitry Belyavskiy
2021-11-04
Fix a memory leak in tls_parse_stoc_key_share
Bernd Edlinger
2021-10-27
free the Post-Handshake Auth digest when there is an error saving the digest
x2018
2021-10-11
New extensions can be sent in a certificate request
Matt Caswell
2021-09-27
ssl: Correct filename in README
Tianjia Zhang
2021-08-16
Fix potential double-free
Todd Short
2021-07-21
tls_process_{client,server}_certificate(): allow verify_callback return > 1
Dr. David von Oheimb
2021-07-06
Avoid "excessive message size" for session tickets
Matt Caswell
2021-06-19
ssl: fix indentation
Pauli
2021-06-19
ssl: replace tabs with spaces
Pauli
2021-06-10
Optimize session cache flushing
Todd Short
2021-06-02
tls: remove TODOs
Pauli
2021-06-01
Rename all getters to use get/get0 in name
Tomas Mraz
2021-06-01
ssl: ass size_t to RAND_bytes_ex()
Pauli
2021-05-29
ssl: add zero strenght arguments to BN and RAND RNG calls
Pauli
2021-05-27
Call SSLfatal when the generate_ticket_cb returns 0
Todd Short
2021-05-27
Use "" for include internal/xxx
Rich Salz
2021-05-21
Cleanup the peer point formats on regotiation
Dmitry Belyavskiy
2021-05-17
Add SSL_OP_ALLOW_CLIENT_RENEGOTIATION
Rich Salz
2021-05-15
Promote SSL_get_negotiated_group() for non-TLSv1.3
Benjamin Kaduk
2021-05-12
Don't send key_share for PSK-only key exchange
Benjamin Kaduk
2021-05-12
Improve RFC 8446 PSK key exchange mode compliance
Benjamin Kaduk
2021-05-01
Use OCSP-specific error code for clarity
Dmitry Belyavskiy
2021-04-28
Defer Finished MAC handling until after state transition
Matt Caswell
2021-04-22
Update copyright year
Matt Caswell
2021-04-18
Add "origin" field to EVP_CIPHER, EVP_MD
Rich Salz
[next]