From d8cd87f9c43489b12445c265b2e15c4c5b134586 Mon Sep 17 00:00:00 2001 From: schwarze <> Date: Thu, 5 Dec 2024 15:12:37 +0000 Subject: document the #define'd constant PKCS5_SALT_LEN --- src/lib/libcrypto/man/EVP_BytesToKey.3 | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'src') diff --git a/src/lib/libcrypto/man/EVP_BytesToKey.3 b/src/lib/libcrypto/man/EVP_BytesToKey.3 index 821259a515..1f78b4de06 100644 --- a/src/lib/libcrypto/man/EVP_BytesToKey.3 +++ b/src/lib/libcrypto/man/EVP_BytesToKey.3 @@ -1,5 +1,5 @@ -.\" $OpenBSD: EVP_BytesToKey.3,v 1.8 2019/06/07 20:46:25 schwarze Exp $ -.\" OpenSSL b97fdb57 Nov 11 09:33:09 2016 +0100 +.\" $OpenBSD: EVP_BytesToKey.3,v 1.9 2024/12/05 15:12:37 schwarze Exp $ +.\" full merge up to: OpenSSL b97fdb57 Nov 11 09:33:09 2016 +0100 .\" .\" This file was written by Dr. Stephen Henson . .\" Copyright (c) 2001, 2011, 2013, 2014, 2015 The OpenSSL Project. @@ -49,7 +49,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED .\" OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: June 7 2019 $ +.Dd $Mdocdate: December 5 2024 $ .Dt EVP_BYTESTOKEY 3 .Os .Sh NAME @@ -78,7 +78,9 @@ is the message digest to use. The .Fa salt parameter is used as a salt in the derivation: -it should point to an 8-byte buffer or +it should point to a buffer containing +.Dv PKCS5_SALT_LEN No = 8 +bytes or .Dv NULL if no salt is used. .Fa data -- cgit v1.2.3-55-g6feb