[go: nahoru, domu]

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

Add decryption capability to tests #337

Open
martinthomson opened this issue Dec 5, 2019 · 0 comments
Open

Add decryption capability to tests #337

martinthomson opened this issue Dec 5, 2019 · 0 comments
Labels
p3 Backlog

Comments

@martinthomson
Copy link
Member

The basic idea here is to run with SSLKEYLOGFILE on and use that to get access to the necessary secrets. We could use an internal-only API instead, which is what NSS ends up doing. We should try to use public, stable APIs if the cost is not significantly more to do so.

The basic premise here is that the test code should not depend on what the code under test reports about the status of anything. For instance, if we want to know if a packet contains a PING frame, we should look in the packet. That way, if there is a bug in the code under test, we are more likely to discover it. This won't be purely independent, but it might help.

@agrover agrover added this to Needs triage in 2H 2020 bug triage Jan 29, 2020
@agrover agrover moved this from Needs triage to Low priority in 2H 2020 bug triage Jan 29, 2020
@ddragana ddragana added the p3 Backlog label Nov 24, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
p3 Backlog
Projects
Development

No branches or pull requests

2 participants