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
Age
Commit message (
Expand
)
Author
2022-10-26
ssl_cipher_process_rulestr: don't read outside rule_str buffer
Todd C. Miller
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
ssl_log_secret call in tls13_key_update
visbjn
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-09-06
Coverity 1513478: negative return
Pauli
2022-08-26
Convert serverinfo in SSL_CTX_use_serverinfo() to v2.
Daniel Fiala
2022-08-22
Coverity 1508506: misuse of time_t
Pauli
2022-08-19
Coverity 1508534 & 1508540: misuses of time_t
Pauli
2022-08-17
Fix SSL_pending() and SSL_has_pending() with DTLS
Matt Caswell
2022-08-02
Check that IV length is not less than zero
Dmitry Belyavskiy
2022-08-01
Free up space in the session cache before adding.
Todd Short
2022-07-13
Check for EVP_MD being NULL inside ssl.
slontis
2022-07-08
ssl/tls_srp.c: Add check for BN_dup
Jiasheng Jiang
2022-06-22
Improve diagnostics on setting groups
Dmitry Belyavskiy
2022-06-21
Update copyright year
Matt Caswell
2022-06-10
add_provider_groups: Clean up algorithm pointer on failure
Tomas Mraz
2022-06-03
Fix strict client chain check with TLS-1.3
Tomas Mraz
2022-06-02
Fix the erroneous checks of EVP_PKEY_CTX_set_group_name
Peiwei Hu
2022-05-27
The -no_legacy_server_connect option applies to client
Tomas Mraz
2022-05-27
Actually implement UnsafeLegacyServerConnect as documented
Tomas Mraz
2022-05-26
Fix check of dtls1_process_record
Peiwei Hu
2022-05-24
Use safe pattern for buffer size determining in case of GOST key exchange
Dmitry Belyavskiy
2022-05-24
Fix a crash in ssl_security_cert_chain
Bernd Edlinger
2022-05-24
Fix check of EVP_CIPHER_CTX_ctrl
Peiwei Hu
2022-05-16
Add return value check of EVP_PKEY_copy_parameters () in ssl_set_cert_and_key()
Zhou Qingyang
2022-05-10
err: get rid of err_free_strings_int()
Dr. Matthias St. Pierre
2022-05-09
Fix leakage when the cacheline is 32-bytes in CBC_MAC_ROTATE_IN_PLACE
basavesh
2022-05-03
Update copyright year
Matt Caswell
2022-04-27
Add SSL_(CTX_)?get0_(verify|chain)_cert_store functions
Hugo Landau
2022-04-21
str[n]casecmp => OPENSSL_strncasecmp
Dmitry Belyavskiy
2022-04-14
Fix an assertion in the DTLS server code
Bernd Edlinger
2022-04-12
SSL_conf_cmd: Allow DH Parameters at any position.
Daniel Fiala
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-23
Fix Coverity 1498611 & 1498608: uninitialised read
Pauli
2022-03-18
print SSL session, fix build warnings on OpenBSD.
David Carlier
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-03-02
[ssl] Add SSL_kDHEPSK and SSL_kECDHEPSK as PFS ciphersuites for SECLEVEL >= 3
Nicola Tuveri
2022-03-02
[ssl] Prefer SSL_k(EC)?DHE to the SSL_kE(EC)?DH alias
Nicola Tuveri
2022-02-12
Cleanup record length checks for KTLS
Bernd Edlinger
2022-01-19
ssl: better support TSAN operations
Pauli
2022-01-17
ssl/t1_enc: Fix kTLS RX offload path
Dmytro Podgornyi
2022-01-11
Fix: some patches related to error exiting
Peiwei Hu
[next]