Fix calls to SSL_get_server_tmp_key() in TLSv1.3
[openssl.git] / include /
2017-04-03 Kazuki YamaguchiFix a typo in the SSL_get_max_early_data() declarations
2017-03-30 Andy Polyakove_os.h: drop now-redundant PRIu64 [and fix OSSLzu].
2017-03-29 Richard LevitteAdd z modifier parsing to the BIO_printf et all format...
2017-03-29 FdaSilvaYYMore typo fixes
2017-03-28 Rich SalzMove PRIu64, OSSLzu to e_os.h
2017-03-28 Hannes MagnussonRemove redundant decl of 509_STORE_set_flags
2017-03-24 Ian SpenceFix function documentation
2017-03-20 Bernd EdlingerFix the error handling in CRYPTO_dup_ex_data.
2017-03-19 Kurt RoeckxMake the CRYPTO_memcmp() prototype match memcmp()
2017-03-17 Dr. Stephen HensonImplement certificate_authorities extension
2017-03-17 Dr. Stephen HensonMove parsing and construction of CA names to separate...
2017-03-16 Matt CaswellHelloRetryRequest updates for draft-19
2017-03-16 Matt CaswellMerge early_data_info extension into early_data
2017-03-16 Matt CaswellUpdate end of early data processing for draft-19
2017-03-16 Matt CaswellUpdate the TLSv1.3 version indicator for draft-19
2017-03-16 Benjamin KadukRemove some unused PEM structures
2017-03-15 Richard LevitteAdd EC_KEY_get0_engine()
2017-03-12 Matt CaswellFix out-of-memory condition in conf
2017-03-10 Matt CaswellUse the new TLSv1.3 certificate_required alert where...
2017-03-07 Matt CaswellCheck TLSv1.3 ServerHello, Finished and KeyUpdates...
2017-03-06 Matt CaswellTweak the TLSv1.3 record overflow limits
2017-03-04 Matt CaswellAdd basic TLSv1.3 cookie support
2017-03-03 Dr. Stephen HensonSet specific error is we have no valid signature algori...
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 CaswellEnable the server to call SSL_write() without stopping...
2017-03-02 Matt CaswellEnable the client to call SSL_read() without stopping...
2017-03-02 Matt CaswellIntroduce a new early_data state in the state machine
2017-03-02 Matt CaswellMake SSL_get_early_data_status() take a const
2017-03-02 Matt CaswellMake SSL_get_max_early_data() and SSL_CTX_get_max_early...
2017-03-02 Matt CaswellAdd a SSL_SESSION_get_max_early_data() function
2017-03-02 Matt CaswellCheck max_early_data against the amount of early data...
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 CaswellImplement the early data changes required in tls13_chan...
2017-03-02 Matt CaswellConstruct the early_data extension
2017-03-02 Matt CaswellProvide functions to write early data
2017-03-02 Matt CaswellParse the ticket_early_data_info extension
2017-03-02 Matt CaswellConstruct the ticket_early_data_info extension
2017-03-01 Emilia KasperRemove some obsolete/obscure internal define switches:
2017-02-28 Richard LevitteCode health: With the VAX C-ism gone, OPENSSL_GLOBAL...
2017-02-28 Richard LevitteCode health: Remove another VAX C-ism, globaldef and...
2017-02-28 Emilia KasperClean up references to FIPS
2017-02-27 Richard LevitteRenumber to avoid a error code clash
2017-02-27 Dr. Stephen HensonInitial incomplete TLS 1.3 certificate request support.
2017-02-26 Richard LevitteAdd a null UI method
2017-02-24 Dr. Stephen HensonReject compressed point format with TLS 1.3
2017-02-24 Bernd EdlingerAdd -Wundef to --strict-warnings options.
2017-02-23 Kurt RoeckxFix duplicate error codes
2017-02-23 Kurt RoeckxImplement SSL_read_ex() and SSL_write_ex() as documented.
2017-02-23 Benjamin KadukAdd SSL_CTX early callback
2017-02-23 Benjamin KadukRefactor SSL_bytes_to_cipher_list()
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 CaswellFix a merge error
2017-02-17 Matt CaswellDon't use an enum in the return type for a public API...
2017-02-17 Matt CaswellLimit the number of KeyUpdate messages we can process
2017-02-17 Matt CaswellActually update the keys when a KeyUpdate message is...
2017-02-17 Matt CaswellAdd a SSL_get_key_update_type() function
2017-02-17 Matt CaswellAdd the ability for a client to receive a KeyUpdate...
2017-02-17 Matt CaswellProvide a function to send a KeyUpdate message
2017-02-16 Matt CaswellDon't change the state of the ETM flags until CCS proce...
2017-02-15 Matt CaswellFix merge issue
2017-02-15 Dr. Stephen HensonChange tls_choose_sigalg so it can set errors and alerts.
2017-02-14 Matt CaswellAdd client side support for parsing Hello Retry Request
2017-02-14 Matt CaswellAdd server side support for creating the Hello Retry...
2017-02-08 Dr. Stephen HensonAdd remaining TLS1.3 ciphersuites
2017-02-08 Dr. Stephen HensonUse contants for Chacha/Poly, redo algorithm expressions.
2017-02-08 Dr. Stephen HensonAdd constants to CCM and TLS.
2017-02-08 Dr. Stephen HensonAdd NID_auth_any and NID_kx_any NIDs.
2017-02-02 Dr. Stephen Hensonmake errors
2017-02-01 Todd ShortAdd support for parameterized SipHash
2017-01-30 Dr. Stephen HensonAdd SSL_get_peer_signature_type_nid() function.
2017-01-30 Matt CaswellMove the SSL3_CK_CIPHERSUITE_FLAG out of public header
2017-01-30 Matt CaswellFix <= TLS1.2 break
2017-01-30 Matt CaswellMiscellaneous style tweaks based on feedback received
2017-01-30 Matt CaswellImplement server side of PSK extension construction
2017-01-30 Matt CaswellImplement Server side of PSK extension parsing
2017-01-30 Matt CaswellProvide a key_share extension finaliser
2017-01-30 Matt CaswellAdd support for client side parsing of the PSK extension
2017-01-30 Matt CaswellConstruct the client side psk extension for TLSv1.3
2017-01-30 Matt CaswellAdd support for the psk_key_exchange_modes extension
2017-01-30 Matt CaswellMove state machine knowledge out of the record layer
2017-01-30 Matt CaswellRemove use of the SSL3_FLAGS_NO_RENEGOTIATE_CIPHERS...
2017-01-28 Richard LevitteDocument what EXFLAG_SET is for in x509v3.h
2017-01-26 Richard LevitteBetter check of DH parameters in TLS data
2017-01-25 Matt CaswellFix a merge error
2017-01-25 Matt CaswellFix the overlapping check for fragmented "Update" opera...
2017-01-25 FdaSilvaYYFix some extra or missing whitespaces...
2017-01-24 Todd ShortAdd support for Poly1305 in EVP_PKEY
2017-01-23 Cory BenfieldAdd support for key logging callbacks.
2017-01-18 Dr. Stephen HensonDefines and strings for special salt length values...
2017-01-18 Dr. Stephen HensonAdd support for -1, -2 salt lengths for PSS only keys.
2017-01-18 FdaSilvaYYClean dead macros and defines
2017-01-13 Richard LevitteClarify what RUN_ONCE returns
2017-01-12 Rich SalzGH2176: Add X509_VERIFY_PARAM_get_time
2017-01-11 Richard LevitteAdd a UI utility function with which to wrap pem_callba...
2017-01-11 Richard LevitteAdd an application data field in the UI_METHOD
2017-01-11 Richard LevitteConstify the input parameter to UI_method_get_*
next