tomato42/tlsfuzzer

View on GitHub
.github/ISSUE_TEMPLATE/New_test_script.md

Summary

Maintainability
Test Coverage
---
name: New test script idea
about: Suggest an idea for testing a TLS implementation
 
---
 
# New test script idea
 
Trailing punctuation in header
## What TLS message this idea relates to?
 
Add names of messages, like "ClientHello" here.
 
Trailing punctuation in header
## What TLS extension this idea relates to?
 
Add names of extensions, like `signature_algorithms` here.
 
Trailing punctuation in header
## What is the behaviour the test script should test?
 
Describe what fields of the sent messages should be modified or set to special
values, what fields of received messages should be checked and compared to
what values.
 
Trailing punctuation in header
## Are there scripts that test related functionality?
 
List scripts that test the same or related functionality here.
 
## Additional information
 
Provide additional information about the script here.