summaryrefslogtreecommitdiffstats
path: root/util
AgeCommit message (Expand)Author
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
2016-11-07Add a test for the wrong version number in a recordMatt Caswell
2016-11-04Convert libssl writing for size_tMatt Caswell
2016-11-04Further libssl size_t-ify of readingMatt Caswell
2016-11-02Add a DSO_dsobyaddr() functionMatt Caswell
2016-11-02Partial revert of 3d8b2ec42 to add back DSO_pathbyaddrMatt Caswell
2016-11-02Add a test for unrecognised record typesMatt Caswell
2016-11-02Add DTLS_get_data_mtu() functionDavid Woodhouse
2016-11-02Enable TLSProxy to talk TLS1.3Matt Caswell
2016-11-02Add the SSL_METHOD for TLSv1.3 and all other base changes requiredMatt Caswell
2016-11-01Add SSL_CTX_set1_cert_store()Todd Short