summaryrefslogtreecommitdiffstats
path: root/util
AgeCommit message (Expand)Author
2017-04-26Add support for SSL_SESSION_is_resumable()Matt Caswell
2017-04-25make updateDr. Stephen Henson
2017-04-25Switch command-line utils to new nameopt API.Dmitry Belyavskiy
2017-04-25Add a BIO_lookup_ex() functionMatt Caswell
2017-04-24Add CRYPTO_mem_leaks_cbRichard Levitte
2017-04-16Add -f -r flags to find-unused-errsRich Salz
2017-04-10Fix util/mkdef.plRichard Levitte
2017-04-10Act on deprecation of LONG and ZLONG, step 3Richard Levitte
2017-04-10Publish our INT32, UINT32, INT64, UINT64 ASN.1 types and Z variantsRichard Levitte
2017-04-07Use 'over 2' for bullet lists.Rich Salz
2017-04-07Standardize on =over 4 and check for it.Rich Salz
2017-04-07Check for L<foo|foo>Rich Salz
2017-04-07Implement a new custom extensions APIMatt Caswell
2017-04-04make updateRichard Levitte
2017-04-04Implement internal ASN.1 types INT32, UINT32, INT64, UINT64Richard Levitte
2017-04-03update ordinalsDr. Stephen Henson
2017-03-29More typo fixesFdaSilvaYY
2017-03-23Look for comma before - in POD pagesRich Salz
2017-03-23Fix find-doc-nits: { is significant in regexpsRichard Levitte
2017-03-16Add some HRR testsMatt Caswell
2017-03-16HelloRetryRequest updates for draft-19Matt Caswell
2017-03-16Update the TLSv1.3 version indicator for draft-19Matt Caswell
2017-03-16Remove unused typedefs from indent configBenjamin Kaduk
2017-03-16Remove some unused PEM structuresBenjamin Kaduk
2017-03-15Forgotten 'make update'Richard Levitte
2017-03-15Fix a hang in tests that use sessionfileMatt Caswell
2017-03-15VMS: don't use /DSF, turn off CALL_DEBUG insteadRichard Levitte
2017-03-14VMS: throw away [.util]shareable_image_wrap.c.in and add replacement scriptsRichard Levitte
2017-03-12Fix some doc nitsRich Salz
2017-03-11Fix many doc L<> errorsRich Salz
2017-03-10Add a test to check that if a PSK extension is not last then we failMatt Caswell
2017-03-06util/process_docs.pl: make it possible to add a suffix to man docsRichard Levitte
2017-03-04Add a test for TLSv1.3 cookiesMatt Caswell
2017-03-02Rename SSL_write_early() to SSL_write_early_data()Matt Caswell
2017-03-02Rename SSL_read_early() to SSL_read_early_data()Matt Caswell
2017-03-02Make SSL_write_early_finish() an internal only functionMatt Caswell
2017-03-02Add a SSL_SESSION_get_max_early_data() functionMatt Caswell
2017-03-02Construct the server side early_data extensionMatt Caswell
2017-03-02Provide an SSL_read_early() function for reading early dataMatt Caswell
2017-03-02Provide functions to write early dataMatt Caswell
2017-03-02Construct the ticket_early_data_info extensionMatt Caswell
2017-02-28Code health: make updateRichard Levitte
2017-02-28Code health: Remove VAX exceptions in util/mkdef.plRichard Levitte
2017-02-28More Configure cleanup. RemoveEmilia Kasper
2017-02-26Add a null UI methodRichard Levitte
2017-02-23Add SSL_CTX early callbackBenjamin Kaduk
2017-02-23Export SSL_bytes_to_cipher_list()Benjamin Kaduk
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