summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/EVP_BytesToKey.3
diff options
context:
space:
mode:
authorschwarze <>2019-06-07 20:46:25 +0000
committerschwarze <>2019-06-07 20:46:25 +0000
commit4fa434c19edccce89fe23b764f97706c3ba86b8d (patch)
tree3f39182fcaa900c1b73c446e99a95b9baa43be46 /src/lib/libcrypto/man/EVP_BytesToKey.3
parent9c5872632f4705dc83b87531acf320dbf77fea3f (diff)
downloadopenbsd-4fa434c19edccce89fe23b764f97706c3ba86b8d.tar.gz
openbsd-4fa434c19edccce89fe23b764f97706c3ba86b8d.tar.bz2
openbsd-4fa434c19edccce89fe23b764f97706c3ba86b8d.zip
Remove the last references to the RAND_*(3) functions.
These references were misleading because these functions are no longer used internally and applications should not call them either. Issue brought up by tb@.
Diffstat (limited to 'src/lib/libcrypto/man/EVP_BytesToKey.3')
-rw-r--r--src/lib/libcrypto/man/EVP_BytesToKey.37
1 files changed, 3 insertions, 4 deletions
diff --git a/src/lib/libcrypto/man/EVP_BytesToKey.3 b/src/lib/libcrypto/man/EVP_BytesToKey.3
index 1178c77ad8..821259a515 100644
--- a/src/lib/libcrypto/man/EVP_BytesToKey.3
+++ b/src/lib/libcrypto/man/EVP_BytesToKey.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: EVP_BytesToKey.3,v 1.7 2018/03/27 17:35:50 schwarze Exp $ 1.\" $OpenBSD: EVP_BytesToKey.3,v 1.8 2019/06/07 20:46:25 schwarze Exp $
2.\" OpenSSL b97fdb57 Nov 11 09:33:09 2016 +0100 2.\" OpenSSL b97fdb57 Nov 11 09:33:09 2016 +0100
3.\" 3.\"
4.\" This file was written by Dr. Stephen Henson <steve@openssl.org>. 4.\" This file was written by Dr. Stephen Henson <steve@openssl.org>.
@@ -49,7 +49,7 @@
49.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED 49.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
50.\" OF THE POSSIBILITY OF SUCH DAMAGE. 50.\" OF THE POSSIBILITY OF SUCH DAMAGE.
51.\" 51.\"
52.Dd $Mdocdate: March 27 2018 $ 52.Dd $Mdocdate: June 7 2019 $
53.Dt EVP_BYTESTOKEY 3 53.Dt EVP_BYTESTOKEY 3
54.Os 54.Os
55.Sh NAME 55.Sh NAME
@@ -136,8 +136,7 @@ returns the size of the derived key in bytes or 0 on error.
136.Sh SEE ALSO 136.Sh SEE ALSO
137.Xr evp 3 , 137.Xr evp 3 ,
138.Xr EVP_EncryptInit 3 , 138.Xr EVP_EncryptInit 3 ,
139.Xr PKCS5_PBKDF2_HMAC 3 , 139.Xr PKCS5_PBKDF2_HMAC 3
140.Xr RAND_bytes 3
141.Sh HISTORY 140.Sh HISTORY
142.Fn EVP_BytesToKey 141.Fn EVP_BytesToKey
143first appeared in SSLeay 0.5.1 and has been available since 142first appeared in SSLeay 0.5.1 and has been available since