aboutsummaryrefslogtreecommitdiffstats
path: root/util
Commit message (Expand)AuthorAgeFilesLines
* More typo fixesFdaSilvaYY2017-03-291-1/+1
* Look for comma before - in POD pagesRich Salz2017-03-231-0/+1
* Fix find-doc-nits: { is significant in regexpsRichard Levitte2017-03-231-1/+1
* Add some HRR testsMatt Caswell2017-03-162-1/+5
* HelloRetryRequest updates for draft-19Matt Caswell2017-03-161-0/+13
* Update the TLSv1.3 version indicator for draft-19Matt Caswell2017-03-161-8/+8
* Remove unused typedefs from indent configBenjamin Kaduk2017-03-161-42/+0
* Remove some unused PEM structuresBenjamin Kaduk2017-03-161-2/+0
* Forgotten 'make update'Richard Levitte2017-03-151-0/+1
* Fix a hang in tests that use sessionfileMatt Caswell2017-03-151-12/+10
* VMS: don't use /DSF, turn off CALL_DEBUG insteadRichard Levitte2017-03-152-8/+6
* VMS: throw away [.util]shareable_image_wrap.c.in and add replacement scriptsRichard Levitte2017-03-144-116/+61
* Fix some doc nitsRich Salz2017-03-121-0/+3
* Fix many doc L<> errorsRich Salz2017-03-112-102/+87
* Add a test to check that if a PSK extension is not last then we failMatt Caswell2017-03-102-10/+31
* util/process_docs.pl: make it possible to add a suffix to man docsRichard Levitte2017-03-061-1/+12
* Add a test for TLSv1.3 cookiesMatt Caswell2017-03-041-0/+1
* Rename SSL_write_early() to SSL_write_early_data()Matt Caswell2017-03-021-1/+1
* Rename SSL_read_early() to SSL_read_early_data()Matt Caswell2017-03-021-1/+1
* Make SSL_write_early_finish() an internal only functionMatt Caswell2017-03-021-4/+3
* Add a SSL_SESSION_get_max_early_data() functionMatt Caswell2017-03-021-0/+1
* Construct the server side early_data extensionMatt Caswell2017-03-021-0/+1
* Provide an SSL_read_early() function for reading early dataMatt Caswell2017-03-021-0/+1
* Provide functions to write early dataMatt Caswell2017-03-021-0/+2
* Construct the ticket_early_data_info extensionMatt Caswell2017-03-021-0/+4
* Code health: make updateRichard Levitte2017-02-281-11/+11
* Code health: Remove VAX exceptions in util/mkdef.plRichard Levitte2017-02-281-29/+3
* More Configure cleanup. RemoveEmilia Kasper2017-02-282-569/+0
* Add a null UI methodRichard Levitte2017-02-261-0/+1
* 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