summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/doc/PKCS12_create.pod
diff options
context:
space:
mode:
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