diff options
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> |