We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 247bccc commit 733a1caCopy full SHA for 733a1ca
rcgen/src/csr.rs
@@ -91,7 +91,8 @@ impl CertificateSigningRequestParams {
91
/// - `Key Usage` (see [`KeyUsagePurpose`])
92
/// - `Extended Key Usage` (see [`ExtendedKeyUsagePurpose`])
93
///
94
- /// On encountering other extensions, this function will return an error.
+ /// On encountering other extensions, this function will return [`Error::UnsupportedExtension`].
95
+ /// If the request's signature is invalid, it will return [`Error::InvalidRequestSignature`].
96
97
/// [`rustls_pemfile::csr()`] is often used to obtain a [`CertificateSigningRequestDer`] from
98
/// PEM input. If you already have a byte slice containing DER, it can trivially be converted
0 commit comments