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
*
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
*
Don't check errno if ktls_read_record() returned 0.
John Baldwin
2020-08-31
1
-1
/
+1
*
Add helper functions for FreeBSD KTLS.
John Baldwin
2020-08-31
2
-58
/
+10
*
Add a ktls_crypto_info_t typedef.
John Baldwin
2020-08-31
2
-5
/
+3
*
Check whether we have MD5-SHA1 and whether we need it
Matt Caswell
2020-08-29
1
-6
/
+49
*
Improve some error messages if a digest is not available
Matt Caswell
2020-08-29
3
-2
/
+9
*
Ensure libssl creates libctx aware MAC keys
Matt Caswell
2020-08-29
3
-13
/
+29
*
apps: -msg flag enhancement 2/2
Marc
2020-08-27
2
-5
/
+9
*
Fix coverity CID #1465795 - Incorrect free deallocator used in SSL_add1_host()
Shane Lontis
2020-08-24
1
-1
/
+1
*
Appease -Werror=stringop-overflow=
Patrick Steuer
2020-08-13
1
-3
/
+2
*
Avoid segfault in SSL_export_keying_material if there is no session
Tomas Mraz
2020-08-13
1
-1
/
+2
*
Mark SSL_CTX_set_ssl_version() as deprecated in 3.0
Benjamin Kaduk
2020-08-13
1
-0
/
+2
*
Add EVP signature with libctx methods.
Shane Lontis
2020-08-09
6
-21
/
+27
*
rand_drbg: remove RAND_DRBG.
Pauli
2020-08-07
1
-1
/
+0
*
Update copyright year
Matt Caswell
2020-08-06
1
-1
/
+1
*
Disallow setting more than one IP address with SSL_add1_host()
David Woodhouse
2020-08-03
1
-2
/
+21
*
Make SSL_set1_host() and SSL_add1_host() take IP addresses
David Woodhouse
2020-08-03
1
-0
/
+10
*
unify spelling of serialize
Pauli
2020-07-30
1
-1
/
+1
*
Add X509 related libctx changes.
Shane Lontis
2020-07-24
8
-77
/
+147
*
Avoid errors with a priori inapplicable protocol bounds
Viktor Dukhovni
2020-07-21
2
-15
/
+26
*
Update copyright year
Richard Levitte
2020-07-16
2
-2
/
+2
*
Revert "kdf: make function naming consistent."
Matt Caswell
2020-07-16
2
-15
/
+15
*
Revert "The EVP_MAC functions have been renamed for consistency. The EVP_MAC...
Matt Caswell
2020-07-16
2
-7
/
+7
*
deprecate engines in SSL
Pauli
2020-07-16
4
-0
/
+12
*
Add SSL_get[01]_peer_certificate()
Todd Short
2020-07-16
3
-13
/
+14
*
Providerized libssl fallout: cleanup init
Benjamin Kaduk
2020-07-12
1
-61
/
+0
*
Fix an incorrect error flow in add_provider_groups
Matt Caswell
2020-07-08
1
-1
/
+1
*
Add support to zeroize plaintext in S3 record layer
Martin Elshuber
2020-07-07
3
-0
/
+10
*
Ensure TLS padding is added during encryption on the provider side
Matt Caswell
2020-07-06
1
-4
/
+16
*
Convert SSLv3 handling to use provider side CBC/MAC removal
Matt Caswell
2020-07-06
4
-46
/
+97
*
Make libssl start using the TLS provider CBC support
Matt Caswell
2020-07-06
2
-50
/
+141
*
Add provider support for TLS CBC padding and MAC removal
Matt Caswell
2020-07-06
1
-0
/
+2
[next]