diff options
| author | schwarze <> | 2019-03-18 11:38:16 +0000 |
|---|---|---|
| committer | schwarze <> | 2019-03-18 11:38:16 +0000 |
| commit | b6f7b6a7272c6f1e0654793137a217adf21e7e18 (patch) | |
| tree | ed38361a5fd9719c12a1a47a52fde9926b42cdd4 /src/lib/libcrypto/man/evp.3 | |
| parent | 33fe134c03b75508beb7767275aec4b2d58943fd (diff) | |
| download | openbsd-b6f7b6a7272c6f1e0654793137a217adf21e7e18.tar.gz openbsd-b6f7b6a7272c6f1e0654793137a217adf21e7e18.tar.bz2 openbsd-b6f7b6a7272c6f1e0654793137a217adf21e7e18.zip | |
Split EVP_aes_128_cbc(3) out of EVP_EncryptInit(3):
both resulting pages are still long.
Mention a number of missing functions.
Add some text from the OpenSSL 1.1.1 EVP_aes.pod manual page,
which is still under a free license.
Add missing HISTORY information.
Triggered by tb@ providing EVP_aes_{128,192,256}_wrap(3)
in evp.h rev. 1.74.
Diffstat (limited to 'src/lib/libcrypto/man/evp.3')
| -rw-r--r-- | src/lib/libcrypto/man/evp.3 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/libcrypto/man/evp.3 b/src/lib/libcrypto/man/evp.3 index a5a2a49164..6dbd884c72 100644 --- a/src/lib/libcrypto/man/evp.3 +++ b/src/lib/libcrypto/man/evp.3 | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | .\" $OpenBSD: evp.3,v 1.6 2019/03/18 05:56:24 schwarze Exp $ | 1 | .\" $OpenBSD: evp.3,v 1.7 2019/03/18 11:38:16 schwarze Exp $ |
| 2 | .\" OpenSSL a9c85cea Nov 11 09:33:55 2016 +0100 | 2 | .\" OpenSSL a9c85cea Nov 11 09:33:55 2016 +0100 |
| 3 | .\" | 3 | .\" |
| 4 | .\" This file was written by Ulf Moeller <ulf@openssl.org>, | 4 | .\" This file was written by Ulf Moeller <ulf@openssl.org>, |
| @@ -182,6 +182,7 @@ operations are more efficient using the high level interfaces. | |||
| 182 | .Sh SEE ALSO | 182 | .Sh SEE ALSO |
| 183 | .Xr ENGINE_register_RSA 3 , | 183 | .Xr ENGINE_register_RSA 3 , |
| 184 | .Xr EVP_AEAD_CTX_init 3 , | 184 | .Xr EVP_AEAD_CTX_init 3 , |
| 185 | .Xr EVP_aes_128_cbc 3 , | ||
| 185 | .Xr EVP_BytesToKey 3 , | 186 | .Xr EVP_BytesToKey 3 , |
| 186 | .Xr EVP_DigestInit 3 , | 187 | .Xr EVP_DigestInit 3 , |
| 187 | .Xr EVP_DigestSignInit 3 , | 188 | .Xr EVP_DigestSignInit 3 , |
