summaryrefslogtreecommitdiffstats
path: root/LICENSE (unfollow)
Commit message (Expand)AuthorFilesLines
2017-06-23Fix another EVP_DigestVerify() instanceMatt Caswell1-4/+1
2017-06-23Treat all failures from EVP_DigestVerify() as a bad signatureMatt Caswell1-5/+1
2017-06-23Fix the constant time 64 testMatt Caswell1-2/+2
2017-06-22Remove uses of the TEST_check macro.Pauli6-95/+114
2017-06-22Fix OBJ_create() to tolerate a NULL sn and lnMatt Caswell1-1/+2
2017-06-22Fix tls1_generate_master_secretAlexey Komnin1-2/+2
2017-06-22Fix the names of ChaCha20-Poly1305 cipher suites in t1_trce.c.David Benjamin1-7/+7
2017-06-22TAP line filter BIO.Pauli9-56/+210
2017-06-22Configure: give config targets the possibility to enable or disable featuresRichard Levitte3-19/+49
2017-06-22Remove duplicate see also reference to BIO_s_mem.Pauli1-2/+1
2017-06-21Add OCSP_resp_get1_id() accessorSascha Steinbiss4-2/+34
2017-06-21Avoid compiler complainingPaul Yang1-4/+4
2017-06-21Add documentation for the SSL_export_keying_material() functionMatt Caswell3-7/+68
2017-06-21sha/asm/sha512p8-ppc.pl: add POWER8 performance data.Andy Polyakov1-0/+9
2017-06-21Add Keccak-1600 modules for PPC64 and POWER8.Andy Polyakov2-0/+1607
2017-06-21Fix DTLS failure when used in a build which has SCTP enabledMatt Caswell3-7/+17
2017-06-21PSK related tweaks based on review feedbackMatt Caswell8-52/+57
2017-06-21Use constants rather than macros for the cipher bytes in the appsMatt Caswell3-6/+8
2017-06-21Add some tests for the new TLSv1.3 PSK codeMatt Caswell3-0/+187
2017-06-21Fix some bugs in the TLSv1.3 PSK codeMatt Caswell2-3/+13
2017-06-21Make the input parameters for SSL_SESSION_set1_master_key constMatt Caswell3-4/+4
2017-06-21Document SSL_set_psk_find_session_callback() and SSL_CTX equivalentMatt Caswell3-1/+8
2017-06-21Document SSL_set_psk_use_session_callback() and SSL_CTX equivalentMatt Caswell3-45/+154
2017-06-21Tweak the client side PSK callbackMatt Caswell1-7/+14
2017-06-21Add documentation for SSL_CTX_set_psk_use_session_callback()Matt Caswell2-1/+8
2017-06-21Document SSL_CIPHER_get_handshake_digest()Matt Caswell1-9/+22
2017-06-21Document SSL_SESSION_set_protocol_version()Matt Caswell1-4/+16
2017-06-21Document SSL_SESSION_set1_master_key()Matt Caswell1-7/+22
2017-06-21Add documentation for SSL_SESSION_set_cipher()Matt Caswell1-4/+20
2017-06-21Fix no-pskMatt Caswell4-25/+16
2017-06-21Add the ability to set a TLSv1.3 PSK via just the key bytesMatt Caswell2-9/+97
2017-06-21Add SSL_SESSION_set_protocol_version()Matt Caswell3-0/+9
2017-06-21Add SSL_SESSION_set_cipher()Matt Caswell3-0/+8
2017-06-21Add SSL_SESSION_set1_master_key()Matt Caswell3-0/+16
2017-06-21Add the ability to use a server side TLSv1.3 external PSK in s_serverMatt Caswell1-3/+39
2017-06-21Add the ability to use a client side TLSv1.3 external PSK in s_clientMatt Caswell1-0/+45
2017-06-21Add a function to get the handshake digest for an SSL_CIPHERMatt Caswell3-0/+12
2017-06-21Add public API functions for setting TLSv1.3 PSK callbacksMatt Caswell3-0/+35
2017-06-21Add TLSv1.3 client side external PSK supportMatt Caswell8-58/+170
2017-06-21Add TLSv1.3 server side external PSK supportMatt Caswell6-52/+81
2017-06-21Add ecstress testRich Salz3-1/+189