Store groups as uint16_t
[openssl.git] / ssl / statem / extensions.c
2017-09-22 Dr. Stephen HensonStore groups as uint16_t
2017-09-07 Benjamin KadukRestore historical behavior for absent ServerHello...
2017-08-31 Matt CaswellClient side sanity check of ALPN after server has accep...
2017-08-31 Matt CaswellAdd server side sanity checks of SNI/ALPN for use with...
2017-08-31 Matt CaswellEnable the ability to use an external PSK for sending...
2017-08-29 Paulie_os.h removal from other headers and source files.
2017-08-18 Todd ShortReorder extensions to put SigAlgs last
2017-08-15 Benjamin KadukMove ALPN handling from finalizer to delayed call
2017-08-11 FdaSilvaYYFix some Typos and indents
2017-07-31 Todd ShortFix SSL_set_tlsext_debug_callback/-tlsextdebug
2017-07-18 Matt CaswellTolerate a zero length ticket nonce
2017-07-07 Matt CaswellUpdate the early_secret generation to use the new ticke...
2017-07-07 Matt CaswellUpdate tls13_hkdf_expand() to take the length of the...
2017-06-21 Matt CaswellAdd TLSv1.3 client side external PSK support
2017-06-21 Matt CaswellAdd TLSv1.3 server side external PSK support
2017-06-12 Benjamin KadukAdd SSL_early_get1_extensions_present()
2017-06-09 Paul YangFix a bundle of trailing spaces in several files
2017-05-19 Matt CaswellTry to be more consistent about the alerts we send
2017-05-17 Matt CaswellAllow a missing sig algs extension if resuming
2017-05-17 Matt CaswellAdd a new unsolicited extension error code and add...
2017-05-17 Matt CaswellFail if we receive a response to an extension that...
2017-05-11 Matt CaswellSend a missing_extension alert if key_share/supported...
2017-05-09 Matt CaswellDon't do the final key_share checks if we are in an HRR
2017-05-08 Matt CaswellSend the supported_groups extension in EE where applicable
2017-05-03 Matt CaswellUpdate the HKDF labels for draft-20
2017-04-26 Tatsuhiro TsujikawaBreak before && operator
2017-04-26 Tatsuhiro TsujikawaCall init and finalization functions per extension...
2017-04-26 Matt CaswellAdd a ciphersuite config sanity check for servers
2017-04-10 Benjamin KadukAllow an ALPN callback to pretend to not exist
2017-04-07 Matt CaswellCreate an ENDPOINT enum type for use internally
2017-04-07 Matt CaswellImplement a new custom extensions API
2017-04-07 Matt CaswellMove the extensions context codes into the public API
2017-04-03 Dr. Stephen HensonDon't use client specific functions to retrieve CA...
2017-04-03 Dr. Stephen HensonNew certificate_authorities functions
2017-03-29 FdaSilvaYYMore typo fixes
2017-03-21 Matt CaswellFix resumption after HRR
2017-03-17 Dr. Stephen HensonImplement certificate_authorities extension
2017-03-17 Dr. Stephen HensonAllow signature algorithms in TLS 1.3 certificate reque...
2017-03-16 Matt CaswellFix the Padding extension
2017-03-16 Matt CaswellMerge early_data_info extension into early_data
2017-03-15 Benjamin KadukClear alpn_selected_len for clients, too
2017-03-10 Matt CaswellCheck that the PSK extension is last
2017-03-04 Matt CaswellDon't call memcmp with a NULL pointer
2017-03-04 Matt CaswellAdd basic TLSv1.3 cookie support
2017-03-02 Matt CaswellOnly accept early_data if the negotiated ALPN is the...
2017-03-02 Matt CaswellDon't accept early_data if we are going to issue a...
2017-03-02 Matt CaswellImplement client side parsing of the early_data extension
2017-03-02 Matt CaswellConstruct the server side early_data extension
2017-03-02 Matt CaswellParse the early_data extension
2017-03-02 Matt CaswellConstruct the early_data extension
2017-03-02 Matt CaswellParse the ticket_early_data_info extension
2017-03-02 Matt CaswellConstruct the ticket_early_data_info extension
2017-02-23 Benjamin Kadukoutput number of exts from tls_collect_extensions()
2017-02-16 Matt CaswellDon't change the state of the ETM flags until CCS proce...
2017-02-14 Matt CaswellFix no-ec compilation
2017-02-14 Matt CaswellFix a bogus uninit variable warning
2017-02-14 Matt CaswellAdd a bytestogroup macro
2017-02-14 Matt CaswellVarious style fixes following review feedback
2017-02-14 Matt CaswellImplement support for resumption with a HelloRetryRequest
2017-02-14 Matt CaswellAdd server side support for creating the Hello Retry...
2017-02-14 Matt CaswellMake the context available to the extensions parse...
2017-02-01 Todd ShortMajority rules, use session_ctx vs initial_ctx
2017-01-30 Matt CaswellIf we have no suitable PSK kex modes then don't attempt...
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-25 FdaSilvaYYTypo, fix a comment
2017-01-10 Matt CaswellVerify that the sig algs extension has been sent for...
2017-01-10 Rich SalzUse typedefs for PSK, NPN, ALPN callback functions
2017-01-10 Rich SalzMove extension data into sub-structs
2017-01-06 Matt CaswellRename the chain variable to chainidx
2017-01-06 Matt CaswellImplement TLSv1.3 style CertificateStatus
2017-01-06 Matt CaswellExtends extension parsing to take the Certificate
2017-01-06 Matt CaswellExtend tls_construct_extensions() to enable passing...
2017-01-04 Richard LevitteDon't build OCSP stuff when OCSP is disabled
2016-12-29 Matt CaswellFix extension for various no- options
2016-12-29 Matt CaswellFix the EC point formats extension
2016-12-08 Matt CaswellFix make update issues
2016-12-08 Matt CaswellFix more style issues following extensions refactor...
2016-12-08 Matt CaswellIntroduce TLSEXT_STATUSTYPE_nothing constant
2016-12-08 Matt CaswellChange TLSEXT_IDX_* values into an enum
2016-12-08 Matt CaswellVarious style updates following extensions refactor
2016-12-08 Matt CaswellRemove some spurious whitespace
2016-12-08 Matt CaswellMove ServerHello extension parsing into the new extensi...
2016-12-08 Matt CaswellAvoid repeatedly scanning the list of extensions
2016-12-08 Matt CaswellMove ALPN processing into an extension finalisation...
2016-12-08 Matt CaswellProvide server side extension init and finalisation...
2016-12-08 Matt CaswellAdd an extension initilisation and finalisation capability
2016-12-08 Matt CaswellMove client construction of ClientHello extensions...
2016-12-08 Matt CaswellMove client parsing of ServerHello extensions into...
2016-12-08 Matt CaswellRename some functions
2016-12-08 Matt CaswellMove ServerHello extension construction into the new...
2016-12-08 Matt CaswellSplit extensions code into core extensions and server...
2016-12-08 Matt CaswellAdd extensions construction support
2016-12-08 Matt CaswellContinue the extensions refactor
2016-12-08 Matt CaswellRefactor ClientHello extension parsing