index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ssl
/
t1_lib.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix some TODO(3.0) occurrences in ssl/t1_lib.c
Matt Caswell
2021-04-19
1
-11
/
+27
*
Replace OSSL_PARAM_BLD_free_params() with OSSL_PARAM_free().
Shane Lontis
2021-04-12
1
-1
/
+1
*
Increase the upper limit on group name length
Anthony Hu
2021-03-11
1
-2
/
+2
*
tls: updates for the new additional MAC_init arguments
Pauli
2021-02-28
1
-3
/
+2
*
tls_valid_group: Add missing dereference of okfortls13
Tomas Mraz
2021-02-12
1
-1
/
+1
*
Simplify the EVP_PKEY_XXX_fromdata_XX methods.
Shane Lontis
2021-02-08
1
-2
/
+3
*
Remove all OPENSSL_NO_XXX from libssl where XXX is a crypto alg
Matt Caswell
2021-02-05
1
-4
/
+2
*
Remove OPENSSL_NO_EC guards from libssl
Matt Caswell
2021-02-05
1
-40
/
+2
*
Make sure we don't use sigalgs that are not available
Matt Caswell
2021-02-05
1
-3
/
+10
*
Add the nist group names as aliases for the normal TLS group names
Matt Caswell
2021-02-05
1
-4
/
+1
*
Make supported_groups code independent of EC and DH
Matt Caswell
2021-02-05
1
-6
/
+21
*
Ensure default supported groups works even with no-ec and no-dh
Matt Caswell
2021-02-05
1
-16
/
+30
*
Remove OPENSSL_NO_DH guards from libssl
Matt Caswell
2021-02-05
1
-1
/
+1
*
Remove some TODO(OpenSSL1.2) references
Matt Caswell
2021-02-04
1
-1
/
+4
*
Update copyright year
Richard Levitte
2021-01-28
1
-1
/
+1
*
Add EVP_PKEY functions to get EC conv form and field type
Matt Caswell
2021-01-26
1
-15
/
+9
*
Deprecate EC_KEY + Update ec apps to use EVP_PKEY
Shane Lontis
2021-01-26
1
-14
/
+21
*
Adding TLS group name retrieval
Michael Baentsch
2021-01-08
1
-1
/
+1
*
TLS: Use EVP_PKEY_get_group_name() to get the group name
Richard Levitte
2020-12-08
1
-15
/
+15
*
EVP: constify the EVP_PKEY_get_*_param() argument |pkey|
Richard Levitte
2020-12-08
1
-2
/
+0
*
Fix builds that specify both no-dh and no-ec
Matt Caswell
2020-11-30
1
-9
/
+2
*
Move some libssl global variables into SSL_CTX
Matt Caswell
2020-11-23
1
-2
/
+2
*
Convert TLS auto DH parameters to use EVP_PKEY
Matt Caswell
2020-11-18
1
-20
/
+31
*
SSL: refactor all SSLfatal() calls
Richard Levitte
2020-11-11
1
-29
/
+14
*
Convert all {NAME}err() in ssl/ to their corresponding ERR_raise() call
Richard Levitte
2020-11-11
1
-25
/
+23
*
Rename EVP_MAC_size() to EVP_MAC_CTX_get_mac_size().
Shane Lontis
2020-10-22
1
-1
/
+1
*
Concentrate deprecated libssl API usage in one file
Matt Caswell
2020-10-16
1
-26
/
+7
*
Define OSSL_CAPABILITY_TLS_GROUP_IS_KEM
Nicola Tuveri
2020-10-14
1
-0
/
+8
*
Fix ssl_hmac_new() so that it uses the propq
Shane Lontis
2020-09-23
1
-1
/
+1
*
Fix safestack issues in x509.h
Matt Caswell
2020-09-13
1
-3
/
+0
*
Fix safestack issues in ssl.h
Matt Caswell
2020-09-13
1
-1
/
+0
*
Revert "The EVP_MAC functions have been renamed for consistency. The EVP_MAC...
Matt Caswell
2020-07-16
1
-4
/
+4
*
Fix an incorrect error flow in add_provider_groups
Matt Caswell
2020-07-08
1
-1
/
+1
*
Reduce the security bits for MD5 and SHA1 based signatures in TLS
Kurt Roeckx
2020-06-27
1
-0
/
+18
*
Create defines for TLS Group Ids
Matt Caswell
2020-06-19
1
-35
/
+36
*
Update the various SSL group getting and setting functions
Matt Caswell
2020-06-19
1
-33
/
+68
*
Modify libssl to discover supported groups based on available providers
Matt Caswell
2020-06-19
1
-81
/
+268
*
The EVP_MAC functions have been renamed for consistency. The EVP_MAC_CTX_*
Pauli
2020-06-11
1
-4
/
+4
*
use safe primes in ssl_get_auto_dh()
Hubert Kario
2020-06-09
1
-36
/
+38
*
Don't downgrade keys in libssl
Matt Caswell
2020-06-05
1
-11
/
+0
*
Check that Signature Algorithms are available before using them
Matt Caswell
2020-06-05
1
-47
/
+102
*
Move EC_METHOD to internal-only
Billy Brumley
2020-06-02
1
-1
/
+1
*
New Russian TLS 1.2 implementation
Dmitry Belyavskiy
2020-05-19
1
-1
/
+16
*
Fix GOST curve sec bits
Nikolay Morozov
2020-04-28
1
-7
/
+7
*
In OpenSSL builds, declare STACK for datatypes ...
Rich Salz
2020-04-24
1
-0
/
+4
*
Update copyright year
Matt Caswell
2020-04-23
1
-1
/
+1
*
GOST2012 TLS Supported Groups Identifiers Support
Nikolay Morozov
2020-04-22
1
-0
/
+18
*
Fix NULL dereference in SSL_check_chain() for TLS 1.3
Benjamin Kaduk
2020-04-21
1
-1
/
+1
*
Use the libctx for all EVP_PKEY_CTX operations
Matt Caswell
2020-04-19
1
-35
/
+35
*
TLSEXT_SIGALG_gostr34102012 0x0840 and 0x0841 support
Nikolay Morozov
2020-04-16
1
-2
/
+12
[next]