projects
/
openssl.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
Add server side sanity checks of SNI/ALPN for use with early_data
[openssl.git]
/
ssl
/
statem
/
statem_locl.h
2017-08-31
Matt Caswell
Add server side sanity checks of SNI/ALPN for use with...
blob
|
commitdiff
|
raw
2017-06-21
Matt Caswell
Add TLSv1.3 server side external PSK support
blob
|
commitdiff
|
raw
|
diff to current
2017-06-21
Dr. Stephen Henson
Convert key exchange to one shot call
blob
|
commitdiff
|
raw
|
diff to current
2017-05-17
Matt Caswell
Add a new unsolicited extension error code and add...
blob
|
commitdiff
|
raw
|
diff to current
2017-05-17
Matt Caswell
Fail if we receive a response to an extension that...
blob
|
commitdiff
|
raw
|
diff to current
2017-05-08
Matt Caswell
Send the supported_groups extension in EE where applicable
blob
|
commitdiff
|
raw
|
diff to current
2017-04-26
Tatsuhiro Tsujikawa
Call init and finalization functions per extension...
blob
|
commitdiff
|
raw
|
diff to current
2017-04-07
Matt Caswell
Implement a new custom extensions API
blob
|
commitdiff
|
raw
|
diff to current
2017-04-07
Matt Caswell
Move the extensions context codes into the public API
blob
|
commitdiff
|
raw
|
diff to current
2017-03-17
Dr. Stephen Henson
Allow signature algorithms in TLS 1.3 certificate reque...
blob
|
commitdiff
|
raw
|
diff to current
2017-03-17
Dr. Stephen Henson
Move parsing and construction of CA names to separate...
blob
|
commitdiff
|
raw
|
diff to current
2017-03-16
Matt Caswell
HelloRetryRequest updates for draft-19
blob
|
commitdiff
|
raw
|
diff to current
2017-03-16
Matt Caswell
Merge early_data_info extension into early_data
blob
|
commitdiff
|
raw
|
diff to current
2017-03-16
Matt Caswell
Update end of early data processing for draft-19
blob
|
commitdiff
|
raw
|
diff to current
2017-03-04
Matt Caswell
Add basic TLSv1.3 cookie support
blob
|
commitdiff
|
raw
|
diff to current
2017-03-02
Matt Caswell
Various fixes required to allow SSL_write/SSL_read...
blob
|
commitdiff
|
raw
|
diff to current
2017-03-02
Matt Caswell
Implement client side parsing of the early_data extension
blob
|
commitdiff
|
raw
|
diff to current
2017-03-02
Matt Caswell
Construct the server side early_data extension
blob
|
commitdiff
|
raw
|
diff to current
2017-03-02
Matt Caswell
Parse the early_data extension
blob
|
commitdiff
|
raw
|
diff to current
2017-03-02
Matt Caswell
Construct the early_data extension
blob
|
commitdiff
|
raw
|
diff to current
2017-03-02
Matt Caswell
Parse the ticket_early_data_info extension
blob
|
commitdiff
|
raw
|
diff to current
2017-03-02
Matt Caswell
Construct the ticket_early_data_info extension
blob
|
commitdiff
|
raw
|
diff to current
2017-02-23
Benjamin Kaduk
output number of exts from tls_collect_extensions()
blob
|
commitdiff
|
raw
|
diff to current
2017-02-17
Matt Caswell
Updates following review feedback
blob
|
commitdiff
|
raw
|
diff to current
2017-02-17
Matt Caswell
Add the ability for a client to receive a KeyUpdate...
blob
|
commitdiff
|
raw
|
diff to current
2017-02-17
Matt Caswell
Provide a function to send a KeyUpdate message
blob
|
commitdiff
|
raw
|
diff to current
2017-02-14
Matt Caswell
Implement support for resumption with a HelloRetryRequest
blob
|
commitdiff
|
raw
|
diff to current
2017-02-14
Matt Caswell
Add client side support for parsing Hello Retry Request
blob
|
commitdiff
|
raw
|
diff to current
2017-02-14
Matt Caswell
Make the context available to the extensions parse...
blob
|
commitdiff
|
raw
|
diff to current
2017-01-30
Matt Caswell
Implement server side of PSK extension construction
blob
|
commitdiff
|
raw
|
diff to current
2017-01-30
Matt Caswell
Implement Server side of PSK extension parsing
blob
|
commitdiff
|
raw
|
diff to current
2017-01-30
Matt Caswell
Add support for client side parsing of the PSK extension
blob
|
commitdiff
|
raw
|
diff to current
2017-01-30
Matt Caswell
Construct the client side psk extension for TLSv1.3
blob
|
commitdiff
|
raw
|
diff to current
2017-01-30
Matt Caswell
Process incoming NewSessionTicket messages on the clien...
blob
|
commitdiff
|
raw
|
diff to current
2017-01-30
Matt Caswell
Create the NewSessionTicket message in TLSv1.3
blob
|
commitdiff
|
raw
|
diff to current
2017-01-30
Matt Caswell
Add support for the psk_key_exchange_modes extension
blob
|
commitdiff
|
raw
|
diff to current
2017-01-30
Matt Caswell
Move TLSv1.3 Session Ticket processing into the state...
blob
|
commitdiff
|
raw
|
diff to current
2017-01-30
Matt Caswell
Move state machine knowledge out of the record layer
blob
|
commitdiff
|
raw
|
diff to current
2017-01-10
Matt Caswell
Move Certificate Verify construction and processing...
blob
|
commitdiff
|
raw
|
diff to current
2017-01-06
Matt Caswell
Rename the chain variable to chainidx
blob
|
commitdiff
|
raw
|
diff to current
2017-01-06
Matt Caswell
Implement TLSv1.3 style CertificateStatus
blob
|
commitdiff
|
raw
|
diff to current
2017-01-06
Matt Caswell
Extends extension parsing to take the Certificate
blob
|
commitdiff
|
raw
|
diff to current
2017-01-06
Matt Caswell
Extend tls_construct_extensions() to enable passing...
blob
|
commitdiff
|
raw
|
diff to current
2016-12-08
Matt Caswell
Fix the declaration of tls_parse_extension in statem_locl.h
blob
|
commitdiff
|
raw
|
diff to current
2016-12-08
Matt Caswell
Various style updates following extensions refactor
blob
|
commitdiff
|
raw
|
diff to current
2016-12-08
Matt Caswell
Move ServerHello extension parsing into the new extensi...
blob
|
commitdiff
|
raw
|
diff to current
2016-12-08
Matt Caswell
Avoid repeatedly scanning the list of extensions
blob
|
commitdiff
|
raw
|
diff to current
2016-12-08
Matt Caswell
Simplify ClientHello extension parsing
blob
|
commitdiff
|
raw
|
diff to current
2016-12-08
Matt Caswell
Move client construction of ClientHello extensions...
blob
|
commitdiff
|
raw
|
diff to current
2016-12-08
Matt Caswell
Move client parsing of ServerHello extensions into...
blob
|
commitdiff
|
raw
|
diff to current
2016-12-08
Matt Caswell
Rename some functions
blob
|
commitdiff
|
raw
|
diff to current
2016-12-08
Matt Caswell
Move ServerHello extension construction into the new...
blob
|
commitdiff
|
raw
|
diff to current
2016-12-08
Matt Caswell
Split extensions code into core extensions and server...
blob
|
commitdiff
|
raw
|
diff to current
2016-12-08
Matt Caswell
Add extensions construction support
blob
|
commitdiff
|
raw
|
diff to current
2016-12-08
Matt Caswell
Refactor ClientHello extension parsing
blob
|
commitdiff
|
raw
|
diff to current
2016-12-08
Matt Caswell
Verify that extensions are used in the correct context
blob
|
commitdiff
|
raw
|
diff to current
2016-12-08
Matt Caswell
Add EncryptedExtensions message
blob
|
commitdiff
|
raw
|
diff to current
2016-11-23
Matt Caswell
Ensure the end of first server flight processing is...
blob
|
commitdiff
|
raw
|
diff to current
2016-11-09
Matt Caswell
Fix various style issues in the extension parsing refactor
blob
|
commitdiff
|
raw
|
diff to current
2016-11-09
Matt Caswell
Refactor ClientHello processing so that extensions...
blob
|
commitdiff
|
raw
|
diff to current
2016-11-04
Matt Caswell
Further libssl size_t-ify of reading
blob
|
commitdiff
|
raw
|
diff to current
2016-10-03
Matt Caswell
Add a typedef for the construction function
blob
|
commitdiff
|
raw
|
diff to current
2016-10-03
Matt Caswell
Move setting of the handshake header up one more level
blob
|
commitdiff
|
raw
|
diff to current
2016-10-03
Matt Caswell
Remove the special case processing for finished constru...
blob
|
commitdiff
|
raw
|
diff to current
2016-10-03
Matt Caswell
Don't set the handshake header in every message
blob
|
commitdiff
|
raw
|
diff to current
2016-10-03
Matt Caswell
Move init of the WPACKET into write_state_machine()
blob
|
commitdiff
|
raw
|
diff to current
2016-08-18
Emilia Kasper
Indent ssl/
blob
|
commitdiff
|
raw
|
diff to current
2016-05-17
Rich Salz
Copyright consolidation 01/10
blob
|
commitdiff
|
raw
|
diff to current
2016-01-26
Rich Salz
Remove /* foo.c */ comments
blob
|
commitdiff
|
raw
|
diff to current
2015-10-30
Matt Caswell
Add ossl_statem prefix to various functions
blob
|
commitdiff
|
raw
|
diff to current
2015-10-30
Matt Caswell
Convert enums to typedefs
blob
|
commitdiff
|
raw
|
diff to current
2015-10-30
Matt Caswell
More state machine reorg
blob
|
commitdiff
|
raw
|
diff to current