diff options
| author | jim <> | 2014-05-04 22:26:33 +0000 |
|---|---|---|
| committer | jim <> | 2014-05-04 22:26:33 +0000 |
| commit | cd97ab584496168ea99dfe43e3be997ea086b8e6 (patch) | |
| tree | c61ab0faf9a25b5fa4c1daeb8248a7e8deff66d2 /src/lib/libcrypto/doc/PKCS12_create.pod | |
| parent | 18a7f65e7a1b8f6fab29266772aee3efe424a41a (diff) | |
| download | openbsd-cd97ab584496168ea99dfe43e3be997ea086b8e6.tar.gz openbsd-cd97ab584496168ea99dfe43e3be997ea086b8e6.tar.bz2 openbsd-cd97ab584496168ea99dfe43e3be997ea086b8e6.zip | |
Improve line wrapping for lines exceeding 80 chars.
ok jmc@
Diffstat (limited to 'src/lib/libcrypto/doc/PKCS12_create.pod')
| -rw-r--r-- | src/lib/libcrypto/doc/PKCS12_create.pod | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/src/lib/libcrypto/doc/PKCS12_create.pod b/src/lib/libcrypto/doc/PKCS12_create.pod index 0a1e460cf1..382193ec95 100644 --- a/src/lib/libcrypto/doc/PKCS12_create.pod +++ b/src/lib/libcrypto/doc/PKCS12_create.pod | |||
| @@ -38,13 +38,13 @@ The default MAC iteration count is 1 in order to retain compatibility with | |||
| 38 | old software which did not interpret MAC iteration counts. If such compatibility | 38 | old software which did not interpret MAC iteration counts. If such compatibility |
| 39 | is not required then B<mac_iter> should be set to PKCS12_DEFAULT_ITER. | 39 | is not required then B<mac_iter> should be set to PKCS12_DEFAULT_ITER. |
| 40 | 40 | ||
| 41 | B<keytype> adds a flag to the store private key. This is a non standard extension | 41 | B<keytype> adds a flag to the store private key. This is a non standard |
| 42 | that is only currently interpreted by MSIE. If set to zero the flag is omitted, | 42 | extension that is only currently interpreted by MSIE. If set to zero the flag |
| 43 | if set to B<KEY_SIG> the key can be used for signing only, if set to B<KEY_EX> | 43 | is omitted, if set to B<KEY_SIG> the key can be used for signing only, if set |
| 44 | it can be used for signing and encryption. This option was useful for old | 44 | to B<KEY_EX> it can be used for signing and encryption. This option was useful |
| 45 | export grade software which could use signing only keys of arbitrary size but | 45 | for old export grade software which could use signing only keys of arbitrary |
| 46 | had restrictions on the permissible sizes of keys which could be used for | 46 | size but had restrictions on the permissible sizes of keys which could be used |
| 47 | encryption. | 47 | for encryption. |
| 48 | 48 | ||
| 49 | =head1 NEW FUNCTIONALITY IN OPENSSL 0.9.8 | 49 | =head1 NEW FUNCTIONALITY IN OPENSSL 0.9.8 |
| 50 | 50 | ||
