aboutsummaryrefslogtreecommitdiffstats
path: root/util
Commit message (Expand)AuthorAgeFilesLines
* Add SSL_CTX early callbackBenjamin Kaduk2017-02-231-0/+8
* Export SSL_bytes_to_cipher_list()Benjamin Kaduk2017-02-231-0/+1
* Implementation of the ARIA cipher as described in RFC 5794.Pauli2017-02-212-1/+22
* Add a SSL_get_key_update_type() functionMatt Caswell2017-02-171-0/+1
* Provide a function to send a KeyUpdate messageMatt Caswell2017-02-171-0/+1
* Update TLSProxy to know about HelloRetryRequest messagesMatt Caswell2017-02-143-0/+145
* Update the key_share tests for HelloRetryRequestMatt Caswell2017-02-141-0/+2
* Add support for parameterized SipHashTodd Short2017-02-012-1/+3
* make updateDr. Stephen Henson2017-01-301-0/+1
* Add a capability for TLSProxy to wait for a session before killing s_clientMatt Caswell2017-01-302-1/+47
* Add support for the psk_key_exchange_modes extensionMatt Caswell2017-01-301-0/+1
* Better check of DH parameters in TLS dataRichard Levitte2017-01-261-0/+1
* Add support for Poly1305 in EVP_PKEYTodd Short2017-01-241-0/+1
* 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