summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/evp.3
diff options
context:
space:
mode:
authorschwarze <>2019-03-18 11:38:16 +0000
committerschwarze <>2019-03-18 11:38:16 +0000
commit4a75df5bf2e18cadd97b58970d202fd74c91f934 (patch)
treeed38361a5fd9719c12a1a47a52fde9926b42cdd4 /src/lib/libcrypto/man/evp.3
parent5a7781d16881bbd122cd4f73de96359580aaedad (diff)
downloadopenbsd-4a75df5bf2e18cadd97b58970d202fd74c91f934.tar.gz
openbsd-4a75df5bf2e18cadd97b58970d202fd74c91f934.tar.bz2
openbsd-4a75df5bf2e18cadd97b58970d202fd74c91f934.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.33
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 ,