Skip to content

Commit

Permalink
Update reference in test generation code
Browse files Browse the repository at this point in the history
  • Loading branch information
djc authored and cpu committed Jul 15, 2024
1 parent 36f697f commit 97242e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/generate.py
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ def generate_tls_server_cert_test(
- `test_name`: name of the test, must be a rust identifier.
- `expected_error`: item in `webpki::Error` enum, expected error from
webpki `verify_is_valid_tls_server_cert` function. Leave absent to
webpki `verify_for_usage()` function. Leave absent to
expect success.
- `subject_common_name`: optional string to put in end-entity certificate
subject common name.
Expand Down

0 comments on commit 97242e5

Please sign in to comment.