aboutsummaryrefslogtreecommitdiffstats
path: root/util
Commit message (Expand)AuthorAgeFilesLines
* Add support for key logging callbacks.Cory Benfield2017-01-231-0/+2
* Check the exit code from the server processBernd Edlinger2017-01-231-0/+1
* Clean dead macros and definesFdaSilvaYY2017-01-181-63/+0
* GH2176: Add X509_VERIFY_PARAM_get_timeRich Salz2017-01-121-0/+1
* make updateRichard Levitte2017-01-111-0/+3
* Teach TLSProxy how to re-encrypt a TLSv1.3 message after changesMatt Caswell2017-01-101-3/+9
* Extend ServerKeyExchange parsing to work with a signatureMatt Caswell2017-01-102-13/+37
* Teach TLSProxy about the CertificateVerify messageMatt Caswell2017-01-103-0/+106
* Doc nits: callback function typedefsRich Salz2017-01-091-1/+8
* make updateDr. Stephen Henson2017-01-081-0/+2
* Create Certificate messages in TLS1.3 formatMatt Caswell2017-01-063-0/+229
* Add a test to check the EC point formats extension appears when we expectMatt Caswell2016-12-294-3/+19
* Add X509_VERIFY_PARAM inheritance flag set/getRich Salz2016-12-131-2/+4
* Fix various doc nits.Rich Salz2016-12-131-3/+6
* Fix various indentationMatt Caswell2016-12-082-17/+17
* Remove some spurious whitespaceMatt Caswell2016-12-082-3/+3
* Fix a bug in TLSProxy where zero length messages were not being recordedMatt Caswell2016-12-081-1/+1
* Support renegotiation in TLSProxyMatt Caswell2016-12-081-1/+20
* Add tests for new extension codeMatt Caswell2016-12-083-2/+138
* Avoid repeatedly scanning the list of extensionsMatt Caswell2016-12-081-3/+4
* Add EncryptedExtensions messageMatt Caswell2016-12-081-0/+2
* Send and Receive a TLSv1.3 format ServerHelloMatt Caswell2016-12-081-14/+30
* Add more TLS1.3 record testsMatt Caswell2016-12-051-2/+11
* Update the record layer to use TLSv1.3 style record constructionMatt Caswell2016-12-052-8/+47
* Use the TLSv1.3 nonce constructionMatt Caswell2016-11-291-2/+0
* Fix some TLSProxy warningsMatt Caswell2016-11-233-3/+26
* Fix the tests following the state machine changes for TLSv1.3Matt Caswell2016-11-233-14/+21
* Merge find-undoc-api into find-doc-nitsRich Salz2016-11-162-82/+95
* Remove a hack from ssl_test_oldMatt Caswell2016-11-161-0/+2
* Add some tests for the key_share extensionMatt Caswell2016-11-161-0/+2
* Check that SCT timestamps are not in the futureRob Percival2016-11-151-0/+2
* Revert "Remove heartbeats completely"Richard Levitte2016-11-151-1/+1
* Remove heartbeats completelyRichard Levitte2016-11-151-1/+1
* Remove heartbeat supportRichard Levitte2016-11-131-1/+0
* Fix typo in util/process_docs.plRichard Levitte2016-11-111-1/+1
* Add util/check-doc-links.pl, to be used to check referenses in manualsRichard Levitte2016-11-111-0/+99
* Small fixups of util/process_docs.plRichard Levitte2016-11-101-2/+2
* Add a test for the supported_versions extensionMatt Caswell2016-11-091-0/+1
* Add server side support for supported_versions extensionMatt Caswell2016-11-091-0/+1
* Add a test for the wrong version number in a recordMatt Caswell2016-11-071-5/+8
* Convert libssl writing for size_tMatt Caswell2016-11-041-0/+1
* Further libssl size_t-ify of readingMatt Caswell2016-11-041-0/+2
* Add a DSO_dsobyaddr() functionMatt Caswell2016-11-021-0/+1
* Partial revert of 3d8b2ec42 to add back DSO_pathbyaddrMatt Caswell2016-11-021-0/+1
* Add a test for unrecognised record typesMatt Caswell2016-11-021-2/+4
* Add DTLS_get_data_mtu() functionDavid Woodhouse2016-11-021-0/+1
* Enable TLSProxy to talk TLS1.3Matt Caswell2016-11-022-16/+19
* Add the SSL_METHOD for TLSv1.3 and all other base changes requiredMatt Caswell2016-11-021-1/+3
* Add SSL_CTX_set1_cert_store()Todd Short2016-11-011-0/+1
* Create BIO_write_ex() which handles size_t argumentsMatt Caswell2016-10-281-0/+3