index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ssl
/
s3_lib.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Deprecate the libssl level SRP APIs
Matt Caswell
2021-02-12
1
-2
/
+2
*
Remove all OPENSSL_NO_XXX from libssl where XXX is a crypto alg
Matt Caswell
2021-02-05
1
-19
/
+3
*
Remove OPENSSL_NO_EC guards from libssl
Matt Caswell
2021-02-05
1
-8
/
+4
*
Remove compile time guard checking from ssl3_get_req_cert_type
Matt Caswell
2021-02-05
1
-9
/
+4
*
Remove OPENSSL_NO_DH guards from libssl
Matt Caswell
2021-02-05
1
-25
/
+7
*
Remove some TODO(OpenSSL1.2) references
Matt Caswell
2021-02-04
1
-1
/
+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
-41
/
+4
*
Deprecate EC_KEY + Update ec apps to use EVP_PKEY
Shane Lontis
2021-01-26
1
-26
/
+41
*
Adding TLS group name retrieval
Michael Baentsch
2021-01-08
1
-0
/
+18
*
Drop OPENSSL_NO_RSA everywhere
Richard Levitte
2020-12-20
1
-4
/
+0
*
Return sensible values for some SSL ctrls
Matt Caswell
2020-11-18
1
-6
/
+5
*
Only disabled what we need to in a no-dh build
Matt Caswell
2020-11-18
1
-3
/
+1
*
Implement a replacement for SSL_set_tmp_dh()
Matt Caswell
2020-11-18
1
-18
/
+2
*
Deprecate SSL_CTRL_SET_TMP_DH and other related ctrls
Matt Caswell
2020-11-18
1
-25
/
+10
*
SSL: refactor all SSLfatal() calls
Richard Levitte
2020-11-11
1
-36
/
+18
*
Convert all {NAME}err() in ssl/ to their corresponding ERR_raise() call
Richard Levitte
2020-11-11
1
-21
/
+21
*
Unify ssl3_get_cipher_by_std_name() implementation
Benjamin Kaduk
2020-10-29
1
-13
/
+5
*
[ssl] Support ssl_encapsulate on server side
Nicola Tuveri
2020-10-14
1
-1
/
+64
*
[ssl] Support ssl_decapsulate on client side
Nicola Tuveri
2020-10-14
1
-16
/
+83
*
optimise ssl3_get_cipher_by_std_name()
hklaas
2020-09-27
1
-2
/
+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
*
Add X509 related libctx changes.
Shane Lontis
2020-07-24
1
-4
/
+0
*
Update the various SSL group getting and setting functions
Matt Caswell
2020-06-19
1
-10
/
+7
*
Modify libssl to discover supported groups based on available providers
Matt Caswell
2020-06-19
1
-73
/
+21
*
New Russian TLS 1.2 implementation
Dmitry Belyavskiy
2020-05-19
1
-5
/
+43
*
In OpenSSL builds, declare STACK for datatypes ...
Rich Salz
2020-04-24
1
-0
/
+4
*
Use the libctx for all EVP_PKEY_CTX operations
Matt Caswell
2020-04-19
1
-48
/
+3
*
GOST2012 TLS ClientCertificateType Identifiers support
Nikolay Morozov
2020-04-18
1
-2
/
+4
*
TLS Cipher Suite 0xC102 Support
Nikolay Morozov
2020-04-02
1
-2
/
+18
*
Make sure we use the libctx when creating an EVP_PKEY_CTX in libssl
Matt Caswell
2020-04-01
1
-3
/
+28
*
Explicitly cache X509v3 extensions in libssl
Matt Caswell
2020-03-30
1
-0
/
+5
*
Fix whitespace nit in ssl_generate_master_secret()
Benjamin Kaduk
2020-03-13
1
-1
/
+1
*
Deprecate the low level Diffie-Hellman functions.
Pauli
2020-02-20
1
-3
/
+3
*
Use the OPENSSL_CTX and property query string in EVP_PKEY_CTX
Matt Caswell
2020-02-06
1
-3
/
+13
*
Explicitly fetch ciphers and digests in libssl
Matt Caswell
2020-02-06
1
-2
/
+9
*
TLS: use EVP for HMAC throughout libssl.
Pauli
2020-01-29
1
-0
/
+10
*
Make sure we use RAND_bytes_ex and RAND_priv_bytes_ex in libssl
Matt Caswell
2020-01-24
1
-2
/
+2
*
Replace BUF_ string function calls with OPENSSL_ ones
Rich Salz
2019-10-17
1
-1
/
+1
*
Reorganize local header files
Dr. Matthias St. Pierre
2019-09-28
1
-1
/
+1
*
API to get negotiated key exchange algorithm in TLS1.3
raja-ashok
2019-08-06
1
-5
/
+5
*
Fix the return value for SSL_get0_chain_certs()
Matt Caswell
2019-07-17
1
-0
/
+1
*
Following the previous 2 commits also move ecpointformats out of session
Matt Caswell
2019-06-18
1
-4
/
+3
*
Fix a race condition in supported groups handling
Matt Caswell
2019-06-18
1
-2
/
+2
*
Fix no-ec with no-dh
Matt Caswell
2019-06-17
1
-0
/
+6
*
Allow TLSv1.3 in a no-ec build
Matt Caswell
2019-06-17
1
-4
/
+2
*
Fix no-dh
Matt Caswell
2019-06-13
1
-1
/
+3
*
TLS1.3 FFDHE Support
raja-ashok
2019-06-12
1
-16
/
+76
*
Fix no-srp
Matt Caswell
2019-05-01
1
-4
/
+1
[next]