Skip to content

Commit

Permalink
NFC: Correct name of mozilla::pkix in comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
briansmith authored and cpu committed Sep 30, 2023
1 parent 84e0b16 commit 3bea3e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/verify_cert.rs
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ impl Default for Budget {
// So this may actually be too aggressive.
signatures: 100,

// This limit is taken from NSS libmozpkix, see:
// This limit is taken from mozilla::pkix, see:
// <https://github.com/nss-dev/nss/blob/bb4a1d38dd9e92923525ac6b5ed0288479f3f3fc/lib/mozpkix/lib/pkixbuild.cpp#L381-L393>
build_chain_calls: 200_000,

Expand Down

0 comments on commit 3bea3e3

Please sign in to comment.