From 8c89316af7f8e7e5650309cb8e479cd78f51b552 Mon Sep 17 00:00:00 2001 From: Philip Olson Date: Wed, 13 Jun 2012 14:34:49 +0000 Subject: [PATCH] Removed openssl_pbkdf2() as there is a 89% chance it will not exist soon. Let's wait and see before documenting it. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@326153 c90b9560-bf6c-de11-be94-00142212c4b1 --- .../openssl/functions/openssl-pbkdf2.xml | 103 ------------------ reference/openssl/versions.xml | 1 - 2 files changed, 104 deletions(-) delete mode 100644 reference/openssl/functions/openssl-pbkdf2.xml diff --git a/reference/openssl/functions/openssl-pbkdf2.xml b/reference/openssl/functions/openssl-pbkdf2.xml deleted file mode 100644 index 4d2ce8407d..0000000000 --- a/reference/openssl/functions/openssl-pbkdf2.xml +++ /dev/null @@ -1,103 +0,0 @@ - - - - - - openssl_pkcs5_pbkdf2_hmac - Generates a PKCS5 v2 PBKDF2 string - - - - &reftitle.description; - - stringopenssl_pkcs5_pbkdf2_hmac - stringpassword - stringsalt - intkey_length - intiterations - stringdigest_method"sha1" - - - - - - &warn.undocumented.func; - - - - - &reftitle.parameters; - - - password - - - - - - - - salt - - - - - - - - key_length - - - - - - - - iterations - - - - - - - - digest_method - - - - - - - - - - - &reftitle.returnvalues; - - Returns computed hash&return.falseforfailure;. - - - - - - - diff --git a/reference/openssl/versions.xml b/reference/openssl/versions.xml index f15e4cdcbd..92186a4fd5 100644 --- a/reference/openssl/versions.xml +++ b/reference/openssl/versions.xml @@ -25,7 +25,6 @@ -