diff options
author | Theo Buehler <tb@cvs.openbsd.org> | 2022-11-29 19:52:49 +0000 |
---|---|---|
committer | Theo Buehler <tb@cvs.openbsd.org> | 2022-11-29 19:52:49 +0000 |
commit | c9850bd210d0ebe33d60bca4257c0b4940c9d565 (patch) | |
tree | 0c8dd997c5bee4d24545660c6a5ea616fb4f7f50 /lib/libcrypto/man | |
parent | 052fec463b4d5aa3ec79590f07bcdf49956a799f (diff) |
Add missing markup to comments and to RFC 3779 error
Diffstat (limited to 'lib/libcrypto/man')
-rw-r--r-- | lib/libcrypto/man/X509_STORE_CTX_get_error.3 | 22 |
1 files changed, 12 insertions, 10 deletions
diff --git a/lib/libcrypto/man/X509_STORE_CTX_get_error.3 b/lib/libcrypto/man/X509_STORE_CTX_get_error.3 index be63bacf12b..48af7d9af75 100644 --- a/lib/libcrypto/man/X509_STORE_CTX_get_error.3 +++ b/lib/libcrypto/man/X509_STORE_CTX_get_error.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: X509_STORE_CTX_get_error.3,v 1.24 2022/11/29 12:31:43 tb Exp $ +.\" $OpenBSD: X509_STORE_CTX_get_error.3,v 1.25 2022/11/29 19:52:48 tb Exp $ .\" full merge up to: .\" OpenSSL man3/X509_STORE_CTX_get_error 24a535ea Sep 22 13:14:20 2020 +0100 .\" OpenSSL man3/X509_STORE_CTX_new 24a535ea Sep 22 13:14:20 2020 +0100 @@ -485,19 +485,21 @@ This is only set if issuer check debugging is enabled it is used for status notification and is .Sy not in itself an error. -.\" X509_V_ERR_UNABLE_TO_GET_CRL_ISSUER : \ +.\" .It Dv X509_V_ERR_UNABLE_TO_GET_CRL_ISSUER : \ .\" No unable to get CRL issuer certificate -.\" X509_V_ERR_UNHANDLED_CRITICAL_EXTENSION : No unhandled critical extension -.\" X509_V_ERR_KEYUSAGE_NO_CRL_SIGN : No key usage does not include CRL signing -.\" X509_V_ERR_UNHANDLED_CRITICAL_CRL_EXTENSION : \ +.\" .It Dv X509_V_ERR_UNHANDLED_CRITICAL_EXTENSION : \ +.\" No unhandled critical extension +.\" .It Dv X509_V_ERR_KEYUSAGE_NO_CRL_SIGN : \ +.\" No key usage does not include CRL signing +.\" .It Dv X509_V_ERR_UNHANDLED_CRITICAL_CRL_EXTENSION : \ .\" No unhandled critical CRL extension -.\" X509_V_ERR_INVALID_NON_CA : \ +.\" .It Dv X509_V_ERR_INVALID_NON_CA : \ .\" No invalid non-CA certificate (has CA markings) -.\" X509_V_ERR_PROXY_PATH_LENGTH_EXCEEDED : \ +.\" .It Dv X509_V_ERR_PROXY_PATH_LENGTH_EXCEEDED : \ .\" No proxy path length constraint exceeded -.\" X509_V_ERR_KEYUSAGE_NO_DIGITAL_SIGNATURE : \ +.\" .It Dv X509_V_ERR_KEYUSAGE_NO_DIGITAL_SIGNATURE : \ .\" No key usage does not include digital signature -.\" X509_V_ERR_PROXY_CERTIFICATES_NOT_ALLOWED : \ +.\" .It Dv X509_V_ERR_PROXY_CERTIFICATES_NOT_ALLOWED : \ .\" No proxy certificates not allowed, please set the appropriate flag .It Dv X509_V_ERR_INVALID_EXTENSION : \ No invalid or inconsistent certificate extension @@ -519,7 +521,7 @@ certificate. Some feature of a certificate extension is not supported. Unused. .It Dv X509_V_ERR_UNNESTED_RESOURCE : \ - RFC 3779 resource not subset of parent's resources + No RFC 3779 resource not subset of parent's resources When walking up a certificate chain, all resources specified in RFC 3779 extensions must be contained in the resources delegated in the issuer's RFC 3779 extensions. |