summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/doc/PKCS12_create.pod
diff options
context:
space:
mode:
authorjim <>2014-05-04 22:26:33 +0000
committerjim <>2014-05-04 22:26:33 +0000
commitcc8925bff081ec36ac69be8b3681bff98f5d07da (patch)
treec61ab0faf9a25b5fa4c1daeb8248a7e8deff66d2 /src/lib/libcrypto/doc/PKCS12_create.pod
parente591b58894a6d621ba00c14da39becb1a0d16335 (diff)
downloadopenbsd-cc8925bff081ec36ac69be8b3681bff98f5d07da.tar.gz
openbsd-cc8925bff081ec36ac69be8b3681bff98f5d07da.tar.bz2
openbsd-cc8925bff081ec36ac69be8b3681bff98f5d07da.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.pod14
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
38old software which did not interpret MAC iteration counts. If such compatibility 38old software which did not interpret MAC iteration counts. If such compatibility
39is not required then B<mac_iter> should be set to PKCS12_DEFAULT_ITER. 39is not required then B<mac_iter> should be set to PKCS12_DEFAULT_ITER.
40 40
41B<keytype> adds a flag to the store private key. This is a non standard extension 41B<keytype> adds a flag to the store private key. This is a non standard
42that is only currently interpreted by MSIE. If set to zero the flag is omitted, 42extension that is only currently interpreted by MSIE. If set to zero the flag
43if set to B<KEY_SIG> the key can be used for signing only, if set to B<KEY_EX> 43is omitted, if set to B<KEY_SIG> the key can be used for signing only, if set
44it can be used for signing and encryption. This option was useful for old 44to B<KEY_EX> it can be used for signing and encryption. This option was useful
45export grade software which could use signing only keys of arbitrary size but 45for old export grade software which could use signing only keys of arbitrary
46had restrictions on the permissible sizes of keys which could be used for 46size but had restrictions on the permissible sizes of keys which could be used
47encryption. 47for encryption.
48 48
49=head1 NEW FUNCTIONALITY IN OPENSSL 0.9.8 49=head1 NEW FUNCTIONALITY IN OPENSSL 0.9.8
50 50