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
*
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
*
EVP & TLS: Add necessary EC_KEY data extraction functions, and use them
Richard Levitte
2020-04-08
1
-29
/
+32
*
Give a better error if we can't find a sig alg
Matt Caswell
2020-03-30
1
-2
/
+2
*
Use a fetched cipher when decrypting a ticket in libssl
Matt Caswell
2020-03-26
1
-4
/
+12
*
Constify various mostly X509-related parameter types in crypto/ and apps/
Dr. David von Oheimb
2020-03-23
1
-1
/
+1
*
Deprecate the low level RSA functions.
Pauli
2020-02-20
1
-7
/
+5
*
Check that ed25519 and ed448 are allowed by the security level
Kurt Roeckx
2020-02-11
1
-18
/
+41
*
Explicitly fetch ciphers and digests in libssl
Matt Caswell
2020-02-06
1
-11
/
+14
*
TLS: use EVP for HMAC throughout libssl.
Pauli
2020-01-29
1
-12
/
+148
*
Check that the default signature type is allowed
Kurt Roeckx
2020-01-25
1
-4
/
+12
*
Workaround for Windows-based GOST implementations
Dmitry Belyavskiy
2019-11-10
1
-0
/
+20
*
Reorganize local header files
Dr. Matthias St. Pierre
2019-09-28
1
-1
/
+1
*
Fix bogus check for EVP_PKEY_supports_digest_nid() in check_cert_usable()
David Woodhouse
2019-08-27
1
-28
/
+26
*
Fix SSL_check_chain()
Matt Caswell
2019-08-09
1
-71
/
+152
*
API to get negotiated key exchange algorithm in TLS1.3
raja-ashok
2019-08-06
1
-0
/
+7
*
Remove tab characters from C source files.
Pauli
2019-07-16
1
-2
/
+2
*
Move 'shared_sigalgs' from cert_st to ssl_st
Benjamin Kaduk
2019-06-26
1
-31
/
+29
*
Following the previous 2 commits also move ecpointformats out of session
Matt Caswell
2019-06-18
1
-3
/
+3
*
Fix no-ec with no-dh
Matt Caswell
2019-06-17
1
-15
/
+37
*
Allow TLSv1.3 in a no-ec build
Matt Caswell
2019-06-17
1
-81
/
+97
*
TLS1.3 FFDHE Support
raja-ashok
2019-06-12
1
-51
/
+85
*
Collapse ssl3_state_st (s3) into ssl_st
Todd Short
2019-04-29
1
-68
/
+68
*
Use (D)TLS_MAX_VERSION_INTERNAL internally
Kurt Roeckx
2018-12-15
1
-1
/
+1
*
Following the license change, modify the boilerplates in ssl/
Richard Levitte
2018-12-06
1
-1
/
+1
*
Fix no-ec and no-tls1_2
Matt Caswell
2018-11-14
1
-0
/
+2
*
Added missing signature algorithm reflection functions
Viktor Dukhovni
2018-11-12
1
-0
/
+8
*
Don't negotiate TLSv1.3 if our EC cert isn't TLSv1.3 capable
Matt Caswell
2018-11-12
1
-0
/
+31
*
Add EVP_PKEY_supports_digest_nid()
David Woodhouse
2018-11-10
1
-25
/
+30
*
Honour mandatory digest on private key in has_usable_cert()
David Woodhouse
2018-11-10
1
-3
/
+18
*
Give a better error if an attempt is made to set a zero length groups list
Matt Caswell
2018-11-08
1
-0
/
+4
*
Don't use an RSA-PSS cert for RSA key exchange
Matt Caswell
2018-09-04
1
-3
/
+7
*
Use the same min-max version range on the client consistently
Matt Caswell
2018-08-22
1
-1
/
+1
*
Check that the public key OID matches the sig alg
Matt Caswell
2018-07-18
1
-1
/
+9
*
Do not use GOST sig algs in TLSv1.3 where possible
Matt Caswell
2018-07-13
1
-0
/
+41
*
Check return from BN_set_word.
Pauli
2018-06-29
1
-3
/
+6
*
Fix EAP-FAST
Matt Caswell
2018-06-07
1
-5
/
+7
*
Send GOST SignatureAlgorithms when TLS 1.2 in use
Dmitry Belyavskiy
2018-05-30
1
-1
/
+6
*
Bugfix: GOST2012 certificates for GOST ciphersuites were broken.
Dmitry Belyavskiy
2018-05-30
1
-0
/
+15
*
Set sess to NULL after freeing it.
Kurt Roeckx
2018-05-12
1
-0
/
+1
*
Rework the decrypt ticket callback
Matt Caswell
2018-05-11
1
-46
/
+84
*
Fix ticket callbacks in TLSv1.3
Matt Caswell
2018-05-11
1
-77
/
+66
*
Fix the MAX_CURVELIST definition
Matt Caswell
2018-04-25
1
-1
/
+1
*
Allow TLSv1.3 EC certs to use compressed points
Matt Caswell
2018-04-24
1
-7
/
+7
*
Set error code on alloc failures
Rich Salz
2018-04-03
1
-10
/
+16
*
Tolerate a Certificate using a non-supported group on server side
Matt Caswell
2018-03-28
1
-9
/
+15
*
Place ticket keys into secure memory
Todd Short
2018-03-19
1
-3
/
+3
[next]