summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix travis clang-3.9 buildsMatt Caswell2017-06-232-29/+23
* Fix another EVP_DigestVerify() instanceMatt Caswell2017-06-231-4/+1
* Treat all failures from EVP_DigestVerify() as a bad signatureMatt Caswell2017-06-231-5/+1
* Fix the constant time 64 testMatt Caswell2017-06-231-2/+2
* Remove uses of the TEST_check macro.Pauli2017-06-226-95/+114
* Fix OBJ_create() to tolerate a NULL sn and lnMatt Caswell2017-06-221-1/+2
* Fix tls1_generate_master_secretAlexey Komnin2017-06-221-2/+2
* Fix the names of ChaCha20-Poly1305 cipher suites in t1_trce.c.David Benjamin2017-06-221-7/+7
* TAP line filter BIO.Pauli2017-06-229-56/+210
* Configure: give config targets the possibility to enable or disable featuresRichard Levitte2017-06-223-19/+49
* Remove duplicate see also reference to BIO_s_mem.Pauli2017-06-221-2/+1
* Add OCSP_resp_get1_id() accessorSascha Steinbiss2017-06-214-2/+34
* Avoid compiler complainingPaul Yang2017-06-211-4/+4
* Add documentation for the SSL_export_keying_material() functionMatt Caswell2017-06-213-7/+68
* sha/asm/sha512p8-ppc.pl: add POWER8 performance data.Andy Polyakov2017-06-211-0/+9
* Add Keccak-1600 modules for PPC64 and POWER8.Andy Polyakov2017-06-212-0/+1607
* Fix DTLS failure when used in a build which has SCTP enabledMatt Caswell2017-06-213-7/+17
* PSK related tweaks based on review feedbackMatt Caswell2017-06-218-52/+57
* Use constants rather than macros for the cipher bytes in the appsMatt Caswell2017-06-213-6/+8
* Add some tests for the new TLSv1.3 PSK codeMatt Caswell2017-06-213-0/+187
* Fix some bugs in the TLSv1.3 PSK codeMatt Caswell2017-06-212-3/+13
* Make the input parameters for SSL_SESSION_set1_master_key constMatt Caswell2017-06-213-4/+4
* Document SSL_set_psk_find_session_callback() and SSL_CTX equivalentMatt Caswell2017-06-213-1/+8
* Document SSL_set_psk_use_session_callback() and SSL_CTX equivalentMatt Caswell2017-06-213-45/+154
* Tweak the client side PSK callbackMatt Caswell2017-06-211-7/+14
* Add documentation for SSL_CTX_set_psk_use_session_callback()Matt Caswell2017-06-212-1/+8
* Document SSL_CIPHER_get_handshake_digest()Matt Caswell2017-06-211-9/+22
* Document SSL_SESSION_set_protocol_version()Matt Caswell2017-06-211-4/+16
* Document SSL_SESSION_set1_master_key()Matt Caswell2017-06-211-7/+22
* Add documentation for SSL_SESSION_set_cipher()Matt Caswell2017-06-211-4/+20
* Fix no-pskMatt Caswell2017-06-214-25/+16
* Add the ability to set a TLSv1.3 PSK via just the key bytesMatt Caswell2017-06-212-9/+97
* Add SSL_SESSION_set_protocol_version()Matt Caswell2017-06-213-0/+9
* Add SSL_SESSION_set_cipher()Matt Caswell2017-06-213-0/+8
* Add SSL_SESSION_set1_master_key()Matt Caswell2017-06-213-0/+16
* Add the ability to use a server side TLSv1.3 external PSK in s_serverMatt Caswell2017-06-211-3/+39
* Add the ability to use a client side TLSv1.3 external PSK in s_clientMatt Caswell2017-06-211-0/+45
* Add a function to get the handshake digest for an SSL_CIPHERMatt Caswell2017-06-213-0/+12
* Add public API functions for setting TLSv1.3 PSK callbacksMatt Caswell2017-06-213-0/+35
* Add TLSv1.3 client side external PSK supportMatt Caswell2017-06-218-58/+170
* Add TLSv1.3 server side external PSK supportMatt Caswell2017-06-216-52/+81
* Add ecstress testRich Salz2017-06-213-1/+189
* Add sha/asm/keccak1600-c64x.plAndy Polyakov2017-06-211-0/+882
* Add constant-time 64Rich Salz2017-06-212-29/+105
* Use EVP_PKEY_X25519, EVP_PKEY_ED25519 instead of NIDs where appropriate.Dr. Stephen Henson2017-06-217-20/+23
* Update test config fileDr. Stephen Henson2017-06-211-109/+190
* Add Ed25519 TLS 1.3 and 1.2 testsDr. Stephen Henson2017-06-211-1/+70
* Add Ed25519 EE certificatesDr. Stephen Henson2017-06-214-0/+52
* Ed25519 support for mkcert.shDr. Stephen Henson2017-06-211-0/+1
* Allow Ed25519 in TLS 1.2Dr. Stephen Henson2017-06-214-11/+30