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
*
Fix use-after-free in BIO_C_SET_SSL callback
Dr. Matthias St. Pierre
2020-05-07
1
-0
/
+1
*
SSL_OP_DISABLE_TLSEXT_CA_NAMES option implementation
Nikolay Morozov
2020-05-07
2
-3
/
+4
*
Don't offer or accept ciphersuites that we can't support
Matt Caswell
2020-05-06
1
-2
/
+10
*
Fix up whitespace nits introduced by PR #11416
Benjamin Kaduk
2020-05-06
2
-7
/
+7
*
Add SSL_new_session_ticket() API
Benjamin Kaduk
2020-05-02
4
-6
/
+29
*
Fix whitespace nit in ossl_statem_server_pre_work
Benjamin Kaduk
2020-05-02
1
-1
/
+2
*
coverity 1462581 Dereference after null check
Pauli
2020-04-30
1
-1
/
+4
*
coverity 1462570 Resource leak
Pauli
2020-04-30
1
-0
/
+1
*
Fix GOST curve sec bits
Nikolay Morozov
2020-04-28
1
-7
/
+7
*
In OpenSSL builds, declare STACK for datatypes ...
Rich Salz
2020-04-24
15
-0
/
+52
*
Update copyright year
Matt Caswell
2020-04-23
24
-24
/
+24
*
GOST2012 TLS Supported Groups Identifiers Support
Nikolay Morozov
2020-04-22
2
-0
/
+25
*
Fix test_ssl_new test failure
Matt Caswell
2020-04-21
1
-4
/
+6
*
Fix NULL dereference in SSL_check_chain() for TLS 1.3
Benjamin Kaduk
2020-04-21
1
-1
/
+1
*
Use a fetched MD if appropriate in ssl3_cbc_digest_record
Matt Caswell
2020-04-20
3
-9
/
+16
*
Use the libctx for all EVP_PKEY_CTX operations
Matt Caswell
2020-04-19
3
-83
/
+39
*
GOST2012 TLS ClientCertificateType Identifiers support
Nikolay Morozov
2020-04-18
1
-2
/
+4
*
TLSEXT_SIGALG_gostr34102012 0x0840 and 0x0841 support
Nikolay Morozov
2020-04-16
3
-2
/
+16
*
Make sure we always send an alert in libssl if we hit a fatal error
Matt Caswell
2020-04-15
1
-1
/
+3
*
Make sure we use the libctx in libssl when loading PrivateKeys
Matt Caswell
2020-04-15
1
-9
/
+15
*
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
[next]