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 potential crash in tls_construct_finished.
Bernd Edlinger
2017-07-03
1
-1
/
+6
*
Fix a crash in tls_construct_client_certificate.
Bernd Edlinger
2017-07-03
1
-1
/
+6
*
Fix TLSv1.3 exporter
Matt Caswell
2017-07-03
1
-1
/
+1
*
Drop support for OPENSSL_NO_TLS1_3_METHOD
Matt Caswell
2017-06-30
1
-6
/
+0
*
Updates following review of SSL_export_key_material() changes
Matt Caswell
2017-06-29
1
-4
/
+1
*
Update SSL_export_keying_material() for TLSv1.3
Matt Caswell
2017-06-29
3
-1
/
+54
*
ssl_session_dup() missing ext.alpn_session
Todd Short
2017-06-28
1
-0
/
+10
*
Disallow DSA/SHA1/etc. for pure TLS 1.3 ClientHellos
Benjamin Kaduk
2017-06-25
1
-0
/
+6
*
Fix another EVP_DigestVerify() instance
Matt Caswell
2017-06-23
1
-4
/
+1
*
Treat all failures from EVP_DigestVerify() as a bad signature
Matt Caswell
2017-06-23
1
-5
/
+1
*
Fix tls1_generate_master_secret
Alexey Komnin
2017-06-22
1
-2
/
+2
*
Fix the names of ChaCha20-Poly1305 cipher suites in t1_trce.c.
David Benjamin
2017-06-22
1
-7
/
+7
*
Avoid compiler complaining
Paul Yang
2017-06-21
1
-4
/
+4
*
Add documentation for the SSL_export_keying_material() function
Matt Caswell
2017-06-21
1
-3
/
+3
*
Fix DTLS failure when used in a build which has SCTP enabled
Matt Caswell
2017-06-21
1
-4
/
+4
*
PSK related tweaks based on review feedback
Matt Caswell
2017-06-21
3
-20
/
+23
*
Fix some bugs in the TLSv1.3 PSK code
Matt Caswell
2017-06-21
2
-3
/
+13
*
Make the input parameters for SSL_SESSION_set1_master_key const
Matt Caswell
2017-06-21
1
-1
/
+1
*
Add SSL_SESSION_set_protocol_version()
Matt Caswell
2017-06-21
1
-0
/
+6
*
Add SSL_SESSION_set_cipher()
Matt Caswell
2017-06-21
1
-0
/
+6
*
Add SSL_SESSION_set1_master_key()
Matt Caswell
2017-06-21
1
-0
/
+13
*
Add a function to get the handshake digest for an SSL_CIPHER
Matt Caswell
2017-06-21
1
-0
/
+10
*
Add public API functions for setting TLSv1.3 PSK callbacks
Matt Caswell
2017-06-21
1
-0
/
+24
*
Add TLSv1.3 client side external PSK support
Matt Caswell
2017-06-21
5
-58
/
+164
*
Add TLSv1.3 server side external PSK support
Matt Caswell
2017-06-21
5
-52
/
+77
*
Use EVP_PKEY_X25519, EVP_PKEY_ED25519 instead of NIDs where appropriate.
Dr. Stephen Henson
2017-06-21
2
-6
/
+6
*
Allow Ed25519 in TLS 1.2
Dr. Stephen Henson
2017-06-21
4
-11
/
+30
*
Convert key exchange to one shot call
Dr. Stephen Henson
2017-06-21
4
-23
/
+51
*
Add Ed25519 to trace output
Dr. Stephen Henson
2017-06-21
1
-0
/
+1
*
Handle signature algorithms with no associated digest
Dr. Stephen Henson
2017-06-21
3
-23
/
+48
*
Add Ed25519 signature algorithm
Dr. Stephen Henson
2017-06-21
2
-2
/
+6
*
Add Ed25519 to signature algorithm table
Dr. Stephen Henson
2017-06-21
1
-0
/
+3
*
Add index for ED25519
Dr. Stephen Henson
2017-06-21
3
-2
/
+8
*
Use X509_get_signature_info to get signature strength.
Dr. Stephen Henson
2017-06-21
1
-9
/
+8
*
Merge Nokia copyright notice into standard
Rich Salz
2017-06-21
12
-324
/
+12
*
Modify Sun copyright to follow OpenSSL style
Rich Salz
2017-06-20
8
-66
/
+8
*
Tweak the check that a ciphersuite has not changed since the HRR
Matt Caswell
2017-06-16
1
-2
/
+3
*
Fix an uninitialised variable warning
Matt Caswell
2017-06-16
1
-3
/
+3
*
Move ciphersuite selection before session resumption in TLSv1.3
Matt Caswell
2017-06-16
3
-85
/
+93
*
Allow the server to change the ciphersuite on resume
Matt Caswell
2017-06-16
4
-13
/
+49
*
Fix no-ec
Benjamin Kaduk
2017-06-15
1
-2
/
+0
*
Fix a memleak in tls13_generate_secret.
Bernd Edlinger
2017-06-12
1
-1
/
+4
*
Put message strings in state files
Rich Salz
2017-06-12
1
-86
/
+44
*
Add SSL_early_get1_extensions_present()
Benjamin Kaduk
2017-06-12
3
-0
/
+36
*
drop some no-longer-relevant TODO(TLS1.3) entries
Benjamin Kaduk
2017-06-12
1
-3
/
+0
*
If-guard to avoid null ptr deref in statem_srvr.c
Rich Salz
2017-06-11
1
-1
/
+2
*
fix check of broken implementations of GOST ciphersuites
Pichulin Dmitrii
2017-06-09
1
-36
/
+39
*
Fix a bundle of trailing spaces in several files
Paul Yang
2017-06-09
2
-2
/
+2
*
Ignore -named_curve auto value to improve backwards compatibility
Tomas Mraz
2017-06-08
1
-0
/
+8
*
Use memset to clear SRP_CTX instead of NULL and zero assignments
Diego Santa Cruz
2017-06-08
1
-59
/
+7
[next]