Skip to content

Commit

Permalink
Reland Fix typo in Rustdoc for verify_signature().
Browse files Browse the repository at this point in the history
[`git cherry-pick b481381`.]
  • Loading branch information
TimWolla authored and briansmith committed Sep 30, 2023
1 parent 52f4db4 commit 911e11c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/end_entity.rs
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ impl<'a> EndEntityCert<'a> {
/// `DigitallySigned.algorithm` of TLS type `SignatureAndHashAlgorithm`. In
/// TLS 1.2 a single `SignatureAndHashAlgorithm` may map to multiple
/// `SignatureAlgorithm`s. For example, a TLS 1.2
/// `ignatureAndHashAlgorithm` of (ECDSA, SHA-256) may map to any or all
/// `SignatureAndHashAlgorithm` of (ECDSA, SHA-256) may map to any or all
/// of {`ECDSA_P256_SHA256`, `ECDSA_P384_SHA256`}, depending on how the TLS
/// implementation is configured.
///
Expand Down

0 comments on commit 911e11c

Please sign in to comment.