Skip to content

Commit

Permalink
Fix description of the iv parameter (phpGH-3887)
Browse files Browse the repository at this point in the history
  • Loading branch information
MedAhamada authored Oct 22, 2024
1 parent 84883b6 commit 7a01610
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions reference/openssl/functions/openssl-encrypt.xml
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,9 @@
<term><parameter>iv</parameter></term>
<listitem>
<para>
The passphrase. If the passphrase is shorter than expected, it is silently padded with
<literal>NUL</literal> characters; if the passphrase is longer than expected, it is
silently truncated.
A non-&null; Initialization Vector. If the IV is shorter than expected, it is padded with
<literal>NUL</literal> characters and warning is emitted; if the passphrase is longer
than expected, it is truncated and warning is emitted.
</para>
</listitem>
</varlistentry>
Expand Down

0 comments on commit 7a01610

Please sign in to comment.