diff options
author | sobrado <> | 2015-09-22 08:08:07 +0000 |
---|---|---|
committer | sobrado <> | 2015-09-22 08:08:07 +0000 |
commit | f087ce5ef830235035b12597598b8a15ef4d469b (patch) | |
tree | 44f72e5c66d08a8e69898fb02d0eff61ca84d533 /src/lib/libcrypto/doc/PKCS12_create.pod | |
parent | 8cd2e8a8ed69b1bd5763b94d2864fc4854e7deb4 (diff) | |
download | openbsd-f087ce5ef830235035b12597598b8a15ef4d469b.tar.gz openbsd-f087ce5ef830235035b12597598b8a15ef4d469b.tar.bz2 openbsd-f087ce5ef830235035b12597598b8a15ef4d469b.zip |
typos in documentation; better wording, suggested by jmc@libressl-v2.3.0
ok jmc@
Diffstat (limited to 'src/lib/libcrypto/doc/PKCS12_create.pod')
-rw-r--r-- | src/lib/libcrypto/doc/PKCS12_create.pod | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/doc/PKCS12_create.pod b/src/lib/libcrypto/doc/PKCS12_create.pod index 12fbd20b8a..3b27c11a10 100644 --- a/src/lib/libcrypto/doc/PKCS12_create.pod +++ b/src/lib/libcrypto/doc/PKCS12_create.pod | |||
@@ -17,11 +17,11 @@ PKCS12_create - create a PKCS#12 structure | |||
17 | PKCS12_create() creates a PKCS#12 structure. | 17 | PKCS12_create() creates a PKCS#12 structure. |
18 | 18 | ||
19 | B<pass> is the passphrase to use. B<name> is the B<friendlyName> to use for | 19 | B<pass> is the passphrase to use. B<name> is the B<friendlyName> to use for |
20 | the supplied certifictate and key. B<pkey> is the private key to include in | 20 | the supplied certificate and key. B<pkey> is the private key to include in |
21 | the structure and B<cert> its corresponding certificates. B<ca> is an optional | 21 | the structure and B<cert> its corresponding certificates. B<ca> is an optional |
22 | set of certificates to also include in the structure. | 22 | set of certificates to also include in the structure. |
23 | Either B<pkey>, B<cert> or both can be B<NULL> to indicate that no key or | 23 | Either B<pkey>, B<cert> or both can be B<NULL> to indicate that no key or |
24 | certficate is required. | 24 | certificate is required. |
25 | 25 | ||
26 | B<nid_key> and B<nid_cert> are the encryption algorithms that should be used | 26 | B<nid_key> and B<nid_cert> are the encryption algorithms that should be used |
27 | for the key and certificate respectively. If either B<nid_key> or B<nid_cert> | 27 | for the key and certificate respectively. If either B<nid_key> or B<nid_cert> |