Skip to content

Commit

Permalink
Merge pull request #860 from ueno/wip/dueno/tls13-obsolete-curves-hrr
Browse files Browse the repository at this point in the history
test-tls13-obsolete-curves: don't touch supported_groups around HRR
  • Loading branch information
ueno committed Sep 14, 2023
2 parents 10309e9 + bb6d024 commit c8651f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/test-tls13-obsolete-curves.py
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@ def main():
ext[ExtensionType.supported_versions] = SupportedVersionsExtension()\
.create([TLS_1_3_DRAFT, (3, 3)])
ext[ExtensionType.supported_groups] = SupportedGroupsExtension()\
.create(groups)
.create(both_groups)
sig_algs = [SignatureScheme.rsa_pss_rsae_sha256,
SignatureScheme.rsa_pss_pss_sha256,
SignatureScheme.ecdsa_secp256r1_sha256]
Expand Down

0 comments on commit c8651f4

Please sign in to comment.