index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ssl
/
statem
/
statem_locl.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Don't restrict the number of KeyUpdate messages we can process
Matt Caswell
2019-02-22
1
-3
/
+0
*
Following the license change, modify the boilerplates in ssl/
Richard Levitte
2018-12-06
1
-1
/
+1
*
Separate ca_names handling for client and server
Matt Caswell
2018-11-12
1
-1
/
+2
*
Don't calculate the Finished MAC twice
Matt Caswell
2018-02-09
1
-0
/
+1
*
Add TLSv1.3 post-handshake authentication (PHA)
Todd Short
2018-02-01
1
-1
/
+9
*
Add support for the TLS 1.3 signature_algorithms_cert extension
Benjamin Kaduk
2018-01-25
1
-0
/
+2
*
Add support for sending TLSv1.3 cookies
Matt Caswell
2018-01-24
1
-1
/
+7
*
Don't flush the ClientHello if we're going to send early data
Matt Caswell
2017-12-28
1
-4
/
+2
*
Merge HRR into ServerHello
Matt Caswell
2017-12-14
1
-0
/
+2
*
Update ServerHello to new draft-22 format
Matt Caswell
2017-12-14
1
-0
/
+7
*
Convert the state machine code to use SSLfatal()
Matt Caswell
2017-12-04
1
-83
/
+81
*
Implement Maximum Fragment Length TLS extension.
FdaSilvaYY
2017-11-05
1
-1
/
+10
*
Store groups as uint16_t
Dr. Stephen Henson
2017-09-22
1
-4
/
+1
*
Add server side sanity checks of SNI/ALPN for use with early_data
Matt Caswell
2017-08-31
1
-0
/
+2
*
Add TLSv1.3 server side external PSK support
Matt Caswell
2017-06-21
1
-1
/
+1
*
Convert key exchange to one shot call
Dr. Stephen Henson
2017-06-21
1
-0
/
+2
*
Add a new unsolicited extension error code and add enum tag
Matt Caswell
2017-05-17
1
-1
/
+1
*
Fail if we receive a response to an extension that we didn't request
Matt Caswell
2017-05-17
1
-75
/
+93
*
Send the supported_groups extension in EE where applicable
Matt Caswell
2017-05-08
1
-0
/
+6
*
Call init and finalization functions per extension message
Tatsuhiro Tsujikawa
2017-04-26
1
-2
/
+3
*
Implement a new custom extensions API
Matt Caswell
2017-04-07
1
-0
/
+4
*
Move the extensions context codes into the public API
Matt Caswell
2017-04-07
1
-23
/
+0
*
Allow signature algorithms in TLS 1.3 certificate request extensions.
Dr. Stephen Henson
2017-03-17
1
-0
/
+1
*
Move parsing and construction of CA names to separate functions
Dr. Stephen Henson
2017-03-17
1
-0
/
+3
*
HelloRetryRequest updates for draft-19
Matt Caswell
2017-03-16
1
-1
/
+1
*
Merge early_data_info extension into early_data
Matt Caswell
2017-03-16
1
-5
/
+0
*
Update end of early data processing for draft-19
Matt Caswell
2017-03-16
1
-0
/
+3
*
Add basic TLSv1.3 cookie support
Matt Caswell
2017-03-05
1
-0
/
+4
*
Various fixes required to allow SSL_write/SSL_read during early data
Matt Caswell
2017-03-02
1
-0
/
+3
*
Implement client side parsing of the early_data extension
Matt Caswell
2017-03-02
1
-0
/
+2
*
Construct the server side early_data extension
Matt Caswell
2017-03-02
1
-0
/
+2
*
Parse the early_data extension
Matt Caswell
2017-03-02
1
-0
/
+2
*
Construct the early_data extension
Matt Caswell
2017-03-02
1
-0
/
+2
*
Parse the ticket_early_data_info extension
Matt Caswell
2017-03-02
1
-0
/
+2
*
Construct the ticket_early_data_info extension
Matt Caswell
2017-03-02
1
-0
/
+3
*
output number of exts from tls_collect_extensions()
Benjamin Kaduk
2017-02-23
1
-1
/
+1
*
Updates following review feedback
Matt Caswell
2017-02-17
1
-0
/
+3
*
Add the ability for a client to receive a KeyUpdate message
Matt Caswell
2017-02-17
1
-0
/
+2
*
Provide a function to send a KeyUpdate message
Matt Caswell
2017-02-17
1
-0
/
+1
*
Implement support for resumption with a HelloRetryRequest
Matt Caswell
2017-02-14
1
-0
/
+3
*
Add client side support for parsing Hello Retry Request
Matt Caswell
2017-02-14
1
-0
/
+1
*
Make the context available to the extensions parse and construction funcs
Matt Caswell
2017-02-14
1
-103
/
+122
*
Implement server side of PSK extension construction
Matt Caswell
2017-01-30
1
-0
/
+2
*
Implement Server side of PSK extension parsing
Matt Caswell
2017-01-30
1
-0
/
+7
*
Add support for client side parsing of the PSK extension
Matt Caswell
2017-01-30
1
-0
/
+1
*
Construct the client side psk extension for TLSv1.3
Matt Caswell
2017-01-30
1
-0
/
+2
*
Process incoming NewSessionTicket messages on the client side
Matt Caswell
2017-01-30
1
-1
/
+0
*
Create the NewSessionTicket message in TLSv1.3
Matt Caswell
2017-01-30
1
-1
/
+1
*
Add support for the psk_key_exchange_modes extension
Matt Caswell
2017-01-30
1
-0
/
+4
*
Move TLSv1.3 Session Ticket processing into the state machine
Matt Caswell
2017-01-30
1
-0
/
+1
[next]