diff options
| author | sobrado <> | 2015-09-22 08:08:07 +0000 |
|---|---|---|
| committer | sobrado <> | 2015-09-22 08:08:07 +0000 |
| commit | 7746c18fb3482ba8d6fd1f9508801722028094b1 (patch) | |
| tree | 44f72e5c66d08a8e69898fb02d0eff61ca84d533 /src/lib/libcrypto/doc/PKCS12_create.pod | |
| parent | b15d8c593eec3a6437fc962608396fa0c9fe134b (diff) | |
| download | openbsd-7746c18fb3482ba8d6fd1f9508801722028094b1.tar.gz openbsd-7746c18fb3482ba8d6fd1f9508801722028094b1.tar.bz2 openbsd-7746c18fb3482ba8d6fd1f9508801722028094b1.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> |
