sha/keccak1600.c: switch to more efficient bit interleaving algorithm.
[openssl.git] / util /
2017-06-08 Todd ShortFix #340: Parse ASN1_TIME to struct tm
2017-06-07 Rich Salzmake error tables const and separate header file
2017-06-01 Rich SalzAdd -p (public only) flag to find-doc-nits
2017-05-31 Richard LevitteAdd UI functionality to duplicate the user data
2017-05-31 Matt CaswellWait longer for the server in TLSProxy to start
2017-05-29 Rich SalzAdd stricter checking in NAME section
2017-05-26 Matt CaswellFix a Proxy race condition
2017-05-11 Dr. Stephen Hensonmake update
2017-05-09 Matt CaswellAdd test for no change following an HRR
2017-05-08 Benjamin KadukAdd PEM_bytes_read_bio_secmem()
2017-05-08 Benjamin KadukAdd PEM_read_bio_ex
2017-05-03 Rich SalzFix curly braces on util/mkrc.pl
2017-05-03 Rich SalzRun perltidy, use strict+warnings on mkrc.pl
2017-05-03 Rich SalzPerltidy ck_errf
2017-05-03 Rich SalzRemove some unused scripts
2017-05-03 Matt CaswellUpdate the TLSv1.3 version indicator for draft-20
2017-05-03 Matt CaswellExtend the SERVERINFO file format to include an extensi...
2017-05-03 Marek KleinAdded support for ESSCertIDv2
2017-05-02 Todd ShortTLS1.3 Padding
2017-04-28 Richard LevitteTLSProxy: When in debug mode, show the exact subprocess...
2017-04-26 Matt CaswellAdd support for SSL_SESSION_is_resumable()
2017-04-25 Dr. Stephen Hensonmake update
2017-04-25 Dmitry BelyavskiySwitch command-line utils to new nameopt API.
2017-04-25 Matt CaswellAdd a BIO_lookup_ex() function
2017-04-24 Richard LevitteAdd CRYPTO_mem_leaks_cb
2017-04-16 Rich SalzAdd -f -r flags to find-unused-errs
2017-04-10 Richard LevitteFix util/mkdef.pl
2017-04-10 Richard LevitteAct on deprecation of LONG and ZLONG, step 3
2017-04-10 Richard LevittePublish our INT32, UINT32, INT64, UINT64 ASN.1 types...
2017-04-07 Rich SalzUse 'over 2' for bullet lists.
2017-04-07 Rich SalzStandardize on =over 4 and check for it.
2017-04-07 Rich SalzCheck for L<foo|foo>
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
next