1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 |
TLS-Attacker testsuite and fuzzingExtended Botan library tests with TLS-Attacker. https://github.com/RUB-NDS/TLS-Attacker TestsuiteContains a testsuite to validate correct TLS server behavior. Run
to download and build the recent TLS-Attacker version, and generate RSA key pairs. Run
to run the tests. Testsuite executes specific TLS handshakes with the Botan server and verifies that the server correctly handles specific TLS versions and cipher suites. The policy test instantiates the Botan server with a specific policy and verifies that the server behaves according to this policy. FuzzingStarts the TLS-Attacker fuzzer against the Botan server. Run
to download and build the recent TLS-Attacker version, generate RSA key pairs, and re-compile Botan with Address Sanitizer. Run
to start the fuzzer. The fuzzer config is located in
|