Implement a new custom extensions API
[openssl.git] / util /
2017-04-07 Matt CaswellImplement a new custom extensions API
2017-04-04 Richard Levittemake update
2017-04-04 Richard LevitteImplement internal ASN.1 types INT32, UINT32, INT64...
2017-04-03 Dr. Stephen Hensonupdate ordinals
2017-03-29 FdaSilvaYYMore typo fixes
2017-03-23 Rich SalzLook for comma before - in POD pages
2017-03-23 Richard LevitteFix find-doc-nits: { is significant in regexps
2017-03-16 Matt CaswellAdd some HRR tests
2017-03-16 Matt CaswellHelloRetryRequest updates for draft-19
2017-03-16 Matt CaswellUpdate the TLSv1.3 version indicator for draft-19
2017-03-16 Benjamin KadukRemove unused typedefs from indent config
2017-03-16 Benjamin KadukRemove some unused PEM structures
2017-03-15 Richard LevitteForgotten 'make update'
2017-03-15 Matt CaswellFix a hang in tests that use sessionfile
2017-03-15 Richard LevitteVMS: don't use /DSF, turn off CALL_DEBUG instead
2017-03-14 Richard LevitteVMS: throw away [.util]shareable_image_wrap.c.in and...
2017-03-12 Rich SalzFix some doc nits
2017-03-11 Rich SalzFix many doc L<> errors
2017-03-10 Matt CaswellAdd a test to check that if a PSK extension is not...
2017-03-06 Richard Levitteutil/process_docs.pl: make it possible to add a suffix...
2017-03-04 Matt CaswellAdd a test for TLSv1.3 cookies
2017-03-02 Matt CaswellRename SSL_write_early() to SSL_write_early_data()
2017-03-02 Matt CaswellRename SSL_read_early() to SSL_read_early_data()
2017-03-02 Matt CaswellMake SSL_write_early_finish() an internal only function
2017-03-02 Matt CaswellAdd a SSL_SESSION_get_max_early_data() function
2017-03-02 Matt CaswellConstruct the server side early_data extension
2017-03-02 Matt CaswellProvide an SSL_read_early() function for reading early...
2017-03-02 Matt CaswellProvide functions to write early data
2017-03-02 Matt CaswellConstruct the ticket_early_data_info extension
2017-02-28 Richard LevitteCode health: make update
2017-02-28 Richard LevitteCode health: Remove VAX exceptions in util/mkdef.pl
2017-02-28 Emilia KasperMore Configure cleanup. Remove
2017-02-26 Richard LevitteAdd a null UI method
2017-02-23 Benjamin KadukAdd SSL_CTX early callback
2017-02-23 Benjamin KadukExport SSL_bytes_to_cipher_list()
2017-02-21 PauliImplementation of the ARIA cipher as described in RFC...
2017-02-17 Matt CaswellAdd a SSL_get_key_update_type() function
2017-02-17 Matt CaswellProvide a function to send a KeyUpdate message
2017-02-14 Matt CaswellUpdate TLSProxy to know about HelloRetryRequest messages
2017-02-14 Matt CaswellUpdate the key_share tests for HelloRetryRequest
2017-02-01 Todd ShortAdd support for parameterized SipHash
2017-01-30 Dr. Stephen Hensonmake update
2017-01-30 Matt CaswellAdd a capability for TLSProxy to wait for a session...
2017-01-30 Matt CaswellAdd support for the psk_key_exchange_modes extension
2017-01-26 Richard LevitteBetter check of DH parameters in TLS data
2017-01-24 Todd ShortAdd support for Poly1305 in EVP_PKEY
2017-01-23 Cory BenfieldAdd support for key logging callbacks.
2017-01-23 Bernd EdlingerCheck the exit code from the server process
2017-01-18 FdaSilvaYYClean dead macros and defines
2017-01-12 Rich SalzGH2176: Add X509_VERIFY_PARAM_get_time
2017-01-11 Richard Levittemake update
2017-01-10 Matt CaswellTeach TLSProxy how to re-encrypt a TLSv1.3 message...
2017-01-10 Matt CaswellExtend ServerKeyExchange parsing to work with a signature
2017-01-10 Matt CaswellTeach TLSProxy about the CertificateVerify message
2017-01-09 Rich SalzDoc nits: callback function typedefs
2017-01-08 Dr. Stephen Hensonmake update
2017-01-06 Matt CaswellCreate Certificate messages in TLS1.3 format
2016-12-29 Matt CaswellAdd a test to check the EC point formats extension...
2016-12-13 Rich SalzAdd X509_VERIFY_PARAM inheritance flag set/get
2016-12-13 Rich SalzFix various doc nits.
2016-12-08 Matt CaswellFix various indentation
2016-12-08 Matt CaswellRemove some spurious whitespace
2016-12-08 Matt CaswellFix a bug in TLSProxy where zero length messages were...
2016-12-08 Matt CaswellSupport renegotiation in TLSProxy
2016-12-08 Matt CaswellAdd tests for new extension code
2016-12-08 Matt CaswellAvoid repeatedly scanning the list of extensions
2016-12-08 Matt CaswellAdd EncryptedExtensions message
2016-12-08 Matt CaswellSend and Receive a TLSv1.3 format ServerHello
2016-12-05 Matt CaswellAdd more TLS1.3 record tests
2016-12-05 Matt CaswellUpdate the record layer to use TLSv1.3 style record...
2016-11-29 Matt CaswellUse the TLSv1.3 nonce construction
2016-11-23 Matt CaswellFix some TLSProxy warnings
2016-11-23 Matt CaswellFix the tests following the state machine changes for...
2016-11-17 Rich SalzMerge find-undoc-api into find-doc-nits
2016-11-16 Matt CaswellRemove a hack from ssl_test_old
2016-11-16 Matt CaswellAdd some tests for the key_share extension
2016-11-15 Rob PercivalCheck that SCT timestamps are not in the future
2016-11-15 Richard LevitteRevert "Remove heartbeats completely"
2016-11-15 Richard LevitteRemove heartbeats completely
2016-11-13 Richard LevitteRemove heartbeat support
2016-11-11 Richard LevitteFix typo in util/process_docs.pl
2016-11-11 Richard LevitteAdd util/check-doc-links.pl, to be used to check refere...
2016-11-10 Richard LevitteSmall fixups of util/process_docs.pl
2016-11-09 Matt CaswellAdd a test for the supported_versions extension
2016-11-09 Matt CaswellAdd server side support for supported_versions extension
2016-11-07 Matt CaswellAdd a test for the wrong version number in a record
2016-11-04 Matt CaswellConvert libssl writing for size_t
2016-11-04 Matt CaswellFurther libssl size_t-ify of reading
2016-11-02 Matt CaswellAdd a DSO_dsobyaddr() function
2016-11-02 Matt CaswellPartial revert of 3d8b2ec42 to add back DSO_pathbyaddr
2016-11-02 Matt CaswellAdd a test for unrecognised record types
2016-11-02 David WoodhouseAdd DTLS_get_data_mtu() function
2016-11-02 Matt CaswellEnable TLSProxy to talk TLS1.3
2016-11-02 Matt CaswellAdd the SSL_METHOD for TLSv1.3 and all other base chang...
2016-11-01 Todd ShortAdd SSL_CTX_set1_cert_store()
2016-10-28 Matt CaswellCreate BIO_write_ex() which handles size_t arguments
2016-10-28 Matt CaswellCreate BIO_read_ex() which handles size_t arguments
2016-10-26 Rich SalzMove manpages to man[1357] structure.
2016-10-17 Matt CaswellAllow older versions in the *.num files
2016-10-13 Richard LevitteRemove automatic RPATH - adapt shlib_wrap.sh
next