mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
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:
parent
ef81c708fa
commit
f467e89228
1 changed files with 3 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue