index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ssl
/
statem
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update copyright year
Matt Caswell
2020-04-23
6
-6
/
+6
*
Make sure we always send an alert in libssl if we hit a fatal error
Matt Caswell
2020-04-15
1
-1
/
+3
*
Use X509_STORE_CTX_new_with_libctx() in libssl
Matt Caswell
2020-04-09
1
-1
/
+2
*
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
1
-5
/
+3
*
Use EVP_DigestSignInit_ex and EVP_DigestVerifyInit_ex in libssl
Matt Caswell
2020-04-01
5
-7
/
+18
*
Don't double free a DH object
Matt Caswell
2020-04-01
1
-1
/
+2
*
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
1
-3
/
+13
*
Use the libctx and properties when constructing an EVP_PKEY_CTX
Matt Caswell
2020-03-23
1
-1
/
+2
*
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
*
Deprecate the low level Diffie-Hellman functions.
Pauli
2020-02-20
2
-8
/
+9
*
Use the OPENSSL_CTX and property query string in EVP_PKEY_CTX
Matt Caswell
2020-02-06
3
-7
/
+9
*
Explicitly fetch ciphers and digests in libssl
Matt Caswell
2020-02-06
5
-11
/
+12
*
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
2
-8
/
+18
*
TLS: use EVP for HMAC throughout libssl.
Pauli
2020-01-29
1
-17
/
+30
*
Make sure we use RAND_bytes_ex and RAND_priv_bytes_ex in libssl
Matt Caswell
2020-01-24
2
-6
/
+9
*
libssl: Eliminate as much use of EVP_PKEY_size() as possible
Matt Caswell
2020-01-19
3
-64
/
+40
*
Parse large GOST ClientKeyExchange messages
Dmitry Belyavskiy
2019-12-13
1
-31
/
+38
*
Move constant time RSA code out of libssl
Matt Caswell
2019-12-05
1
-93
/
+47
*
Fix a race condition in SNI handling
Benjamin Kaduk
2019-11-22
1
-1
/
+1
*
Fix misspelled resumption_label for CHARSET_EBCDIC
Ido Ben-Natan
2019-11-11
1
-1
/
+1
*
ssl/statem/statem_lib.c: make servercontext/clientcontext arrays of chars ins...
Artiom Vaskov
2019-10-10
1
-4
/
+4
*
Explicitly test against NULL; do not use !p or similar
Rich Salz
2019-10-09
1
-1
/
+1
*
'init_buf' memory can be freed when DTLS is used over SCTP (not over UDP).
NaveenShivanna86
2019-10-03
1
-2
/
+13
*
Reorganize local header files
Dr. Matthias St. Pierre
2019-09-28
11
-21
/
+21
*
Don't send a status_request extension in a CertificateRequest message
Matt Caswell
2019-09-06
1
-0
/
+4
*
Add missing EBCDIC strings
opensslonzos-github
2019-08-14
2
-1
/
+16
*
Use allow_early_data_cb from SSL instead of SSL_CTX
raja-ashok
2019-08-01
1
-3
/
+3
*
Avoid using ERR_put_error() directly in OpenSSL code
Richard Levitte
2019-07-31
1
-1
/
+2
*
Don't generate an unnecessary Diffie-Hellman key in TLS 1.3 clients.
David Benjamin
2019-07-25
1
-2
/
+2
*
Remove tab characters from C source files.
Pauli
2019-07-16
1
-1
/
+1
*
Remove function name from errors
Rich Salz
2019-07-16
1
-2
/
+2
*
Revert "Delay setting the sig algs until after the cert_cb has been called"
Benjamin Kaduk
2019-06-26
1
-17
/
+15
*
Following the previous 2 commits also move ecpointformats out of session
Matt Caswell
2019-06-18
3
-14
/
+14
*
Fix a race condition in ciphers handling
Matt Caswell
2019-06-18
1
-8
/
+8
*
Fix a race condition in supported groups handling
Matt Caswell
2019-06-18
1
-5
/
+5
*
Fix no-ec with no-dh
Matt Caswell
2019-06-17
1
-1
/
+2
*
Allow TLSv1.3 in a no-ec build
Matt Caswell
2019-06-17
5
-25
/
+49
*
TLS1.3 FFDHE Support
raja-ashok
2019-06-12
2
-10
/
+20
*
Make EVP_MD_CTX_ctrl() work for legacy use cases (ssl3).
Shane Lontis
2019-06-11
1
-8
/
+14
*
Move digests to providers
Shane Lontis
2019-06-04
1
-6
/
+8
*
Defer sending a KeyUpdate until after pending writes are complete
Matt Caswell
2019-06-03
3
-17
/
+2
*
Collapse ssl3_state_st (s3) into ssl_st
Todd Short
2019-04-29
8
-345
/
+345
*
conn_is_closed should return 1 if get_last_sys_error is WSAECONNRESET
Paul Monson
2019-03-28
1
-0
/
+4
*
Adapt CIPHER_DEBUG to the new generic trace API
Richard Levitte
2019-03-06
1
-7
/
+10
*
Adapt SSL_DEBUG to the new generic trace API
Richard Levitte
2019-03-06
2
-12
/
+9
*
Don't write the tick_identity to the session
Matt Caswell
2019-03-05
4
-21
/
+26
[next]