summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/PKCS12_create.3
diff options
context:
space:
mode:
authorjmc <>2016-11-24 19:45:16 +0000
committerjmc <>2016-11-24 19:45:16 +0000
commit7202341c67bf9540414b1bb3d732e66d2a7489cf (patch)
tree1958620b54abb40ad02fb7ad32da3b248e0a08e6 /src/lib/libcrypto/man/PKCS12_create.3
parent9b1b99bbcc3876594d79bf14c8388c644db62f91 (diff)
downloadopenbsd-7202341c67bf9540414b1bb3d732e66d2a7489cf.tar.gz
openbsd-7202341c67bf9540414b1bb3d732e66d2a7489cf.tar.bz2
openbsd-7202341c67bf9540414b1bb3d732e66d2a7489cf.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.312
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
75can all be set to zero and sensible defaults will be used. 75can all be set to zero and sensible defaults will be used.
76.Pp 76.Pp
77These defaults are: 40 bit RC2 encryption for certificates, triple DES 77These defaults are: 40-bit RC2 encryption for certificates, triple DES
78encryption for private keys, a key iteration count of 78encryption for private keys, a key iteration count of
79PKCS12_DEFAULT_ITER (currently 2048) and a MAC iteration count of 1. 79PKCS12_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
88adds a flag to the store private key. 88adds a flag to the store private key.
89This is a non standard extension that is only currently interpreted by 89This is a non-standard extension that is only currently interpreted by
90MSIE. 90MSIE.
91If set to zero the flag is omitted, if set to 91If set to zero the flag is omitted; if set to
92.Dv KEY_SIG 92.Dv KEY_SIG
93the key can be used for signing only, and if set to 93the key can be used for signing only; and if set to
94.Dv KEY_EX 94.Dv KEY_EX
95it can be used for signing and encryption. 95it can be used for signing and encryption.
96This option was useful for old export grade software which could use 96This option was useful for old export grade software which could use