summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/doc/PKCS12_create.pod
diff options
context:
space:
mode:
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>