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

Script to verify that server doesn't mask ciphersuite bits #59

Open
tomato42 opened this issue Jul 12, 2016 · 0 comments
Open

Script to verify that server doesn't mask ciphersuite bits #59

tomato42 opened this issue Jul 12, 2016 · 0 comments
Labels
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 Jul 12, 2016

Some old servers (SSLv2 era) don't check the first byte of ciphersuite ID advertised by client in SSLv3 and later Client Hello messages.

Write a test script that goes over all possible ciphersuite IDs and verifies that server either negotiates the single one advertised by client or aborts connection with an Alert message.

@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 labels Jul 12, 2016
@tomato42 tomato42 added this to To do in TLS 1.2 coverage via automation May 4, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
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
Development

No branches or pull requests

1 participant