Fix #80430: openssl_encrypt() is not verifying that key is present or not

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@352242 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Christoph Michael Becker 2020-12-28 14:37:01 +00:00
parent ef81c708fa
commit f467e89228

View file

@ -50,7 +50,9 @@
<term><parameter>key</parameter></term>
<listitem>
<para>
The key.
The passphrase . If the passphrase is shorted than expected, it is silently padded with
<literal>NUL</literal> characters; if the passphrase is longer than expected, it is
silently truncated.
</para>
</listitem>
</varlistentry>