index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ssl
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Only disabled what we need to in a no-dh build
Matt Caswell
2020-11-18
5
-19
/
+11
*
Implement a replacement for SSL_set_tmp_dh()
Matt Caswell
2020-11-18
4
-36
/
+62
*
Disable the DHParameters config option in a no-deprecated build
Matt Caswell
2020-11-18
1
-2
/
+3
*
Remove DH usage from tls_process_cke_dhe
Matt Caswell
2020-11-18
1
-12
/
+1
*
Remove DH usage in tls_construct_server_key_exchange()
Matt Caswell
2020-11-18
1
-18
/
+22
*
Avoid the use of a DH object in tls_construct_cke_dhe()
Matt Caswell
2020-11-18
1
-21
/
+27
*
Deprecate SSL_CTRL_SET_TMP_DH and other related ctrls
Matt Caswell
2020-11-18
4
-28
/
+31
*
Convert TLS ServerKeyExchange processing to use an EVP_PKEY
Matt Caswell
2020-11-18
1
-39
/
+33
*
Convert TLS auto DH parameters to use EVP_PKEY
Matt Caswell
2020-11-18
3
-26
/
+34
*
SSL: refactor all SSLfatal() calls
Richard Levitte
2020-11-11
26
-2179
/
+1054
*
SSL: refactor ossl_statem_fatal() and SSLfatal()
Richard Levitte
2020-11-11
2
-13
/
+16
*
Convert all {NAME}err() in ssl/ to their corresponding ERR_raise() call
Richard Levitte
2020-11-11
27
-370
/
+340
*
Adjust error reason for ssl_get_min_max_version() failure
Benjamin Kaduk
2020-11-02
1
-2
/
+2
*
Clear error queue entries from bad DLTS records
Benjamin Kaduk
2020-11-02
1
-0
/
+8
*
Unify ssl3_get_cipher_by_std_name() implementation
Benjamin Kaduk
2020-10-29
1
-13
/
+5
*
Ensure we raise SSLfatal on error
Matt Caswell
2020-10-26
1
-1
/
+1
*
Rename EVP_MAC_size() to EVP_MAC_CTX_get_mac_size().
Shane Lontis
2020-10-22
1
-1
/
+1
*
Rename EVP_PKEY_set1_tls_encodedpoint to EVP_PKEY_set1_encoded_public_key
Matt Caswell
2020-10-20
4
-14
/
+14
*
Pass an EVP_PKEY for SSL_SECOP_TMP_DH in the security callback
Matt Caswell
2020-10-16
1
-1
/
+1
*
Concentrate deprecated libssl API usage in one file
Matt Caswell
2020-10-16
8
-89
/
+179
*
Update copyright year
Matt Caswell
2020-10-15
1
-1
/
+1
*
Rename OPENSSL_CTX prefix to OSSL_LIB_CTX
Dr. Matthias St. Pierre
2020-10-15
7
-23
/
+23
*
[ssl] Support ssl_encapsulate on server side
Nicola Tuveri
2020-10-14
3
-26
/
+149
*
[ssl] Support ssl_decapsulate on client side
Nicola Tuveri
2020-10-14
3
-34
/
+123
*
Define OSSL_CAPABILITY_TLS_GROUP_IS_KEM
Nicola Tuveri
2020-10-14
2
-0
/
+9
*
Fixed typo in ssl_lib.c
Ikko Ashimine
2020-10-13
1
-1
/
+1
*
Use size of target buffer for allocation
Benny Baumann
2020-10-07
1
-1
/
+1
*
TLS AEAD ciphers: more bytes for key_block than needed
Maxim Masiutin
2020-10-02
1
-9
/
+15
*
Run the withlibctx.pl script
Matt Caswell
2020-10-01
10
-81
/
+67
*
optimise ssl3_get_cipher_by_std_name()
hklaas
2020-09-27
1
-2
/
+1
*
Fix ssl_hmac_new() so that it uses the propq
Shane Lontis
2020-09-23
1
-1
/
+1
*
Support keys with RSA_METHOD_FLAG_NO_CHECK with OCSP sign
Norman Ashley
2020-09-21
1
-26
/
+0
*
Increase PSK_MAX_PSK_LEN to 512
Rutger Hendriks
2020-09-21
1
-1
/
+1
*
Disallow certs with explicit curve in verification chain
Tomas Mraz
2020-09-17
1
-0
/
+1
*
DTLS: free allocated memory on error paths
Pauli
2020-09-15
1
-2
/
+6
*
Ignore unused return values from some sk_*() macros
Matt Caswell
2020-09-13
1
-1
/
+1
*
Fix safestack issues in ct.h
Matt Caswell
2020-09-13
1
-2
/
+0
*
Fix safestack issues in ocsp.h
Matt Caswell
2020-09-13
3
-5
/
+0
*
Fix safestack issues in x509.h
Matt Caswell
2020-09-13
12
-28
/
+0
*
Fix safestack issues in ssl.h
Matt Caswell
2020-09-13
10
-17
/
+0
*
NonStop port updates for 3.0.0.
Randall S. Becker
2020-09-12
1
-0
/
+13
*
TLS fixes for CBC mode and no-deprecated
Pauli
2020-09-09
3
-24
/
+23
*
TLS: remove legacy code path supporting special CBC mode
Pauli
2020-09-09
2
-0
/
+8
*
Convert ssl3_cbc_digest_record() to use EVP_MD_is_a()
Matt Caswell
2020-09-03
1
-14
/
+7
*
Make ssl3_cbc_digest_record() use the real data_size
Matt Caswell
2020-09-03
3
-12
/
+9
*
Start using the provider side TLS HMAC implementation
Matt Caswell
2020-09-03
1
-24
/
+18
*
Add an HMAC implementation that is TLS aware
Matt Caswell
2020-09-03
4
-14
/
+50
*
also zero pad DHE public key in ClientKeyExchange message for interop
Felix Monninger
2020-09-01
1
-5
/
+9
*
Move KTLS inline functions only used by libssl into ssl/ktls.c.
John Baldwin
2020-08-31
3
-1
/
+241
*
Support for KTLS TX on FreeBSD for TLS 1.3.
John Baldwin
2020-08-31
1
-4
/
+0
[next]