summaryrefslogtreecommitdiffstats
path: root/util
AgeCommit message (Expand)Author
2017-03-16Remove unused typedefs from indent configBenjamin Kaduk
2017-03-16Remove some unused PEM structuresBenjamin Kaduk
2017-03-15Forgotten 'make update'Richard Levitte
2017-03-15Fix a hang in tests that use sessionfileMatt Caswell
2017-03-15VMS: don't use /DSF, turn off CALL_DEBUG insteadRichard Levitte
2017-03-14VMS: throw away [.util]shareable_image_wrap.c.in and add replacement scriptsRichard Levitte
2017-03-12Fix some doc nitsRich Salz
2017-03-11Fix many doc L<> errorsRich Salz
2017-03-10Add a test to check that if a PSK extension is not last then we failMatt Caswell
2017-03-06util/process_docs.pl: make it possible to add a suffix to man docsRichard Levitte
2017-03-04Add a test for TLSv1.3 cookiesMatt Caswell
2017-03-02Rename SSL_write_early() to SSL_write_early_data()Matt Caswell
2017-03-02Rename SSL_read_early() to SSL_read_early_data()Matt Caswell
2017-03-02Make SSL_write_early_finish() an internal only functionMatt Caswell
2017-03-02Add a SSL_SESSION_get_max_early_data() functionMatt Caswell
2017-03-02Construct the server side early_data extensionMatt Caswell
2017-03-02Provide an SSL_read_early() function for reading early dataMatt Caswell
2017-03-02Provide functions to write early dataMatt Caswell
2017-03-02Construct the ticket_early_data_info extensionMatt Caswell
2017-02-28Code health: make updateRichard Levitte
2017-02-28Code health: Remove VAX exceptions in util/mkdef.plRichard Levitte
2017-02-28More Configure cleanup. RemoveEmilia Kasper
2017-02-26Add a null UI methodRichard Levitte
2017-02-23Add SSL_CTX early callbackBenjamin Kaduk
2017-02-23Export SSL_bytes_to_cipher_list()Benjamin Kaduk
2017-02-21Implementation of the ARIA cipher as described in RFC 5794.Pauli
2017-02-17Add a SSL_get_key_update_type() functionMatt Caswell
2017-02-17Provide a function to send a KeyUpdate messageMatt Caswell
2017-02-14Update TLSProxy to know about HelloRetryRequest messagesMatt Caswell
2017-02-14Update the key_share tests for HelloRetryRequestMatt Caswell
2017-02-01Add support for parameterized SipHashTodd Short
2017-01-30make updateDr. Stephen Henson
2017-01-30Add a capability for TLSProxy to wait for a session before killing s_clientMatt Caswell
2017-01-30Add support for the psk_key_exchange_modes extensionMatt Caswell
2017-01-26Better check of DH parameters in TLS dataRichard Levitte
2017-01-24Add support for Poly1305 in EVP_PKEYTodd Short
2017-01-23Add support for key logging callbacks.Cory Benfield
2017-01-23Check the exit code from the server processBernd Edlinger
2017-01-18Clean dead macros and definesFdaSilvaYY
2017-01-12GH2176: Add X509_VERIFY_PARAM_get_timeRich Salz
2017-01-11make updateRichard Levitte
2017-01-10Teach TLSProxy how to re-encrypt a TLSv1.3 message after changesMatt Caswell
2017-01-10Extend ServerKeyExchange parsing to work with a signatureMatt Caswell
2017-01-10Teach TLSProxy about the CertificateVerify messageMatt Caswell
2017-01-09Doc nits: callback function typedefsRich Salz
2017-01-08make updateDr. Stephen Henson
2017-01-06Create Certificate messages in TLS1.3 formatMatt Caswell
2016-12-29Add a test to check the EC point formats extension appears when we expectMatt Caswell
2016-12-13Add X509_VERIFY_PARAM inheritance flag set/getRich Salz
2016-12-13Fix various doc nits.Rich Salz