From a0b01fff931ada17de86566cd210408031d5a19d Mon Sep 17 00:00:00 2001 From: Yoshinari Takaoka Date: Sat, 27 Jul 2024 18:50:18 +0900 Subject: [PATCH] Add OpenSSL constants https://github.com/php/doc-en/commit/e5c941d7014fe848568c50a3b8f4b493d1b10087 --- reference/openssl/constants.xml | 26 +++++++++++++++++++++++++- 1 file changed, 25 insertions(+), 1 deletion(-) diff --git a/reference/openssl/constants.xml b/reference/openssl/constants.xml index 37590611931..f4e515e0172 100644 --- a/reference/openssl/constants.xml +++ b/reference/openssl/constants.xml @@ -1,6 +1,6 @@ - + &reftitle.constants; @@ -596,6 +596,17 @@
暗号化方式 + + + OPENSSL_DEFAULT_STREAM_CIPHERS + (string) + + + + デフォルトの暗号リスト + + + OPENSSL_CIPHER_RC2_40 @@ -756,6 +767,19 @@ + + + OPENSSL_DONT_ZERO_PAD_KEY + (int) + + + + デフォルトのキーの長さより短いキーについて + openssl_encrypt + がパディングを行わないようにします。 + + + OPENSSL_ZERO_PADDING