From 372bd58d1eab88b7ecd496646ed202f7dcdd14c7 Mon Sep 17 00:00:00 2001 From: Philip Olson Date: Mon, 2 May 2011 21:35:04 +0000 Subject: [PATCH] Documented the iv parameter w/ changelog git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@310716 c90b9560-bf6c-de11-be94-00142212c4b1 --- .../openssl/functions/openssl-decrypt.xml | 34 +++++++++++++++++++ .../openssl/functions/openssl-encrypt.xml | 34 +++++++++++++++++++ 2 files changed, 68 insertions(+) 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. + + + + +