summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/doc/PKCS12_create.pod
diff options
context:
space:
mode:
authorsobrado <>2015-09-22 08:08:07 +0000
committersobrado <>2015-09-22 08:08:07 +0000
commitf087ce5ef830235035b12597598b8a15ef4d469b (patch)
tree44f72e5c66d08a8e69898fb02d0eff61ca84d533 /src/lib/libcrypto/doc/PKCS12_create.pod
parent8cd2e8a8ed69b1bd5763b94d2864fc4854e7deb4 (diff)
downloadopenbsd-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.pod4
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
17PKCS12_create() creates a PKCS#12 structure. 17PKCS12_create() creates a PKCS#12 structure.
18 18
19B<pass> is the passphrase to use. B<name> is the B<friendlyName> to use for 19B<pass> is the passphrase to use. B<name> is the B<friendlyName> to use for
20the supplied certifictate and key. B<pkey> is the private key to include in 20the supplied certificate and key. B<pkey> is the private key to include in
21the structure and B<cert> its corresponding certificates. B<ca> is an optional 21the structure and B<cert> its corresponding certificates. B<ca> is an optional
22set of certificates to also include in the structure. 22set of certificates to also include in the structure.
23Either B<pkey>, B<cert> or both can be B<NULL> to indicate that no key or 23Either B<pkey>, B<cert> or both can be B<NULL> to indicate that no key or
24certficate is required. 24certificate is required.
25 25
26B<nid_key> and B<nid_cert> are the encryption algorithms that should be used 26B<nid_key> and B<nid_cert> are the encryption algorithms that should be used
27for the key and certificate respectively. If either B<nid_key> or B<nid_cert> 27for the key and certificate respectively. If either B<nid_key> or B<nid_cert>