index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
LICENSE
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2017-06-23
Fix another EVP_DigestVerify() instance
Matt Caswell
1
-4
/
+1
2017-06-23
Treat all failures from EVP_DigestVerify() as a bad signature
Matt Caswell
1
-5
/
+1
2017-06-23
Fix the constant time 64 test
Matt Caswell
1
-2
/
+2
2017-06-22
Remove uses of the TEST_check macro.
Pauli
6
-95
/
+114
2017-06-22
Fix OBJ_create() to tolerate a NULL sn and ln
Matt Caswell
1
-1
/
+2
2017-06-22
Fix tls1_generate_master_secret
Alexey Komnin
1
-2
/
+2
2017-06-22
Fix the names of ChaCha20-Poly1305 cipher suites in t1_trce.c.
David Benjamin
1
-7
/
+7
2017-06-22
TAP line filter BIO.
Pauli
9
-56
/
+210
2017-06-22
Configure: give config targets the possibility to enable or disable features
Richard Levitte
3
-19
/
+49
2017-06-22
Remove duplicate see also reference to BIO_s_mem.
Pauli
1
-2
/
+1
2017-06-21
Add OCSP_resp_get1_id() accessor
Sascha Steinbiss
4
-2
/
+34
2017-06-21
Avoid compiler complaining
Paul Yang
1
-4
/
+4
2017-06-21
Add documentation for the SSL_export_keying_material() function
Matt Caswell
3
-7
/
+68
2017-06-21
sha/asm/sha512p8-ppc.pl: add POWER8 performance data.
Andy Polyakov
1
-0
/
+9
2017-06-21
Add Keccak-1600 modules for PPC64 and POWER8.
Andy Polyakov
2
-0
/
+1607
2017-06-21
Fix DTLS failure when used in a build which has SCTP enabled
Matt Caswell
3
-7
/
+17
2017-06-21
PSK related tweaks based on review feedback
Matt Caswell
8
-52
/
+57
2017-06-21
Use constants rather than macros for the cipher bytes in the apps
Matt Caswell
3
-6
/
+8
2017-06-21
Add some tests for the new TLSv1.3 PSK code
Matt Caswell
3
-0
/
+187
2017-06-21
Fix some bugs in the TLSv1.3 PSK code
Matt Caswell
2
-3
/
+13
2017-06-21
Make the input parameters for SSL_SESSION_set1_master_key const
Matt Caswell
3
-4
/
+4
2017-06-21
Document SSL_set_psk_find_session_callback() and SSL_CTX equivalent
Matt Caswell
3
-1
/
+8
2017-06-21
Document SSL_set_psk_use_session_callback() and SSL_CTX equivalent
Matt Caswell
3
-45
/
+154
2017-06-21
Tweak the client side PSK callback
Matt Caswell
1
-7
/
+14
2017-06-21
Add documentation for SSL_CTX_set_psk_use_session_callback()
Matt Caswell
2
-1
/
+8
2017-06-21
Document SSL_CIPHER_get_handshake_digest()
Matt Caswell
1
-9
/
+22
2017-06-21
Document SSL_SESSION_set_protocol_version()
Matt Caswell
1
-4
/
+16
2017-06-21
Document SSL_SESSION_set1_master_key()
Matt Caswell
1
-7
/
+22
2017-06-21
Add documentation for SSL_SESSION_set_cipher()
Matt Caswell
1
-4
/
+20
2017-06-21
Fix no-psk
Matt Caswell
4
-25
/
+16
2017-06-21
Add the ability to set a TLSv1.3 PSK via just the key bytes
Matt Caswell
2
-9
/
+97
2017-06-21
Add SSL_SESSION_set_protocol_version()
Matt Caswell
3
-0
/
+9
2017-06-21
Add SSL_SESSION_set_cipher()
Matt Caswell
3
-0
/
+8
2017-06-21
Add SSL_SESSION_set1_master_key()
Matt Caswell
3
-0
/
+16
2017-06-21
Add the ability to use a server side TLSv1.3 external PSK in s_server
Matt Caswell
1
-3
/
+39
2017-06-21
Add the ability to use a client side TLSv1.3 external PSK in s_client
Matt Caswell
1
-0
/
+45
2017-06-21
Add a function to get the handshake digest for an SSL_CIPHER
Matt Caswell
3
-0
/
+12
2017-06-21
Add public API functions for setting TLSv1.3 PSK callbacks
Matt Caswell
3
-0
/
+35
2017-06-21
Add TLSv1.3 client side external PSK support
Matt Caswell
8
-58
/
+170
2017-06-21
Add TLSv1.3 server side external PSK support
Matt Caswell
6
-52
/
+81
2017-06-21
Add ecstress test
Rich Salz
3
-1
/
+189