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
/
ssl_local.h
Age
Commit message (
Expand
)
Author
2022-09-27
ssl_log_secret call in tls13_key_update
visbjn
2022-04-27
Add SSL_(CTX_)?get0_(verify|chain)_cert_store functions
Hugo Landau
2022-03-15
Update copyright year
Matt Caswell
2022-03-03
Add back check for the DH public key size
Tomas Mraz
2022-01-19
ssl: better support TSAN operations
Pauli
2021-07-29
Fix dtls timeout dead code
yangyangtiantianlonglong
2021-06-19
ssl: do not choose auto DH groups that are weaker than the security level
Pauli
2021-06-10
Optimize session cache flushing
Todd Short
2021-06-04
Only call dtls1_start_timer() once
Matt Caswell
2021-06-02
tls: remove TODOs
Pauli
2021-05-27
Fix compilation warning with GCC11.
Juergen Christ
2021-05-15
Promote SSL_get_negotiated_group() for non-TLSv1.3
Benjamin Kaduk
2021-05-14
Convert SSL_{CTX}_[gs]et_options to 64
Rich Salz
2021-03-30
ssl: fix problem where MAC IDs were globally cached.
Pauli
2021-02-12
Deprecate the libssl level SRP APIs
Matt Caswell
2021-02-09
Remove unused 'peer_type' from SSL_SESSION
Benjamin Kaduk
2021-02-05
Remove OPENSSL_NO_EC guards from libssl
Matt Caswell
2021-02-05
Make supported_groups code independent of EC and DH
Matt Caswell
2021-02-05
Ensure default supported groups works even with no-ec and no-dh
Matt Caswell
2021-02-05
Remove OPENSSL_NO_DH guards from libssl
Matt Caswell
2021-01-28
Update copyright year
Richard Levitte
2021-01-26
Avoid using OSSL_PKEY_PARAM_GROUP_NAME when the key might be legacy
Tomas Mraz
2021-01-26
Deprecate EC_KEY + Update ec apps to use EVP_PKEY
Shane Lontis
2021-01-08
Adding TLS group name retrieval
Michael Baentsch
2020-12-08
TLS: Use EVP_PKEY_get_group_name() to get the group name
Richard Levitte
2020-11-30
Fix builds that specify both no-dh and no-ec
Matt Caswell
2020-11-23
Move some libssl global variables into SSL_CTX
Matt Caswell
2020-11-18
Deprecate RSA harder
Richard Levitte
2020-11-18
Only disabled what we need to in a no-dh build
Matt Caswell
2020-11-18
Convert TLS auto DH parameters to use EVP_PKEY
Matt Caswell
2020-10-16
Concentrate deprecated libssl API usage in one file
Matt Caswell
2020-10-15
Rename OPENSSL_CTX prefix to OSSL_LIB_CTX
Dr. Matthias St. Pierre
2020-10-14
[ssl] Support ssl_encapsulate on server side
Nicola Tuveri
2020-10-14
[ssl] Support ssl_decapsulate on client side
Nicola Tuveri
2020-10-14
Define OSSL_CAPABILITY_TLS_GROUP_IS_KEM
Nicola Tuveri
2020-09-21
Increase PSK_MAX_PSK_LEN to 512
Rutger Hendriks
2020-09-03
Make ssl3_cbc_digest_record() use the real data_size
Matt Caswell
2020-09-03
Add an HMAC implementation that is TLS aware
Matt Caswell
2020-08-31
Move KTLS inline functions only used by libssl into ssl/ktls.c.
John Baldwin
2020-07-06
Convert SSLv3 handling to use provider side CBC/MAC removal
Matt Caswell
2020-07-06
Move MAC removal responsibility to the various protocol "enc" functions
Matt Caswell
2020-06-19
Update the various SSL group getting and setting functions
Matt Caswell
2020-06-19
Modify libssl to discover supported groups based on available providers
Matt Caswell
2020-06-05
Check that Signature Algorithms are available before using them
Matt Caswell
2020-06-04
Add cipher list ciphersuites which using encryption algorithm in mode CBC.
Otto Hollmann
2020-05-19
New Russian TLS 1.2 implementation
Dmitry Belyavskiy
2020-05-05
Fix up whitespace nits introduced by PR #11416
Benjamin Kaduk
2020-05-01
Add SSL_new_session_ticket() API
Benjamin Kaduk
2020-04-23
Update copyright year
Matt Caswell
2020-04-20
Use a fetched MD if appropriate in ssl3_cbc_digest_record
Matt Caswell
[next]