index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix travis clang-3.9 builds
Matt Caswell
2017-06-23
2
-29
/
+23
*
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 the constant time 64 test
Matt Caswell
2017-06-23
1
-2
/
+2
*
Remove uses of the TEST_check macro.
Pauli
2017-06-22
6
-95
/
+114
*
Fix OBJ_create() to tolerate a NULL sn and ln
Matt Caswell
2017-06-22
1
-1
/
+2
*
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
*
TAP line filter BIO.
Pauli
2017-06-22
9
-56
/
+210
*
Configure: give config targets the possibility to enable or disable features
Richard Levitte
2017-06-22
3
-19
/
+49
*
Remove duplicate see also reference to BIO_s_mem.
Pauli
2017-06-22
1
-2
/
+1
*
Add OCSP_resp_get1_id() accessor
Sascha Steinbiss
2017-06-21
4
-2
/
+34
*
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
3
-7
/
+68
*
sha/asm/sha512p8-ppc.pl: add POWER8 performance data.
Andy Polyakov
2017-06-21
1
-0
/
+9
*
Add Keccak-1600 modules for PPC64 and POWER8.
Andy Polyakov
2017-06-21
2
-0
/
+1607
*
Fix DTLS failure when used in a build which has SCTP enabled
Matt Caswell
2017-06-21
3
-7
/
+17
*
PSK related tweaks based on review feedback
Matt Caswell
2017-06-21
8
-52
/
+57
*
Use constants rather than macros for the cipher bytes in the apps
Matt Caswell
2017-06-21
3
-6
/
+8
*
Add some tests for the new TLSv1.3 PSK code
Matt Caswell
2017-06-21
3
-0
/
+187
*
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
3
-4
/
+4
*
Document SSL_set_psk_find_session_callback() and SSL_CTX equivalent
Matt Caswell
2017-06-21
3
-1
/
+8
*
Document SSL_set_psk_use_session_callback() and SSL_CTX equivalent
Matt Caswell
2017-06-21
3
-45
/
+154
*
Tweak the client side PSK callback
Matt Caswell
2017-06-21
1
-7
/
+14
*
Add documentation for SSL_CTX_set_psk_use_session_callback()
Matt Caswell
2017-06-21
2
-1
/
+8
*
Document SSL_CIPHER_get_handshake_digest()
Matt Caswell
2017-06-21
1
-9
/
+22
*
Document SSL_SESSION_set_protocol_version()
Matt Caswell
2017-06-21
1
-4
/
+16
*
Document SSL_SESSION_set1_master_key()
Matt Caswell
2017-06-21
1
-7
/
+22
*
Add documentation for SSL_SESSION_set_cipher()
Matt Caswell
2017-06-21
1
-4
/
+20
*
Fix no-psk
Matt Caswell
2017-06-21
4
-25
/
+16
*
Add the ability to set a TLSv1.3 PSK via just the key bytes
Matt Caswell
2017-06-21
2
-9
/
+97
*
Add SSL_SESSION_set_protocol_version()
Matt Caswell
2017-06-21
3
-0
/
+9
*
Add SSL_SESSION_set_cipher()
Matt Caswell
2017-06-21
3
-0
/
+8
*
Add SSL_SESSION_set1_master_key()
Matt Caswell
2017-06-21
3
-0
/
+16
*
Add the ability to use a server side TLSv1.3 external PSK in s_server
Matt Caswell
2017-06-21
1
-3
/
+39
*
Add the ability to use a client side TLSv1.3 external PSK in s_client
Matt Caswell
2017-06-21
1
-0
/
+45
*
Add a function to get the handshake digest for an SSL_CIPHER
Matt Caswell
2017-06-21
3
-0
/
+12
*
Add public API functions for setting TLSv1.3 PSK callbacks
Matt Caswell
2017-06-21
3
-0
/
+35
*
Add TLSv1.3 client side external PSK support
Matt Caswell
2017-06-21
8
-58
/
+170
*
Add TLSv1.3 server side external PSK support
Matt Caswell
2017-06-21
6
-52
/
+81
*
Add ecstress test
Rich Salz
2017-06-21
3
-1
/
+189
*
Add sha/asm/keccak1600-c64x.pl
Andy Polyakov
2017-06-21
1
-0
/
+882
*
Add constant-time 64
Rich Salz
2017-06-21
2
-29
/
+105
*
Use EVP_PKEY_X25519, EVP_PKEY_ED25519 instead of NIDs where appropriate.
Dr. Stephen Henson
2017-06-21
7
-20
/
+23
*
Update test config file
Dr. Stephen Henson
2017-06-21
1
-109
/
+190
*
Add Ed25519 TLS 1.3 and 1.2 tests
Dr. Stephen Henson
2017-06-21
1
-1
/
+70
*
Add Ed25519 EE certificates
Dr. Stephen Henson
2017-06-21
4
-0
/
+52
*
Ed25519 support for mkcert.sh
Dr. Stephen Henson
2017-06-21
1
-0
/
+1
*
Allow Ed25519 in TLS 1.2
Dr. Stephen Henson
2017-06-21
4
-11
/
+30
[next]