diff options
author | Jung-uk Kim <jkim@FreeBSD.org> | 2020-03-31 15:25:23 +0000 |
---|---|---|
committer | Jung-uk Kim <jkim@FreeBSD.org> | 2020-03-31 15:25:23 +0000 |
commit | b6cfecdc04a5a5e42ae4f2b025d8246cc16f3342 (patch) | |
tree | 2a7386571f7a820ff0830927575980b68bb350c7 /doc/man3/X509_get_extension_flags.pod | |
parent | aa144ced5d61b5c7fb74acaebb37d85bd08f0416 (diff) | |
download | src-b6cfecdc04a5a5e42ae4f2b025d8246cc16f3342.tar.gz src-b6cfecdc04a5a5e42ae4f2b025d8246cc16f3342.zip |
Import OpenSSL 1.1.1f.vendor/openssl/1.1.1f
Notes
Notes:
svn path=/vendor-crypto/openssl/dist/; revision=359482
svn path=/vendor-crypto/openssl/1.1.1f/; revision=359483; tag=vendor/openssl/1.1.1f
Diffstat (limited to 'doc/man3/X509_get_extension_flags.pod')
-rw-r--r-- | doc/man3/X509_get_extension_flags.pod | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/doc/man3/X509_get_extension_flags.pod b/doc/man3/X509_get_extension_flags.pod index 2dfe2ef37275..43c9c952c6b7 100644 --- a/doc/man3/X509_get_extension_flags.pod +++ b/doc/man3/X509_get_extension_flags.pod @@ -80,6 +80,17 @@ The certificate contains an unhandled critical extension. Some certificate extension values are invalid or inconsistent. The certificate should be rejected. +This bit may also be raised after an out-of-memory error while +processing the X509 object, so it may not be related to the processed +ASN1 object itself. + +=item B<EXFLAG_INVALID_POLICY> + +The NID_certificate_policies certificate extension is invalid or +inconsistent. The certificate should be rejected. +This bit may also be raised after an out-of-memory error while +processing the X509 object, so it may not be related to the processed +ASN1 object itself. =item B<EXFLAG_KUSAGE> @@ -183,7 +194,7 @@ X509_get_proxy_pathlen() were added in OpenSSL 1.1.0. =head1 COPYRIGHT -Copyright 2015-2019 The OpenSSL Project Authors. All Rights Reserved. +Copyright 2015-2020 The OpenSSL Project Authors. All Rights Reserved. Licensed under the OpenSSL license (the "License"). You may not use this file except in compliance with the License. You can obtain a copy |