summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2017-06-21Document SSL_set_psk_find_session_callback() and SSL_CTX equivalentMatt Caswell
2017-06-21Document SSL_set_psk_use_session_callback() and SSL_CTX equivalentMatt Caswell
2017-06-21Tweak the client side PSK callbackMatt Caswell
2017-06-21Add documentation for SSL_CTX_set_psk_use_session_callback()Matt Caswell
2017-06-21Document SSL_CIPHER_get_handshake_digest()Matt Caswell
2017-06-21Document SSL_SESSION_set_protocol_version()Matt Caswell
2017-06-21Document SSL_SESSION_set1_master_key()Matt Caswell
2017-06-21Add documentation for SSL_SESSION_set_cipher()Matt Caswell
2017-06-21Fix no-pskMatt Caswell
2017-06-21Add the ability to set a TLSv1.3 PSK via just the key bytesMatt Caswell
2017-06-21Add SSL_SESSION_set_protocol_version()Matt Caswell
2017-06-21Add SSL_SESSION_set_cipher()Matt Caswell
2017-06-21Add SSL_SESSION_set1_master_key()Matt Caswell
2017-06-21Add the ability to use a server side TLSv1.3 external PSK in s_serverMatt Caswell
2017-06-21Add the ability to use a client side TLSv1.3 external PSK in s_clientMatt Caswell
2017-06-21Add a function to get the handshake digest for an SSL_CIPHERMatt Caswell
2017-06-21Add public API functions for setting TLSv1.3 PSK callbacksMatt Caswell
2017-06-21Add TLSv1.3 client side external PSK supportMatt Caswell
2017-06-21Add TLSv1.3 server side external PSK supportMatt Caswell
2017-06-21Add ecstress testRich Salz
2017-06-21Add sha/asm/keccak1600-c64x.plAndy Polyakov
2017-06-21Add constant-time 64Rich Salz
2017-06-21Use EVP_PKEY_X25519, EVP_PKEY_ED25519 instead of NIDs where appropriate.Dr. Stephen Henson
2017-06-21Update test config fileDr. Stephen Henson
2017-06-21Add Ed25519 TLS 1.3 and 1.2 testsDr. Stephen Henson
2017-06-21Add Ed25519 EE certificatesDr. Stephen Henson
2017-06-21Ed25519 support for mkcert.shDr. Stephen Henson
2017-06-21Allow Ed25519 in TLS 1.2Dr. Stephen Henson
2017-06-21Convert key exchange to one shot callDr. Stephen Henson
2017-06-21Print Ed25519 in s_client/s_serverDr. Stephen Henson
2017-06-21Add Ed25519 to trace outputDr. Stephen Henson
2017-06-21Handle signature algorithms with no associated digestDr. Stephen Henson
2017-06-21Add Ed25519 signature algorithmDr. Stephen Henson
2017-06-21Add Ed25519 to signature algorithm tableDr. Stephen Henson
2017-06-21Add index for ED25519Dr. Stephen Henson
2017-06-21Use X509_get_signature_info to get signature strength.Dr. Stephen Henson
2017-06-21Recognise Ed25519 in X509_certificate_typeDr. Stephen Henson
2017-06-21Merge Nokia copyright notice into standardRich Salz
2017-06-21Reformat progs.pl; add ARIA supportRich Salz
2017-06-21Remove OSSLzu macros and use %zu in the test framework (via BIO_printf).Pauli
2017-06-20Ensure a space after colon in enc -vRich Salz
2017-06-20Add parentheses around macro argument of OSSL_NELEM.Bernd Edlinger
2017-06-20Modify Sun copyright to follow OpenSSL styleRich Salz
2017-06-20Declare a new x509v3 extension: x509ExtAdmissionFdaSilvaYY
2017-06-20Fix typo (note by oneton@users.github)Rich Salz
2017-06-20Add RAND_UNIMPLEMENTED error codeRich Salz
2017-06-20Make clear error message if opt_<number> failsPaul Yang
2017-06-19Address style issues.Pauli
2017-06-19Address double error and OSSLzu comments.Pauli
2017-06-19Put error output back.Pauli