2019-04-01 10:54:29 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Apr 1 10:54:09 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
|
|
|
|
|
|
|
- Provide argon2_cffi namespace too
|
|
|
|
|
2019-02-19 16:43:50 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Feb 19 12:11:20 UTC 2019 - John Vandenberg <jayvdb@gmail.com>
|
|
|
|
|
|
|
|
- Update to v19.1.0
|
|
|
|
* Vendoring Argon2 @ 670229c
|
|
|
|
* Added support for Argon2 v1.2 hashes in argon2.extract_parameters()
|
|
|
|
- from 18.3.0
|
|
|
|
* Vendoring Argon2 @ 670229c
|
|
|
|
* argon2.PasswordHasher's hash type is now configurable
|
|
|
|
- from 18.2.0
|
|
|
|
* Vendoring Argon2 @ 670229c
|
|
|
|
* The hash type for ``argon2.PasswordHasher`` is Argon2\ **id** now.
|
|
|
|
This decision has been made based on the recommendations in the latest
|
|
|
|
Argon2 RFC draft
|
|
|
|
* To make the change of hash type backward compatible,
|
|
|
|
argon2.PasswordHasher.verify() now determines the type of the hash and
|
|
|
|
verifies it accordingly
|
|
|
|
* Some of the hash parameters have been made stricter to be closer to said
|
|
|
|
recommendations. The current goal for a hash verification times is around 50ms
|
|
|
|
* To allow for bespoke decisions about upgrading Argon2 parameters, it's now
|
|
|
|
possible to extract them from a hash via argon2.extract_parameters()
|
|
|
|
* Additionally argon2.PasswordHasher now has a check_needs_rehash() method
|
|
|
|
that allows to verify whether a hash has been created with the instance's
|
|
|
|
parameters or whether it should be rehashed
|
|
|
|
|
2018-08-08 15:11:50 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Aug 8 15:07:52 UTC 2018 - jengelh@inai.de
|
|
|
|
|
|
|
|
- Ensure neutrality of description.
|
|
|
|
|
2018-08-08 14:02:18 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Aug 8 14:02:08 UTC 2018 - tchvatal@suse.com
|
|
|
|
|
|
|
|
- Do not use bundled argon2
|
|
|
|
|
2018-08-08 13:44:07 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Aug 8 13:36:02 UTC 2018 - tchvatal@suse.com
|
|
|
|
|
2019-02-19 16:43:50 +00:00
|
|
|
- Initial package for v18.1.0, used by Django
|