Mention two more block cipher modes that actually exist in our tree;
authorschwarze <schwarze@openbsd.org>
Wed, 14 Feb 2018 00:19:03 +0000 (00:19 +0000)
committerschwarze <schwarze@openbsd.org>
Wed, 14 Feb 2018 00:19:03 +0000 (00:19 +0000)
commitd48be4f4a3d22b54e6cbfd01b2a9dbbccbef2a91
treed5c727caeb3dea01bffee780ef8727800edf9ed9
parent14ce64510619b147b8bc4f4d1c72a2e30270c9ff
Mention two more block cipher modes that actually exist in our tree;
from Patrick dot Steuer at de dot ibm dot com
via OpenSSL commit 338ead0f Oct 9 12:16:34 2017 +0200.

Correct the EVP_EncryptUpdate(3) and EVP_DecryptUpdate(3) prototypes;
from FdaSilvaYY at gmail dot com
via OpenSSL commit 7bbb0050 Nov 22 22:00:29 2017 +0100.

Document the additional public function EVP_CIPHER_CTX_rand_key(3);
from Patrick dot Steuer at de dot ibm dot com
via OpenSSL commit 5c5eb286 Dec 5 00:36:43 2017 +0100.
lib/libcrypto/man/EVP_EncryptInit.3