summaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/libcrypto/man/X509_STORE_CTX_get_error.311
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
510A certificate name constraints extension included a minimum or maximum 510A certificate name constraints extension included a minimum or maximum
511field: this is not supported. 511field: this is not supported.
512.It Dv X509_V_ERR_UNNESTED_RESOURCE : \
513 RFC 3779 resource not subset of parent's resources
514When walking up a certificate chain, all resources specified in
515RFC 3779 extensions must be contained in the resources delegated in
516the issuer's RFC 3779 extensions.
517The error indicates that this is not the case or that the trust anchor
518has 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
514An unsupported name constraint type was encountered. 521An unsupported name constraint type was encountered.