diff options
Diffstat (limited to '')
-rw-r--r-- | src/lib/libcrypto/man/X509_get_extension_flags.3 | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/src/lib/libcrypto/man/X509_get_extension_flags.3 b/src/lib/libcrypto/man/X509_get_extension_flags.3 index 1d7f29c687..1d15be407e 100644 --- a/src/lib/libcrypto/man/X509_get_extension_flags.3 +++ b/src/lib/libcrypto/man/X509_get_extension_flags.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: X509_get_extension_flags.3,v 1.4 2023/04/30 19:40:23 tb Exp $ | 1 | .\" $OpenBSD: X509_get_extension_flags.3,v 1.6 2025/06/08 22:40:30 schwarze Exp $ |
2 | .\" full merge up to: OpenSSL 361136f4 Sep 1 18:56:58 2015 +0100 | 2 | .\" full merge up to: OpenSSL 361136f4 Sep 1 18:56:58 2015 +0100 |
3 | .\" selective merge up to: OpenSSL 2b2e3106f Feb 16 15:04:45 2021 +0000 | 3 | .\" selective merge up to: OpenSSL 2b2e3106f Feb 16 15:04:45 2021 +0000 |
4 | .\" | 4 | .\" |
@@ -49,7 +49,7 @@ | |||
49 | .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED | 49 | .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED |
50 | .\" OF THE POSSIBILITY OF SUCH DAMAGE. | 50 | .\" OF THE POSSIBILITY OF SUCH DAMAGE. |
51 | .\" | 51 | .\" |
52 | .Dd $Mdocdate: April 30 2023 $ | 52 | .Dd $Mdocdate: June 8 2025 $ |
53 | .Dt X509_GET_EXTENSION_FLAGS 3 | 53 | .Dt X509_GET_EXTENSION_FLAGS 3 |
54 | .Os | 54 | .Os |
55 | .Sh NAME | 55 | .Sh NAME |
@@ -58,6 +58,7 @@ | |||
58 | .Nm X509_get_extended_key_usage | 58 | .Nm X509_get_extended_key_usage |
59 | .Nd retrieve certificate extension data | 59 | .Nd retrieve certificate extension data |
60 | .Sh SYNOPSIS | 60 | .Sh SYNOPSIS |
61 | .Lb libcrypto | ||
61 | .In openssl/x509v3.h | 62 | .In openssl/x509v3.h |
62 | .Ft uint32_t | 63 | .Ft uint32_t |
63 | .Fo X509_get_extension_flags | 64 | .Fo X509_get_extension_flags |
@@ -106,8 +107,8 @@ ASN1 object itself. | |||
106 | .\" EXFLAG_NO_FINGERPRINT is not available in LibreSSL. Do we need | 107 | .\" EXFLAG_NO_FINGERPRINT is not available in LibreSSL. Do we need |
107 | .\" https://github.com/openssl/openssl/issues/13698 and the fix it fixes? | 108 | .\" https://github.com/openssl/openssl/issues/13698 and the fix it fixes? |
108 | .\".It Dv EXFLAG_NO_FINGERPRINT | 109 | .\".It Dv EXFLAG_NO_FINGERPRINT |
109 | .\" Failed to compute the internal SHA1 hash value of the certificate. | 110 | .\" Failed to compute the internal SHA-1 hash value of the certificate. |
110 | .\" This may be due to malloc failure or because no SHA1 implementation was | 111 | .\" This may be due to malloc failure or because no SHA-1 implementation was |
111 | .\" found. | 112 | .\" found. |
112 | .It Dv EXFLAG_INVALID_POLICY | 113 | .It Dv EXFLAG_INVALID_POLICY |
113 | The | 114 | The |