summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Bump go deps in tests/reference/ (#504)Alex Gaynor2023-02-182-3/+30
* fixes #416 -- correctly handle invalid salts (#417)Alex Gaynor2022-09-161-0/+5
* allow null bytes in inputs (#328)Shivaram Lingamneni2022-07-235-7/+71
* Switch to a Rust implementation of cryptographic primitives (#294)Alex Gaynor2022-05-011-5/+0
* Update our python versions to be consistent (#241)Alex Gaynor2020-12-191-2/+2
* Drop six dependency (#225)Eugene2020-08-171-18/+6
* Paint it Black by the Rolling Stones (#208)Alex Gaynor2020-07-231-133/+162
* Don't emit warnings here, there's no point (#137)Alex Gaynor2017-12-041-1/+3
* Warn upon too few bcrypt.kdf() rounds (#104)Luc Gommans2017-01-211-0/+13
* Correctly handle invalid hashed passwords in bcrypt.checkpw. (#95)Alex Gaynor2016-10-021-0/+9
* Inputing a 2y salt should output a 2y hash (#84)Donald Stufft2016-06-301-2/+2
* Restore compatibility with 2.0.0's fix for wraparound bug (#81)Paul Kehrer2016-06-301-0/+6
* Add checkpw (#76)Paul Kehrer2016-06-291-0/+55
* Refactor tests to stop duplicating vectors (#78)Paul Kehrer2016-06-281-142/+72
* Add bcrypt pbkdf support (#70)Paul Kehrer2016-06-271-0/+124
* Convert bcrypt to use OpenBSD code (#68)Paul Kehrer2016-06-271-4/+51
* Add tests for gensalt(prefix) functionalityjazzyb2015-06-121-0/+10
* Add prefix option to gensalt() - default to "2b"jazzyb2015-06-121-84/+84
* Migrate to using CFFI 1.0Donald Stufft2015-06-111-5/+0
* flake8Alex Gaynor2015-03-131-0/+1
* Error out on NUL bytes.Alex Gaynor2015-03-131-0/+4
* Merge pull request #31 from alex/no-more-mockDonald Stufft2014-12-061-8/+3
|\
| * Removed usage of mock which wasn't really doing anythingAlex Gaynor2014-12-061-8/+3
* | Simplify, very slightly, how the parameterize decorator is usedAlex Gaynor2014-12-061-1/+1
|/
* Disable the ability to implicitly compile the CFFI moduleDonald Stufft2014-12-051-0/+5
* Enable flake8 style checksDonald Stufft2014-12-051-42/+190
* Switch to using sixDonald Stufft2014-12-051-2/+3
* Fix tests for unicode characters on Python 3.2Donald Stufft2013-05-111-2/+2
* Give a better error message when passing a text type to hashpwDonald Stufft2013-05-111-0/+10
* Add tests to ensure behaviorDonald Stufft2013-05-101-0/+107