tlsfuzzer/tlslite-ng

Early handshake return in TLS1.3

Open

#288 opened on Jul 3, 2018

View on GitHub
 (0 comments) (0 reactions) (0 assignees)Python (95 forks)auto 404
complexenhancementhelp wanted

Repository metrics

Stars
 (269 stars)
PR merge metrics
 (PR metrics pending)

Description

In TLS1.3 the server can finish handshaking right after sending Finished message (if it didn't ask for client certificates), this will allow the application to send data right after the Finished, or NewSessionTicket. Especially useful for HTTP/2 early data push or reply to 0-RTT request.

Contributor guide