From f0e80e2c3f4455e06c34f052a091b1d9b22e81fe Mon Sep 17 00:00:00 2001 From: Pieter Hordijk Date: Thu, 25 Jun 2015 11:29:56 +0000 Subject: [PATCH] Added message about the function being safe against timing attacks. https://bugs.php.net/bug.php?id=69230 git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@337052 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/password/functions/password-verify.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/reference/password/functions/password-verify.xml b/reference/password/functions/password-verify.xml index b52b23bc0d..b7978d9f13 100644 --- a/reference/password/functions/password-verify.xml +++ b/reference/password/functions/password-verify.xml @@ -23,6 +23,9 @@ the hash is included in it. This allows the verify function to verify the hash without needing separate storage for the salt or algorithm information. + + This function is safe against timing attacks. +