From aac961b86eed6b42db0aa0f7e690665b5e06c983 Mon Sep 17 00:00:00 2001 From: haszi Date: Fri, 28 Jun 2024 23:02:31 +0200 Subject: [PATCH] Add OpenSSL constants --- reference/openssl/constants.xml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/reference/openssl/constants.xml b/reference/openssl/constants.xml index f00704f3435e..09e139c63004 100644 --- a/reference/openssl/constants.xml +++ b/reference/openssl/constants.xml @@ -566,6 +566,17 @@
Ciphers + + + OPENSSL_DEFAULT_STREAM_CIPHERS + (string) + + + + List of default ciphers. + + + OPENSSL_CIPHER_RC2_40 @@ -727,6 +738,18 @@ + + + OPENSSL_DONT_ZERO_PAD_KEY + (int) + + + + Prevents openssl_encrypt from padding keys that + are shorter than the default key length. + + + OPENSSL_ZERO_PADDING