Skip to content

Commit

Permalink
Remove remaining traces of deprecated StringUtils
Browse files Browse the repository at this point in the history
  • Loading branch information
pimpreneil committed Dec 9, 2015
1 parent d95130c commit 3d381e4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
2 changes: 1 addition & 1 deletion components/security/secure_tools.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Securely Comparing Strings and Generating Random Numbers
Securely Generating Random Numbers
========================================================

The Symfony Security component comes with a collection of nice utilities
Expand Down
8 changes: 0 additions & 8 deletions cookbook/security/custom_authentication_provider.rst
Original file line number Diff line number Diff line change
Expand Up @@ -289,14 +289,6 @@ the ``PasswordDigest`` header value matches with the user's password.
provider for the given token. In the case of multiple providers, the
authentication manager will then move to the next provider in the list.

.. note::

The comparison of the expected and the provided digests uses a constant
time comparison provided by the
:method:`Symfony\\Component\\Security\\Core\\Util\\StringUtils::equals`
method of the ``StringUtils`` class. It is used to mitigate possible
`timing attacks`_.

The Factory
-----------

Expand Down

0 comments on commit 3d381e4

Please sign in to comment.