summaryrefslogtreecommitdiffstats
path: root/util
AgeCommit message (Expand)Author
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
2016-12-08Fix various indentationMatt Caswell
2016-12-08Remove some spurious whitespaceMatt Caswell
2016-12-08Fix a bug in TLSProxy where zero length messages were not being recordedMatt Caswell
2016-12-08Support renegotiation in TLSProxyMatt Caswell
2016-12-08Add tests for new extension codeMatt Caswell
2016-12-08Avoid repeatedly scanning the list of extensionsMatt Caswell
2016-12-08Add EncryptedExtensions messageMatt Caswell
2016-12-08Send and Receive a TLSv1.3 format ServerHelloMatt Caswell
2016-12-05Add more TLS1.3 record testsMatt Caswell
2016-12-05Update the record layer to use TLSv1.3 style record constructionMatt Caswell
2016-11-29Use the TLSv1.3 nonce constructionMatt Caswell
2016-11-23Fix some TLSProxy warningsMatt Caswell
2016-11-23Fix the tests following the state machine changes for TLSv1.3Matt Caswell
2016-11-16Merge find-undoc-api into find-doc-nitsRich Salz
2016-11-16Remove a hack from ssl_test_oldMatt Caswell
2016-11-16Add some tests for the key_share extensionMatt Caswell
2016-11-15Check that SCT timestamps are not in the futureRob Percival
2016-11-15Revert "Remove heartbeats completely"Richard Levitte
2016-11-15Remove heartbeats completelyRichard Levitte
2016-11-13Remove heartbeat supportRichard Levitte
2016-11-11Fix typo in util/process_docs.plRichard Levitte
2016-11-11Add util/check-doc-links.pl, to be used to check referenses in manualsRichard Levitte
2016-11-10Small fixups of util/process_docs.plRichard Levitte
2016-11-09Add a test for the supported_versions extensionMatt Caswell
2016-11-09Add server side support for supported_versions extensionMatt Caswell