From 516eee130b58dc8346e1533a697c1c964aac8098 Mon Sep 17 00:00:00 2001 From: tb <> Date: Tue, 1 Jul 2025 06:47:56 +0000 Subject: X509_print_ex.3: document X509_FLAG_NO_IDS ok job kenjiro --- src/lib/libcrypto/man/X509_print_ex.3 | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'src/lib/libcrypto/man') diff --git a/src/lib/libcrypto/man/X509_print_ex.3 b/src/lib/libcrypto/man/X509_print_ex.3 index b392df7a3a..627ef25a79 100644 --- a/src/lib/libcrypto/man/X509_print_ex.3 +++ b/src/lib/libcrypto/man/X509_print_ex.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: X509_print_ex.3,v 1.6 2025/06/08 22:40:30 schwarze Exp $ +.\" $OpenBSD: X509_print_ex.3,v 1.7 2025/07/01 06:47:56 tb Exp $ .\" .\" Copyright (c) 2021 Ingo Schwarze .\" @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: June 8 2025 $ +.Dd $Mdocdate: July 1 2025 $ .Dt X509_PRINT_EX 3 .Os .Sh NAME @@ -133,6 +133,11 @@ with .Xr EVP_PKEY_print_public 3 . .Pq Dv X509_FLAG_NO_PUBKEY .It +If an issuer or a subject unique identifier is present, its hex dump +is printed with +.Xr X509_signature_dump 3 . +.Pq Dv X509_FLAG_NO_IDS +.It All X.509 extensions contained in the certificate are printed with .Xr X509V3_extensions_print 3 . .Pq Dv X509_FLAG_NO_EXTENSIONS -- cgit v1.2.3-55-g6feb