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
*
Ensure libssl uses the new library context aware CT code
Matt Caswell
2020-04-09
1
-2
/
+2
*
Explicitly cache the X509v3_extensions in one more place in libssl
Matt Caswell
2020-04-09
1
-0
/
+6
*
Use X509_STORE_CTX_new_with_libctx() in libssl
Matt Caswell
2020-04-09
2
-3
/
+4
*
TLS: Temporarly downgrade newly generated EVP_PKEYs to legacy
Richard Levitte
2020-04-08
4
-0
/
+120
*
EVP & TLS: Add necessary EC_KEY data extraction functions, and use them
Richard Levitte
2020-04-08
3
-35
/
+36
*
TLS Cipher Suite 0xC102 Support
Nikolay Morozov
2020-04-02
3
-5
/
+23
*
Make sure we use the libctx when creating an EVP_PKEY_CTX in libssl
Matt Caswell
2020-04-01
1
-3
/
+28
*
Use EVP_DigestSignInit_ex and EVP_DigestVerifyInit_ex in libssl
Matt Caswell
2020-04-01
6
-8
/
+21
*
Don't double free a DH object
Matt Caswell
2020-04-01
1
-1
/
+2
*
Give a better error if we can't find a sig alg
Matt Caswell
2020-03-30
1
-2
/
+2
*
Explicitly cache X509v3 extensions in libssl
Matt Caswell
2020-03-30
3
-2
/
+25
*
Don't attempt to up-ref an EVP_CIPHER if it is NULL
Matt Caswell
2020-03-30
1
-1
/
+4
*
Update libssl to use the new library context aware SRP functions
Matt Caswell
2020-03-27
1
-12
/
+18
*
Ignore some fetch failures
Matt Caswell
2020-03-27
1
-3
/
+13
*
Use a fetched cipher for the TLSv1.3 early secret
Matt Caswell
2020-03-26
3
-19
/
+46
*
Use a fetched cipher when decrypting a ticket in libssl
Matt Caswell
2020-03-26
1
-4
/
+12
*
Make sure we use a fetched cipher when encrypting stateless tickets
Matt Caswell
2020-03-24
1
-1
/
+10
*
Use a fetched version of SHA256 in tls_process_new_session_ticket()
Matt Caswell
2020-03-24
2
-3
/
+15
*
Use correct libctx when fetching the TLS1 PRF in libssl
Matt Caswell
2020-03-23
1
-1
/
+1
*
Use the libctx and properties when constructing an EVP_PKEY_CTX
Matt Caswell
2020-03-23
1
-1
/
+2
*
Constify various mostly X509-related parameter types in crypto/ and apps/
Dr. David von Oheimb
2020-03-23
1
-1
/
+1
*
Use a flag in SSL3_BUFFER to track when an application buffer is reused.
John Baldwin
2020-03-16
4
-1
/
+8
*
Code to thread-safety in ChangeCipherState
Benjamin Kaduk
2020-03-13
1
-1
/
+9
*
Don't write to the session when computing TLS 1.3 keys
Benjamin Kaduk
2020-03-13
2
-2
/
+6
*
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
4
-12
/
+13
*
Deprecate the low level RSA functions.
Pauli
2020-02-20
1
-7
/
+5
*
Handle max_fragment_length overflow for DTLS
Simon Cornish
2020-02-19
1
-2
/
+8
*
Fix coverity issues
Shane Lontis
2020-02-13
1
-1
/
+1
*
Fix a mem leak in libssl
Matt Caswell
2020-02-13
1
-2
/
+12
*
Check that ed25519 and ed448 are allowed by the security level
Kurt Roeckx
2020-02-11
1
-18
/
+41
*
Fix no-engine
Matt Caswell
2020-02-08
1
-0
/
+4
*
Use the OPENSSL_CTX and property query string in EVP_PKEY_CTX
Matt Caswell
2020-02-06
5
-11
/
+23
*
Explicitly fetch ciphers and digests in libssl
Matt Caswell
2020-02-06
15
-171
/
+324
*
Params: change UTF8 construct calls to avoid explicit strlen(3) calls.
Pauli
2020-02-06
2
-3
/
+3
*
Detect EOF while reading in libssl
Matt Caswell
2020-02-04
2
-1
/
+9
*
Don't acknowledge a servername following warning alert in servername cb
Matt Caswell
2020-01-30
1
-0
/
+1
*
Fix SSL_get_servername() and SNI behaviour
Matt Caswell
2020-01-30
3
-22
/
+86
*
TLS: use EVP for HMAC throughout libssl.
Pauli
2020-01-29
4
-29
/
+220
*
Check that the default signature type is allowed
Kurt Roeckx
2020-01-25
2
-5
/
+13
*
Make sure we use RAND_bytes_ex and RAND_priv_bytes_ex in libssl
Matt Caswell
2020-01-24
6
-18
/
+22
*
Introduce SSL_CTX_new_with_libex()
Matt Caswell
2020-01-22
2
-8
/
+27
*
libssl: Eliminate as much use of EVP_PKEY_size() as possible
Matt Caswell
2020-01-19
3
-64
/
+40
*
Deprecate the low level MD5 functions.
Pauli
2020-01-19
1
-1
/
+1
*
Deprecate the low level SHA functions.
Pauli
2020-01-19
1
-0
/
+6
*
Update tls13_enc.c
dcruette
2020-01-02
1
-1
/
+1
*
Deprecate most of debug-memory
Rich Salz
2019-12-14
1
-7
/
+0
*
Parse large GOST ClientKeyExchange messages
Dmitry Belyavskiy
2019-12-13
1
-31
/
+38
*
Fix some typos
Veres Lajos
2019-12-11
3
-6
/
+6
*
Move constant time RSA code out of libssl
Matt Caswell
2019-12-05
1
-93
/
+47
[next]