Skip to content

Commit

Permalink
Update tlsfuzzer submodules
Browse files Browse the repository at this point in the history
Signed-off-by: Jakub Jelen <[email protected]>
  • Loading branch information
Jakuje committed Dec 17, 2024
1 parent 6be8f7a commit f2fc43c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tlsfuzzer
Submodule tlsfuzzer updated 35 files
+2 −2 .github/workflows/ci.yml
+1 −1 requirements.txt
+38 −0 sbom.cdx.json
+12 −8 scripts/test-certificate-request.py
+13 −5 scripts/test-conversation.py
+48 −2 scripts/test-dsa-in-certificate-verify.py
+344 −0 scripts/test-dsa-sig-flexibility.py
+75 −13 scripts/test-ecdsa-in-certificate-verify.py
+69 −22 scripts/test-ecdsa-sig-flexibility.py
+78 −13 scripts/test-invalid-server-name-extension-resumption.py
+171 −38 scripts/test-invalid-server-name-extension.py
+1 −1 scripts/test-rsa-sigs-on-certificate-verify.py
+15 −22 scripts/test-signature-algorithms.py
+56 −1 scripts/test-tls13-client-certificate-compression.py
+10 −2 scripts/test-tls13-conversation.py
+429 −0 scripts/test-tls13-ecdhe-brainpool-curves.py
+582 −0 scripts/test-tls13-ecdsa-brainpool-in-certificate-verify.py
+26 −11 scripts/test-tls13-ecdsa-support.py
+307 −0 scripts/test-tls13-eddsa.py
+9 −8 scripts/test-tls13-obsolete-curves.py
+11 −0 tests/serverBrainpoolP256r1ECCert.pem
+5 −0 tests/serverBrainpoolP256r1ECKey.pem
+12 −0 tests/serverBrainpoolP384r1ECCert.pem
+6 −0 tests/serverBrainpoolP384r1ECKey.pem
+13 −0 tests/serverBrainpoolP512r1ECCert.pem
+7 −0 tests/serverBrainpoolP512r1ECKey.pem
+96 −8 tests/tlslite-ng-py3.8.json
+96 −8 tests/tlslite-ng-random-subset-py3.8.json
+96 −8 tests/tlslite-ng-random-subset.json
+96 −8 tests/tlslite-ng.json
+63 −6 tlsfuzzer/analysis.py
+40 −9 tlsfuzzer/expect.py
+6 −0 tlsfuzzer/handshake_helpers.py
+8 −2 tlsfuzzer/helpers.py
+28 −7 tlsfuzzer/messages.py
2 changes: 1 addition & 1 deletion tlslite-ng

0 comments on commit f2fc43c

Please sign in to comment.