diff options
Diffstat (limited to 'src/lib/libcrypto/man/PKCS12_create.3')
-rw-r--r-- | src/lib/libcrypto/man/PKCS12_create.3 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/lib/libcrypto/man/PKCS12_create.3 b/src/lib/libcrypto/man/PKCS12_create.3 index d19a6f3e44..bc00d3df78 100644 --- a/src/lib/libcrypto/man/PKCS12_create.3 +++ b/src/lib/libcrypto/man/PKCS12_create.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: PKCS12_create.3,v 1.11 2021/10/22 15:50:19 schwarze Exp $ | 1 | .\" $OpenBSD: PKCS12_create.3,v 1.12 2022/03/31 17:27:17 naddy Exp $ |
2 | .\" full merge up to: OpenSSL 05ea606a May 20 20:52:46 2016 -0400 | 2 | .\" full merge up to: OpenSSL 05ea606a May 20 20:52:46 2016 -0400 |
3 | .\" selective merge up to: OpenSSL 61f805c1 Jan 16 01:01:46 2018 +0800 | 3 | .\" selective merge up to: OpenSSL 61f805c1 Jan 16 01:01:46 2018 +0800 |
4 | .\" | 4 | .\" |
@@ -49,7 +49,7 @@ | |||
49 | .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED | 49 | .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED |
50 | .\" OF THE POSSIBILITY OF SUCH DAMAGE. | 50 | .\" OF THE POSSIBILITY OF SUCH DAMAGE. |
51 | .\" | 51 | .\" |
52 | .Dd $Mdocdate: October 22 2021 $ | 52 | .Dd $Mdocdate: March 31 2022 $ |
53 | .Dt PKCS12_CREATE 3 | 53 | .Dt PKCS12_CREATE 3 |
54 | .Os | 54 | .Os |
55 | .Sh NAME | 55 | .Sh NAME |
@@ -137,10 +137,10 @@ should be set to PKCS12_DEFAULT_ITER. | |||
137 | adds a flag to the store private key. | 137 | adds a flag to the store private key. |
138 | This is a non-standard extension that is only currently interpreted by | 138 | This is a non-standard extension that is only currently interpreted by |
139 | MSIE. | 139 | MSIE. |
140 | If set to zero the flag is omitted; if set to | 140 | If set to zero, the flag is omitted; if set to |
141 | .Dv KEY_SIG | 141 | .Dv KEY_SIG , |
142 | the key can be used for signing only; and if set to | 142 | the key can be used for signing only; and if set to |
143 | .Dv KEY_EX | 143 | .Dv KEY_EX , |
144 | it can be used for signing and encryption. | 144 | it can be used for signing and encryption. |
145 | This option was useful for old export grade software which could use | 145 | This option was useful for old export grade software which could use |
146 | signing only keys of arbitrary size but had restrictions on the | 146 | signing only keys of arbitrary size but had restrictions on the |