]> git.ipfire.org Git - thirdparty/openssl.git/history - util
ssl_session_dup() missing ext.alpn_session
[thirdparty/openssl.git] / util /
2017-06-27  Richard Levitteutil/mkerr.pl: avoid getting an annoying warning about...
2017-06-27  Richard Levitteutil/mkerr.pl: allow module names prefixed with OSSL_...
2017-06-25  Benjamin KadukAdd constants for TLS 1.3 SignatureScheme values
2017-06-21  Sascha SteinbissAdd OCSP_resp_get1_id() accessor
2017-06-21  Matt CaswellDocument SSL_set_psk_find_session_callback() and SSL_CT...
2017-06-21  Matt CaswellDocument SSL_set_psk_use_session_callback() and SSL_CTX...
2017-06-21  Matt CaswellAdd SSL_SESSION_set_protocol_version()
2017-06-21  Matt CaswellAdd SSL_SESSION_set_cipher()
2017-06-21  Matt CaswellAdd SSL_SESSION_set1_master_key()
2017-06-21  Matt CaswellAdd a function to get the handshake digest for an SSL_C...
2017-06-21  Matt CaswellAdd public API functions for setting TLSv1.3 PSK callbacks
2017-06-12  Richard LevitteRework writing crypto/err/openssl.txt
2017-06-12  Richard LevitteAdd -module option to util/mkerr.pl
2017-06-12  Rich SalzPut message strings in state files
2017-06-12  Benjamin KadukAdd SSL_early_get1_extensions_present()
2017-06-11  Rich SalzRemove leading space-before-tab
2017-06-11  Rich SalzIntroduce ASN1_TIME_set_string_X509 API
2017-06-08  Rich SalzList undocumented macros
2017-06-08  Rich SalzRemove doc of non-existent functions
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
next