Skip to content
Snippets Groups Projects
  1. Sep 20, 2011
  2. Sep 14, 2011
    • Eli Collins's avatar
      improvements to passlib.ext.django · cdfcb4d5f5e2
      Eli Collins authored
      even though it hasn't been officially documented,
      some people are using it, so...
      
      major
      -----
      * DEFAULT_CTX now uses SHA512-Crypt instead of PBKDF2-HMAC-SHA256,
        this should be natively supported on a larger number of platforms.
      
      * added full unittest suite for passlib.ext.django:
        	- checks monkeypatch implementation
      	- checks full plugin behavior
      	- STOCK_CTX is compared against official Django behavior
      
      minor
      -----
      * ``set_django_password_context()`` now patches ``django.contrib.auth.models.check_password()``
        as well as User methods.
      
      * now exposes active context as ``User.password_context`` when patch is enabled.
      
      * replacement ``User.check_password`` now handles None and unusable passwords explicitly,
        even if context doesn't include support for django_disabled.
      
      --HG--
      branch : release-1.5
      cdfcb4d5f5e2
    • Eli Collins's avatar
      fixed small bug in CryptPolicy.iter_config() related to deprecation options · a378b7a27fa3
      Eli Collins authored
      --HG--
      branch : release-1.5
      a378b7a27fa3
    • Eli Collins's avatar
      added documentation for verify_and_update · 1fadecbfb9e0
      Eli Collins authored
      --HG--
      branch : release-1.5
      1fadecbfb9e0
  3. Sep 12, 2011
  4. Aug 19, 2011
  5. Aug 17, 2011
  6. Aug 13, 2011
  7. Aug 12, 2011
  8. Aug 11, 2011
  9. Jul 27, 2011
  10. Jul 13, 2011
  11. Jul 12, 2011
  12. Jul 11, 2011
Loading