diff options
| author | jmc <> | 2016-11-24 19:45:16 +0000 |
|---|---|---|
| committer | jmc <> | 2016-11-24 19:45:16 +0000 |
| commit | fce544947dca369d40a060a4f6e2fb35a302fe82 (patch) | |
| tree | 1958620b54abb40ad02fb7ad32da3b248e0a08e6 /src/lib/libcrypto/man/PKCS12_create.3 | |
| parent | 4f33e39d11a9cc1caaadff59a37028cf457dcf14 (diff) | |
| download | openbsd-fce544947dca369d40a060a4f6e2fb35a302fe82.tar.gz openbsd-fce544947dca369d40a060a4f6e2fb35a302fe82.tar.bz2 openbsd-fce544947dca369d40a060a4f6e2fb35a302fe82.zip | |
various cleanup; leaving dangling PKCS7* Xr for now...
Diffstat (limited to 'src/lib/libcrypto/man/PKCS12_create.3')
| -rw-r--r-- | src/lib/libcrypto/man/PKCS12_create.3 | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/lib/libcrypto/man/PKCS12_create.3 b/src/lib/libcrypto/man/PKCS12_create.3 index f638fbf82e..adca492d63 100644 --- a/src/lib/libcrypto/man/PKCS12_create.3 +++ b/src/lib/libcrypto/man/PKCS12_create.3 | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | .\" $OpenBSD: PKCS12_create.3,v 1.2 2016/11/06 15:52:50 jmc Exp $ | 1 | .\" $OpenBSD: PKCS12_create.3,v 1.3 2016/11/24 19:45:16 jmc Exp $ |
| 2 | .\" | 2 | .\" |
| 3 | .Dd $Mdocdate: November 6 2016 $ | 3 | .Dd $Mdocdate: November 24 2016 $ |
| 4 | .Dt PKCS12_CREATE 3 | 4 | .Dt PKCS12_CREATE 3 |
| 5 | .Os | 5 | .Os |
| 6 | .Sh NAME | 6 | .Sh NAME |
| @@ -74,7 +74,7 @@ and | |||
| 74 | .Fa keytype | 74 | .Fa keytype |
| 75 | can all be set to zero and sensible defaults will be used. | 75 | can all be set to zero and sensible defaults will be used. |
| 76 | .Pp | 76 | .Pp |
| 77 | These defaults are: 40 bit RC2 encryption for certificates, triple DES | 77 | These defaults are: 40-bit RC2 encryption for certificates, triple DES |
| 78 | encryption for private keys, a key iteration count of | 78 | encryption for private keys, a key iteration count of |
| 79 | PKCS12_DEFAULT_ITER (currently 2048) and a MAC iteration count of 1. | 79 | PKCS12_DEFAULT_ITER (currently 2048) and a MAC iteration count of 1. |
| 80 | .Pp | 80 | .Pp |
| @@ -86,11 +86,11 @@ should be set to PKCS12_DEFAULT_ITER. | |||
| 86 | .Pp | 86 | .Pp |
| 87 | .Fa keytype | 87 | .Fa keytype |
| 88 | adds a flag to the store private key. | 88 | adds a flag to the store private key. |
| 89 | This is a non standard extension that is only currently interpreted by | 89 | This is a non-standard extension that is only currently interpreted by |
| 90 | MSIE. | 90 | MSIE. |
| 91 | If set to zero the flag is omitted, if set to | 91 | If set to zero the flag is omitted; if set to |
| 92 | .Dv KEY_SIG | 92 | .Dv KEY_SIG |
| 93 | the key can be used for signing only, and if set to | 93 | the key can be used for signing only; and if set to |
| 94 | .Dv KEY_EX | 94 | .Dv KEY_EX |
| 95 | it can be used for signing and encryption. | 95 | it can be used for signing and encryption. |
| 96 | This option was useful for old export grade software which could use | 96 | This option was useful for old export grade software which could use |
