Remove spaces at end of line in ssl/statem
[openssl.git] / ssl / statem / extensions_srvr.c
2017-12-17 Paul YangRemove spaces at end of line in ssl/statem
2017-12-14 Matt CaswellUpdate state machine to send CCS based on whether we...
2017-12-14 Matt CaswellUpdate ServerHello to new draft-22 format
2017-12-06 Matt CaswellFix bug in TLSv1.3 PSK processing
2017-12-04 Matt CaswellAdd some more cleanups
2017-12-04 Matt CaswellFix up a few places in the state machine that got misse...
2017-12-04 Matt CaswellConvert remaining functions in statem_srvr.c to use...
2017-12-04 Matt CaswellConvert the state machine code to use SSLfatal()
2017-11-05 FdaSilvaYYImplement Maximum Fragment Length TLS extension.
2017-10-06 Dr. Stephen HensonChange curves to groups where relevant
2017-10-06 Dr. Stephen HensonUse separate functions for supported and peer groups...
2017-09-26 Dr. Stephen HensonRename tls1_get_curvelist.
2017-09-26 Dr. Stephen HensonNew function ssl_generate_param_group
2017-09-26 Dr. Stephen HensonReplace tls1_ec_curve_id2nid.
2017-09-22 Dr. Stephen HensonStore groups as uint16_t
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-11 FdaSilvaYYFix some Typos and indents
2017-08-09 Benjamin KadukDon't modify resumed session objects
2017-07-18 Matt CaswellFix early_data with an HRR
2017-07-07 Matt CaswellDo not allow non-dhe kex_modes by default
2017-06-21 Matt CaswellFix some bugs in the TLSv1.3 PSK code
2017-06-21 Matt CaswellAdd TLSv1.3 server side external PSK support
2017-06-16 Matt CaswellMove ciphersuite selection before session resumption...
2017-06-06 Todd ShortFix #2400 Add NO_RENEGOTIATE option
2017-05-19 Matt CaswellTry to be more consistent about the alerts we send
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-11 Matt CaswellFix some alert codes
2017-05-10 Richard LevitteFix 'no-ec'
2017-05-08 Matt CaswellUpdates to supported_groups following review feedback
2017-05-08 Matt CaswellSend the supported_groups extension in EE where applicable
2017-04-19 Todd ShortFix minor compiler issues.
2017-04-07 Matt CaswellMove the extensions context codes into the public API
2017-03-16 Matt CaswellMerge early_data_info extension into early_data
2017-03-04 Matt CaswellFix a memory leak on an error path
2017-03-02 Matt CaswellSilence some clang warnings
2017-03-02 Matt CaswellDon't accept early_data if we are going to issue a...
2017-03-02 Matt CaswellValidate the ticket age for resumed sessions
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 ticket_early_data_info extension
2017-02-16 Matt CaswellDon't change the state of the ETM flags until CCS proce...
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-01-30 Matt CaswellAdd a TODO around validating the ticket age
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 CaswellAlways ensure that session->cipher is set
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 the psk_key_exchange_modes extension
2017-01-30 Matt CaswellMove state machine knowledge out of the record layer
2017-01-10 Matt CaswellConvert Sigalgs processing to use ints
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 CaswellCreate Certificate messages in TLS1.3 format
2017-01-06 Matt CaswellExtends extension parsing to take the Certificate
2017-01-06 Matt CaswellExtend tls_construct_extensions() to enable passing...
2016-12-29 Matt CaswellFix compilation with no-ec
2016-12-08 Matt CaswellFix make update issues
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 CaswellFix travis mixed declarations and code error
2016-12-08 Matt CaswellRemove some spurious whitespace
2016-12-08 Matt CaswellAvoid repeatedly scanning the list of extensions
2016-12-08 Matt CaswellSimplify ClientHello extension parsing
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 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...