You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In #10, explain the reason why picotls could send NewSessionTicket before receiving ClientFinished.
'Although the resumption master secret depends on the client’s second flight, servers which do not request client authentication MAY compute the remainder of the transcript independently and then send a NewSessionTicket immediately upon sending its Finished rather than waiting for the client Finished.'
But when cli act as server with argument '-a', it still send NewSessionTicket before receiving ClientFinished.
The text was updated successfully, but these errors were encountered:
In #10, explain the reason why picotls could send NewSessionTicket before receiving ClientFinished.
'Although the resumption master secret depends on the client’s second flight, servers which do not request client authentication MAY compute the remainder of the transcript independently and then send a NewSessionTicket immediately upon sending its Finished rather than waiting for the client Finished.'
But when cli act as server with argument '-a', it still send NewSessionTicket before receiving ClientFinished.
The text was updated successfully, but these errors were encountered: