diff options
author | tb <> | 2022-01-24 17:39:59 +0000 |
---|---|---|
committer | tb <> | 2022-01-24 17:39:59 +0000 |
commit | be0df1ec7b55ec791e94f3cfe98ac567d5dba1ee (patch) | |
tree | b82bf0806e2c8c335bbdba0ba5c46eb31b04848a /src | |
parent | 9671f2cab1da37a774b99b19d8d783ed36094a95 (diff) | |
download | openbsd-be0df1ec7b55ec791e94f3cfe98ac567d5dba1ee.tar.gz openbsd-be0df1ec7b55ec791e94f3cfe98ac567d5dba1ee.tar.bz2 openbsd-be0df1ec7b55ec791e94f3cfe98ac567d5dba1ee.zip |
Document X509_V_ERR_UNNESTED_RESOURCE. Previous version looked good
to claudio
Diffstat (limited to 'src')
-rw-r--r-- | src/lib/libcrypto/man/X509_STORE_CTX_get_error.3 | 11 |
1 files changed, 9 insertions, 2 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 7bfc01228f..ef9ce4fe4b 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.20 2021/11/17 16:08:32 schwarze Exp $ | 1 | .\" $OpenBSD: X509_STORE_CTX_get_error.3,v 1.21 2022/01/24 17:39:59 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 |
@@ -68,7 +68,7 @@ | |||
68 | .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED | 68 | .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED |
69 | .\" OF THE POSSIBILITY OF SUCH DAMAGE. | 69 | .\" OF THE POSSIBILITY OF SUCH DAMAGE. |
70 | .\" | 70 | .\" |
71 | .Dd $Mdocdate: November 17 2021 $ | 71 | .Dd $Mdocdate: January 24 2022 $ |
72 | .Dt X509_STORE_CTX_GET_ERROR 3 | 72 | .Dt X509_STORE_CTX_GET_ERROR 3 |
73 | .Os | 73 | .Os |
74 | .Sh NAME | 74 | .Sh NAME |
@@ -509,6 +509,13 @@ A name constraint violation occurred in the excluded subtrees. | |||
509 | No name constraints minimum and maximum not supported | 509 | No name constraints minimum and maximum not supported |
510 | A certificate name constraints extension included a minimum or maximum | 510 | A certificate name constraints extension included a minimum or maximum |
511 | field: this is not supported. | 511 | field: this is not supported. |
512 | .It Dv X509_V_ERR_UNNESTED_RESOURCE : \ | ||
513 | RFC 3779 resource not subset of parent's resources | ||
514 | When walking up a certificate chain, all resources specified in | ||
515 | RFC 3779 extensions must be contained in the resources delegated in | ||
516 | the issuer's RFC 3779 extensions. | ||
517 | The error indicates that this is not the case or that the trust anchor | ||
518 | has inheritance. | ||
512 | .It Dv X509_V_ERR_UNSUPPORTED_CONSTRAINT_TYPE : \ | 519 | .It Dv X509_V_ERR_UNSUPPORTED_CONSTRAINT_TYPE : \ |
513 | No unsupported name constraint type | 520 | No unsupported name constraint type |
514 | An unsupported name constraint type was encountered. | 521 | An unsupported name constraint type was encountered. |