summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/X509_print_ex.3
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/man/X509_print_ex.3')
-rw-r--r--src/lib/libcrypto/man/X509_print_ex.310
1 files changed, 8 insertions, 2 deletions
diff --git a/src/lib/libcrypto/man/X509_print_ex.3 b/src/lib/libcrypto/man/X509_print_ex.3
index c769e77c32..627ef25a79 100644
--- a/src/lib/libcrypto/man/X509_print_ex.3
+++ b/src/lib/libcrypto/man/X509_print_ex.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: X509_print_ex.3,v 1.5 2025/03/09 14:02:46 tb Exp $ 1.\" $OpenBSD: X509_print_ex.3,v 1.7 2025/07/01 06:47:56 tb Exp $
2.\" 2.\"
3.\" Copyright (c) 2021 Ingo Schwarze <schwarze@openbsd.org> 3.\" Copyright (c) 2021 Ingo Schwarze <schwarze@openbsd.org>
4.\" 4.\"
@@ -14,7 +14,7 @@
14.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF 14.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
15.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 15.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
16.\" 16.\"
17.Dd $Mdocdate: March 9 2025 $ 17.Dd $Mdocdate: July 1 2025 $
18.Dt X509_PRINT_EX 3 18.Dt X509_PRINT_EX 3
19.Os 19.Os
20.Sh NAME 20.Sh NAME
@@ -25,6 +25,7 @@
25.Nm X509_print_fp 25.Nm X509_print_fp
26.Nd pretty-print an X.509 certificate 26.Nd pretty-print an X.509 certificate
27.Sh SYNOPSIS 27.Sh SYNOPSIS
28.Lb libcrypto
28.In openssl/x509.h 29.In openssl/x509.h
29.Ft int 30.Ft int
30.Fo X509_print_ex 31.Fo X509_print_ex
@@ -132,6 +133,11 @@ with
132.Xr EVP_PKEY_print_public 3 . 133.Xr EVP_PKEY_print_public 3 .
133.Pq Dv X509_FLAG_NO_PUBKEY 134.Pq Dv X509_FLAG_NO_PUBKEY
134.It 135.It
136If an issuer or a subject unique identifier is present, its hex dump
137is printed with
138.Xr X509_signature_dump 3 .
139.Pq Dv X509_FLAG_NO_IDS
140.It
135All X.509 extensions contained in the certificate are printed with 141All X.509 extensions contained in the certificate are printed with
136.Xr X509V3_extensions_print 3 . 142.Xr X509V3_extensions_print 3 .
137.Pq Dv X509_FLAG_NO_EXTENSIONS 143.Pq Dv X509_FLAG_NO_EXTENSIONS