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