diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/lib/libcrypto/man/X509_STORE_CTX_get_error.3 | 22 |
1 files changed, 12 insertions, 10 deletions
diff --git a/src/lib/libcrypto/man/X509_STORE_CTX_get_error.3 b/src/lib/libcrypto/man/X509_STORE_CTX_get_error.3 index be63bacf12..48af7d9af7 100644 --- a/src/lib/libcrypto/man/X509_STORE_CTX_get_error.3 +++ b/src/lib/libcrypto/man/X509_STORE_CTX_get_error.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: X509_STORE_CTX_get_error.3,v 1.24 2022/11/29 12:31:43 tb Exp $ | 1 | .\" $OpenBSD: X509_STORE_CTX_get_error.3,v 1.25 2022/11/29 19:52:48 tb Exp $ |
2 | .\" full merge up to: | 2 | .\" full merge up to: |
3 | .\" OpenSSL man3/X509_STORE_CTX_get_error 24a535ea Sep 22 13:14:20 2020 +0100 | 3 | .\" OpenSSL man3/X509_STORE_CTX_get_error 24a535ea Sep 22 13:14:20 2020 +0100 |
4 | .\" OpenSSL man3/X509_STORE_CTX_new 24a535ea Sep 22 13:14:20 2020 +0100 | 4 | .\" 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 | |||
485 | status notification and is | 485 | status notification and is |
486 | .Sy not | 486 | .Sy not |
487 | in itself an error. | 487 | in itself an error. |
488 | .\" X509_V_ERR_UNABLE_TO_GET_CRL_ISSUER : \ | 488 | .\" .It Dv X509_V_ERR_UNABLE_TO_GET_CRL_ISSUER : \ |
489 | .\" No unable to get CRL issuer certificate | 489 | .\" No unable to get CRL issuer certificate |
490 | .\" X509_V_ERR_UNHANDLED_CRITICAL_EXTENSION : No unhandled critical extension | 490 | .\" .It Dv X509_V_ERR_UNHANDLED_CRITICAL_EXTENSION : \ |
491 | .\" X509_V_ERR_KEYUSAGE_NO_CRL_SIGN : No key usage does not include CRL signing | 491 | .\" No unhandled critical extension |
492 | .\" X509_V_ERR_UNHANDLED_CRITICAL_CRL_EXTENSION : \ | 492 | .\" .It Dv X509_V_ERR_KEYUSAGE_NO_CRL_SIGN : \ |
493 | .\" No key usage does not include CRL signing | ||
494 | .\" .It Dv X509_V_ERR_UNHANDLED_CRITICAL_CRL_EXTENSION : \ | ||
493 | .\" No unhandled critical CRL extension | 495 | .\" No unhandled critical CRL extension |
494 | .\" X509_V_ERR_INVALID_NON_CA : \ | 496 | .\" .It Dv X509_V_ERR_INVALID_NON_CA : \ |
495 | .\" No invalid non-CA certificate (has CA markings) | 497 | .\" No invalid non-CA certificate (has CA markings) |
496 | .\" X509_V_ERR_PROXY_PATH_LENGTH_EXCEEDED : \ | 498 | .\" .It Dv X509_V_ERR_PROXY_PATH_LENGTH_EXCEEDED : \ |
497 | .\" No proxy path length constraint exceeded | 499 | .\" No proxy path length constraint exceeded |
498 | .\" X509_V_ERR_KEYUSAGE_NO_DIGITAL_SIGNATURE : \ | 500 | .\" .It Dv X509_V_ERR_KEYUSAGE_NO_DIGITAL_SIGNATURE : \ |
499 | .\" No key usage does not include digital signature | 501 | .\" No key usage does not include digital signature |
500 | .\" X509_V_ERR_PROXY_CERTIFICATES_NOT_ALLOWED : \ | 502 | .\" .It Dv X509_V_ERR_PROXY_CERTIFICATES_NOT_ALLOWED : \ |
501 | .\" No proxy certificates not allowed, please set the appropriate flag | 503 | .\" No proxy certificates not allowed, please set the appropriate flag |
502 | .It Dv X509_V_ERR_INVALID_EXTENSION : \ | 504 | .It Dv X509_V_ERR_INVALID_EXTENSION : \ |
503 | No invalid or inconsistent certificate extension | 505 | No invalid or inconsistent certificate extension |
@@ -519,7 +521,7 @@ certificate. | |||
519 | Some feature of a certificate extension is not supported. | 521 | Some feature of a certificate extension is not supported. |
520 | Unused. | 522 | Unused. |
521 | .It Dv X509_V_ERR_UNNESTED_RESOURCE : \ | 523 | .It Dv X509_V_ERR_UNNESTED_RESOURCE : \ |
522 | RFC 3779 resource not subset of parent's resources | 524 | No RFC 3779 resource not subset of parent's resources |
523 | When walking up a certificate chain, all resources specified in | 525 | When walking up a certificate chain, all resources specified in |
524 | RFC 3779 extensions must be contained in the resources delegated in | 526 | RFC 3779 extensions must be contained in the resources delegated in |
525 | the issuer's RFC 3779 extensions. | 527 | the issuer's RFC 3779 extensions. |