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