diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/usr.bin/openssl/openssl.1 | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/src/usr.bin/openssl/openssl.1 b/src/usr.bin/openssl/openssl.1 index 3cd9df44e5..9af977a04a 100644 --- a/src/usr.bin/openssl/openssl.1 +++ b/src/usr.bin/openssl/openssl.1 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: openssl.1,v 1.95 2018/11/01 07:01:42 tb Exp $ | 1 | .\" $OpenBSD: openssl.1,v 1.96 2019/01/18 03:54:02 beck Exp $ |
2 | .\" ==================================================================== | 2 | .\" ==================================================================== |
3 | .\" Copyright (c) 1998-2002 The OpenSSL Project. All rights reserved. | 3 | .\" Copyright (c) 1998-2002 The OpenSSL Project. All rights reserved. |
4 | .\" | 4 | .\" |
@@ -110,7 +110,7 @@ | |||
110 | .\" copied and put under another distribution licence | 110 | .\" copied and put under another distribution licence |
111 | .\" [including the GNU Public Licence.] | 111 | .\" [including the GNU Public Licence.] |
112 | .\" | 112 | .\" |
113 | .Dd $Mdocdate: November 1 2018 $ | 113 | .Dd $Mdocdate: January 18 2019 $ |
114 | .Dt OPENSSL 1 | 114 | .Dt OPENSSL 1 |
115 | .Os | 115 | .Os |
116 | .Sh NAME | 116 | .Sh NAME |
@@ -1495,6 +1495,7 @@ Print the EC parameters in plain text. | |||
1495 | .Op Fl debug | 1495 | .Op Fl debug |
1496 | .Op Fl in Ar file | 1496 | .Op Fl in Ar file |
1497 | .Op Fl iv Ar IV | 1497 | .Op Fl iv Ar IV |
1498 | .Op Fl iter Ar iterations | ||
1498 | .Op Fl K Ar key | 1499 | .Op Fl K Ar key |
1499 | .Op Fl k Ar password | 1500 | .Op Fl k Ar password |
1500 | .Op Fl kfile Ar file | 1501 | .Op Fl kfile Ar file |
@@ -1504,6 +1505,7 @@ Print the EC parameters in plain text. | |||
1504 | .Op Fl nosalt | 1505 | .Op Fl nosalt |
1505 | .Op Fl out Ar file | 1506 | .Op Fl out Ar file |
1506 | .Op Fl pass Ar arg | 1507 | .Op Fl pass Ar arg |
1508 | .Op Fl pbkdf2 | ||
1507 | .Op Fl S Ar salt | 1509 | .Op Fl S Ar salt |
1508 | .Op Fl salt | 1510 | .Op Fl salt |
1509 | .nr nS 0 | 1511 | .nr nS 0 |
@@ -1563,6 +1565,10 @@ option, | |||
1563 | the IV must explicitly be defined. | 1565 | the IV must explicitly be defined. |
1564 | When a password is being specified using one of the other options, | 1566 | When a password is being specified using one of the other options, |
1565 | the IV is generated from this password. | 1567 | the IV is generated from this password. |
1568 | .It Fl iter Ar iterations | ||
1569 | specifies the use of the pbkdf2 key derivation function, using | ||
1570 | .Ar iterations | ||
1571 | as the number of iterations. | ||
1566 | .It Fl K Ar key | 1572 | .It Fl K Ar key |
1567 | The actual | 1573 | The actual |
1568 | .Ar key | 1574 | .Ar key |
@@ -1626,6 +1632,9 @@ don't do any encryption or decryption. | |||
1626 | Print out the salt, key, and IV used. | 1632 | Print out the salt, key, and IV used. |
1627 | .It Fl pass Ar arg | 1633 | .It Fl pass Ar arg |
1628 | The password source. | 1634 | The password source. |
1635 | .It Fl pbkdf2 | ||
1636 | specifies the use of the pbkdf2 key derivation function, using | ||
1637 | the default of 10000 iterations. | ||
1629 | .It Fl S Ar salt | 1638 | .It Fl S Ar salt |
1630 | The actual | 1639 | The actual |
1631 | .Ar salt | 1640 | .Ar salt |