diff --git a/reference/openssl/functions/openssl-decrypt.xml b/reference/openssl/functions/openssl-decrypt.xml index 2107d30af9..56d59a09a6 100644 --- a/reference/openssl/functions/openssl-decrypt.xml +++ b/reference/openssl/functions/openssl-decrypt.xml @@ -63,6 +63,14 @@ + + iv + + + A non-NULL Initialization Vector. + + + @@ -80,6 +88,32 @@ Emits an E_WARNING level error if an unknown cipher algorithm is passed via the method parameter. + + Emits an E_WARNING level error if an empty value is passed + in via the iv parameter. + + + + + &reftitle.changelog; + + + + + &Version; + &Description; + + + + + 5.3.3 + + The iv parameter was added. + + + + + diff --git a/reference/openssl/functions/openssl-encrypt.xml b/reference/openssl/functions/openssl-encrypt.xml index 34f5aa81c0..f9ef8ec69a 100644 --- a/reference/openssl/functions/openssl-encrypt.xml +++ b/reference/openssl/functions/openssl-encrypt.xml @@ -63,6 +63,14 @@ + + iv + + + A non-NULL Initialization Vector. + + + @@ -80,6 +88,32 @@ Emits an E_WARNING level error if an unknown cipher algorithm is passed in via the method parameter. + + Emits an E_WARNING level error if an empty value is passed + in via the iv parameter. + + + + + &reftitle.changelog; + + + + + &Version; + &Description; + + + + + 5.3.3 + + The iv parameter was added. + + + + +