diff --git a/reference/openssl/constants.xml b/reference/openssl/constants.xml index 3759061193..f4e515e017 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