Skip to content
Snippets Groups Projects
  1. Oct 08, 2011
  2. Oct 06, 2011
    • Eli Collins's avatar
      bugfix (issue 25): · a51d76f37662
      Eli Collins authored
      * bcrypt salts are now generated with padding bits set to 0
      * bcrypt hashes with padding bits not set to 0 still same as before,
        but warning is issued
      * bcrypt.normhash() can be used to correct existing bcrypt hashes.
      
      TODO: documentation, verify against issue, look into verify_and_update() being able to take care of this.
      
      --HG--
      branch : release-1.5
      a51d76f37662
  3. Sep 20, 2011
  4. 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
  5. Sep 12, 2011
  6. Aug 19, 2011
  7. Aug 17, 2011
  8. Aug 13, 2011
  9. Aug 12, 2011
Loading