summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Prepare for the 3.2.2 release (#322)3.2.23.2.xAlex Gaynor2022-05-011-1/+1
* Prepare for the 3.2.1 release (#305)Alex Gaynor2022-05-011-2/+2
* Move most setup.py configuration into setup.cfg (#293)Alex Gaynor2022-02-212-1/+5
* Use hmac.compare_digest for our constant time comparison (#292)Alex Gaynor2022-02-211-5/+2
* format with latest black (#287)Alex Gaynor2022-01-291-1/+1
* Installing bcrypt on z/OS (#248)Ellie Jeong2021-02-182-0/+22
* Drop six dependency (#225)Eugene2020-08-171-10/+6
* reopen master (#224)Paul Kehrer2020-08-161-1/+1
* bump for 3.2.0 (#223)3.2.0Paul Kehrer2020-08-161-2/+2
* add: type hints to top level functions (#218)Steve Dignam2020-08-132-6/+12
* Paint it Black by the Rolling Stones (#208)Alex Gaynor2020-07-233-17/+46
* 3.1.8.dev1 version bump (#183)Paul Kehrer2019-06-191-1/+1
* bcrypt 3.1.7 release (#180)3.1.7Paul Kehrer2019-06-191-2/+2
* remove advertising clause from niels blowfish code, with his explicit permiss...Tom Callaway2019-04-162-8/+2
* reopen master (#167)Paul Kehrer2019-01-161-1/+1
* version bump and changelog 3.1.6 (#165)3.1.6Paul Kehrer2019-01-161-1/+1
* Added portable_endian support for Haiku OS (#164)Mark Dastmalchi-Round2019-01-161-0/+4
* bump version for next dev cycle (#163)Paul Kehrer2018-12-111-1/+1
* changelog and bump version to 3.1.5 (#161)3.1.5Paul Kehrer2018-12-111-1/+1
* add AIX platform support to portable_endian.h (#159)k3it2018-12-031-0/+29
* Use a relative import. (#147)David Manthey2018-07-121-2/+1
* put a stacklevel on this warning (#136)Alex Gaynor2017-12-041-1/+3
* 3.1.4 version bump and changelog (#129)3.1.4Paul Kehrer2017-10-111-1/+1
* Fixed #122 -- added checkpw to __all__ so it shows up in docs (#123)Alex Gaynor2017-08-261-1/+1
* Fixes link editing errors in msys / mingw64 (#116)sbrunel2017-07-103-3/+10
* add a changelog and bump to 3.1.3 (#107)3.1.3Paul Kehrer2017-02-211-1/+1
* Define types and byte-order macros for Solaris. (#106)Danek Duvall2017-02-162-0/+24
* Warn upon too few bcrypt.kdf() rounds (#104)Luc Gommans2017-01-211-1/+12
* 3.1.2 changelog and version bump (#101)3.1.2Paul Kehrer2016-12-171-1/+1
* Fix compile issue for PowerPC (#99)Dr-Bean2016-12-171-2/+2
* Fix "invalid escape sequence" warnings on Python 3.6 (#98)Tim Graham2016-12-081-1/+1
* Correctly handle invalid hashed passwords in bcrypt.checkpw. (#95)Alex Gaynor2016-10-021-0/+3
* changelog and bump to 3.1.1 (#93)3.1.1Paul Kehrer2016-09-171-1/+1
* we should use the right type for our buffers. fixes a cffi warning (#92)Paul Kehrer2016-09-171-2/+2
* Update changelog + 3.1.0 version bump (#88)3.1.0Paul Kehrer2016-06-301-1/+1
* Inputing a 2y salt should output a 2y hash (#84)Donald Stufft2016-06-301-9/+14
* Fix alpine (#79)Paul Kehrer2016-06-303-8/+19
* Restore compatibility with 2.0.0's fix for wraparound bug (#81)Paul Kehrer2016-06-301-0/+8
* Add checkpw (#76)Paul Kehrer2016-06-292-0/+19
* bump version to 3.0.0 (#72)3.0.0Paul Kehrer2016-06-281-1/+1
* Add bcrypt pbkdf support (#70)Paul Kehrer2016-06-271-1/+28
* Add bcrypt pbkdf bindings (#69)Paul Kehrer2016-06-272-0/+171
* Convert bcrypt to use OpenBSD code (#68)Paul Kehrer2016-06-2727-2878/+2161
* Add vendor prefixes for public sym namesSergey Zolotorev2016-03-035-45/+45
* Merge pull request #44 from dstufft/bump-version22.0.0Paul Kehrer2015-06-121-1/+1
|\
| * Bump version to 2.0.0Donald Stufft2015-06-121-1/+1
* | Add prefix option to gensalt() - default to "2b"jazzyb2015-06-121-2/+5
|/
* Migrate to using CFFI 1.0Donald Stufft2015-06-1119-0/+2995