diff options
author | tb <> | 2021-07-09 14:41:14 +0000 |
---|---|---|
committer | tb <> | 2021-07-09 14:41:14 +0000 |
commit | a2b25cbc6c1634311f248dc10449fb6fbf5c6598 (patch) | |
tree | 6e6a00544dd22bf914010cb5f4ee9b3b6b53bd03 /src/lib | |
parent | b93725e4359b91d9f5292a42ae32d17c36952b4b (diff) | |
download | openbsd-a2b25cbc6c1634311f248dc10449fb6fbf5c6598.tar.gz openbsd-a2b25cbc6c1634311f248dc10449fb6fbf5c6598.tar.bz2 openbsd-a2b25cbc6c1634311f248dc10449fb6fbf5c6598.zip |
Fix mixup between localKeyID and friendlyName.
"please commit" schwarze
Diffstat (limited to 'src/lib')
-rw-r--r-- | src/lib/libcrypto/man/X509_keyid_set1.3 | 6 |
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 | |||
59 | stored using | 59 | stored using |
60 | .Fn X509_keyid_set1 | 60 | .Fn X509_keyid_set1 |
61 | will be written to the | 61 | will be written to the |
62 | .Sy friendlyName | 62 | .Sy localKeyID |
63 | attribute of the PKCS#12 structure if | 63 | attribute of the PKCS#12 structure if |
64 | .Xr PKCS12_create 3 | 64 | .Xr PKCS12_create 3 |
65 | is later called on | 65 | is later called on |
@@ -69,7 +69,7 @@ and the | |||
69 | stored using | 69 | stored using |
70 | .Fn X509_alias_set1 | 70 | .Fn X509_alias_set1 |
71 | will be written to the | 71 | will be written to the |
72 | .Sy localKeyID | 72 | .Sy friendlyName |
73 | attribute. | 73 | attribute. |
74 | If | 74 | If |
75 | .Fa data | 75 | .Fa data |