aboutsummaryrefslogtreecommitdiff
path: root/util
AgeCommit message (Expand)AuthorFilesLines
2017-03-16Add some HRR testsMatt Caswell2-1/+5
2017-03-16HelloRetryRequest updates for draft-19Matt Caswell1-0/+13
2017-03-16Update the TLSv1.3 version indicator for draft-19Matt Caswell1-8/+8
2017-03-16Remove unused typedefs from indent configBenjamin Kaduk1-42/+0
2017-03-16Remove some unused PEM structuresBenjamin Kaduk1-2/+0
2017-03-15Forgotten 'make update'Richard Levitte1-0/+1
2017-03-15Fix a hang in tests that use sessionfileMatt Caswell1-12/+10
2017-03-15VMS: don't use /DSF, turn off CALL_DEBUG insteadRichard Levitte2-8/+6
2017-03-14VMS: throw away [.util]shareable_image_wrap.c.in and add replacement scriptsRichard Levitte4-116/+61
2017-03-12Fix some doc nitsRich Salz1-0/+3
2017-03-11Fix many doc L<> errorsRich Salz2-102/+87
2017-03-10Add a test to check that if a PSK extension is not last then we failMatt Caswell2-10/+31
2017-03-06util/process_docs.pl: make it possible to add a suffix to man docsRichard Levitte1-1/+12
2017-03-04Add a test for TLSv1.3 cookiesMatt Caswell1-0/+1
2017-03-02Rename SSL_write_early() to SSL_write_early_data()Matt Caswell1-1/+1
2017-03-02Rename SSL_read_early() to SSL_read_early_data()Matt Caswell1-1/+1
2017-03-02Make SSL_write_early_finish() an internal only functionMatt Caswell1-4/+3
2017-03-02Add a SSL_SESSION_get_max_early_data() functionMatt Caswell1-0/+1
2017-03-02Construct the server side early_data extensionMatt Caswell1-0/+1
2017-03-02Provide an SSL_read_early() function for reading early dataMatt Caswell1-0/+1
2017-03-02Provide functions to write early dataMatt Caswell1-0/+2
2017-03-02Construct the ticket_early_data_info extensionMatt Caswell1-0/+4
2017-02-28Code health: make updateRichard Levitte1-11/+11
2017-02-28Code health: Remove VAX exceptions in util/mkdef.plRichard Levitte1-29/+3
2017-02-28More Configure cleanup. RemoveEmilia Kasper2-569/+0
2017-02-26Add a null UI methodRichard Levitte1-0/+1
2017-02-23Add SSL_CTX early callbackBenjamin Kaduk1-0/+8
2017-02-23Export SSL_bytes_to_cipher_list()Benjamin Kaduk1-0/+1
2017-02-21Implementation of the ARIA cipher as described in RFC 5794.Pauli2-1/+22
2017-02-17Add a SSL_get_key_update_type() functionMatt Caswell1-0/+1
2017-02-17Provide a function to send a KeyUpdate messageMatt Caswell1-0/+1
2017-02-14Update TLSProxy to know about HelloRetryRequest messagesMatt Caswell3-0/+145
2017-02-14Update the key_share tests for HelloRetryRequestMatt Caswell1-0/+2
2017-02-01Add support for parameterized SipHashTodd Short2-1/+3
2017-01-30make updateDr. Stephen Henson1-0/+1
2017-01-30Add a capability for TLSProxy to wait for a session before killing s_clientMatt Caswell2-1/+47
2017-01-30Add support for the psk_key_exchange_modes extensionMatt Caswell1-0/+1
2017-01-26Better check of DH parameters in TLS dataRichard Levitte1-0/+1
2017-01-24Add support for Poly1305 in EVP_PKEYTodd Short1-0/+1
2017-01-23Add support for key logging callbacks.Cory Benfield1-0/+2
2017-01-23Check the exit code from the server processBernd Edlinger1-0/+1
2017-01-18Clean dead macros and definesFdaSilvaYY1-63/+0
2017-01-12GH2176: Add X509_VERIFY_PARAM_get_timeRich Salz1-0/+1
2017-01-11make updateRichard Levitte1-0/+3
2017-01-10Teach TLSProxy how to re-encrypt a TLSv1.3 message after changesMatt Caswell1-3/+9
2017-01-10Extend ServerKeyExchange parsing to work with a signatureMatt Caswell2-13/+37
2017-01-10Teach TLSProxy about the CertificateVerify messageMatt Caswell3-0/+106
2017-01-09Doc nits: callback function typedefsRich Salz1-1/+8
2017-01-08make updateDr. Stephen Henson1-0/+2
2017-01-06Create Certificate messages in TLS1.3 formatMatt Caswell3-0/+229