Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TLS 1.3 – verify that server will accept Change Cipher Spec in any place #207

Open
tomato42 opened this issue Mar 22, 2018 · 0 comments
Open
Labels
blocked waiting for some other issue to be resolved good first issue relatively simple changes, good for first time contributors help wanted new test script will require creation of a new connection script

Comments

@tomato42
Copy link
Member

tomato42 commented Mar 22, 2018

in middlebox compatibility mode (which should always be supported on receiving side), the peer can send CCS at any point in the connection post ClientHello and before Finished.

Verify that it's accepted by server with HRR, 0-RTT (w/early_data) and with client certificate authentication.

also check if it can be received in between undecryptable 0-RTT (early_data) records

and between fragments of messages; verify that it is rejected when it's between fragments of first ClientHello but accepted when it is between fragments of second ClientHello

Partially blocked by #198 and #205
Partially tested by test-tls13-0rtt-garbage.py from #423

@tomato42 tomato42 added help wanted good first issue relatively simple changes, good for first time contributors new test script will require creation of a new connection script blocked waiting for some other issue to be resolved labels Mar 22, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
blocked waiting for some other issue to be resolved good first issue relatively simple changes, good for first time contributors help wanted new test script will require creation of a new connection script
Projects
TLS 1.3 coverage
  
Awaiting triage
Development

No branches or pull requests

1 participant