diff options
author | tb <> | 2019-03-21 03:16:12 +0000 |
---|---|---|
committer | tb <> | 2019-03-21 03:16:12 +0000 |
commit | 98e533db56d0377f31e3e2ffc403d87f00534013 (patch) | |
tree | 5a53958f639cfbbf964b5a7f025c5d3fdd6792c8 | |
parent | d1772e98823944be4559213d54890a81a03ad4ef (diff) | |
download | openbsd-98e533db56d0377f31e3e2ffc403d87f00534013.tar.gz openbsd-98e533db56d0377f31e3e2ffc403d87f00534013.tar.bz2 openbsd-98e533db56d0377f31e3e2ffc403d87f00534013.zip |
Bring back EVP_chacha20 list item that was accidentally removed
in r1.28 when the AES ciphers were split into their own manual.
-rw-r--r-- | src/lib/libcrypto/man/EVP_EncryptInit.3 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/lib/libcrypto/man/EVP_EncryptInit.3 b/src/lib/libcrypto/man/EVP_EncryptInit.3 index bb2457d9e0..0a777b8617 100644 --- a/src/lib/libcrypto/man/EVP_EncryptInit.3 +++ b/src/lib/libcrypto/man/EVP_EncryptInit.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: EVP_EncryptInit.3,v 1.29 2019/03/19 19:50:03 schwarze Exp $ | 1 | .\" $OpenBSD: EVP_EncryptInit.3,v 1.30 2019/03/21 03:16:12 tb Exp $ |
2 | .\" full merge up to: OpenSSL 5211e094 Nov 11 14:39:11 2014 -0800 | 2 | .\" full merge up to: OpenSSL 5211e094 Nov 11 14:39:11 2014 -0800 |
3 | .\" selective merge up to: OpenSSL 16cfc2c9 Mar 8 22:30:28 2018 +0100 | 3 | .\" selective merge up to: OpenSSL 16cfc2c9 Mar 8 22:30:28 2018 +0100 |
4 | .\" | 4 | .\" |
@@ -51,7 +51,7 @@ | |||
51 | .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED | 51 | .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED |
52 | .\" OF THE POSSIBILITY OF SUCH DAMAGE. | 52 | .\" OF THE POSSIBILITY OF SUCH DAMAGE. |
53 | .\" | 53 | .\" |
54 | .Dd $Mdocdate: March 19 2019 $ | 54 | .Dd $Mdocdate: March 21 2019 $ |
55 | .Dt EVP_ENCRYPTINIT 3 | 55 | .Dt EVP_ENCRYPTINIT 3 |
56 | .Os | 56 | .Os |
57 | .Sh NAME | 57 | .Sh NAME |
@@ -1005,6 +1005,7 @@ This is a variable key length cipher. | |||
1005 | .Xc | 1005 | .Xc |
1006 | CAST encryption algorithm in CBC, ECB, CFB and OFB modes respectively. | 1006 | CAST encryption algorithm in CBC, ECB, CFB and OFB modes respectively. |
1007 | This is a variable key length cipher. | 1007 | This is a variable key length cipher. |
1008 | .It Fn EVP_chacha20 | ||
1008 | The ChaCha20 stream cipher. | 1009 | The ChaCha20 stream cipher. |
1009 | The key length is 256 bits, the IV is 96 bits long. | 1010 | The key length is 256 bits, the IV is 96 bits long. |
1010 | .El | 1011 | .El |