summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authortb <>2021-07-09 14:41:14 +0000
committertb <>2021-07-09 14:41:14 +0000
commita2b25cbc6c1634311f248dc10449fb6fbf5c6598 (patch)
tree6e6a00544dd22bf914010cb5f4ee9b3b6b53bd03 /src
parentb93725e4359b91d9f5292a42ae32d17c36952b4b (diff)
downloadopenbsd-a2b25cbc6c1634311f248dc10449fb6fbf5c6598.tar.gz
openbsd-a2b25cbc6c1634311f248dc10449fb6fbf5c6598.tar.bz2
openbsd-a2b25cbc6c1634311f248dc10449fb6fbf5c6598.zip
Fix mixup between localKeyID and friendlyName.
"please commit" schwarze
Diffstat (limited to 'src')
-rw-r--r--src/lib/libcrypto/man/X509_keyid_set1.36
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/libcrypto/man/X509_keyid_set1.3 b/src/lib/libcrypto/man/X509_keyid_set1.3
index a7733013bc..c529fc742b 100644
--- a/src/lib/libcrypto/man/X509_keyid_set1.3
+++ b/src/lib/libcrypto/man/X509_keyid_set1.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: X509_keyid_set1.3,v 1.1 2021/07/09 12:07:27 schwarze Exp $ 1.\" $OpenBSD: X509_keyid_set1.3,v 1.2 2021/07/09 14:41:14 tb Exp $
2.\" 2.\"
3.\" Copyright (c) 2021 Ingo Schwarze <schwarze@openbsd.org> 3.\" Copyright (c) 2021 Ingo Schwarze <schwarze@openbsd.org>
4.\" 4.\"
@@ -59,7 +59,7 @@ bytes of
59stored using 59stored using
60.Fn X509_keyid_set1 60.Fn X509_keyid_set1
61will be written to the 61will be written to the
62.Sy friendlyName 62.Sy localKeyID
63attribute of the PKCS#12 structure if 63attribute of the PKCS#12 structure if
64.Xr PKCS12_create 3 64.Xr PKCS12_create 3
65is later called on 65is later called on
@@ -69,7 +69,7 @@ and the
69stored using 69stored using
70.Fn X509_alias_set1 70.Fn X509_alias_set1
71will be written to the 71will be written to the
72.Sy localKeyID 72.Sy friendlyName
73attribute. 73attribute.
74If 74If
75.Fa data 75.Fa data