| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Update changelog + 3.1.0 version bump (#88)3.1.0 | Paul Kehrer | 2016-06-30 | 2 | -2/+4 | |
| | | ||||||
| * | Use checkpw() instead of == (#86) | Donald Stufft | 2016-06-30 | 1 | -1/+1 | |
| | | ||||||
| * | Fix packaging (#87) | Donald Stufft | 2016-06-30 | 3 | -1/+19 | |
| | | | | | | | * Ensure that all files are packaged or excluded * Add a test to ensure our packaging stays correct | |||||
| * | Inputing a 2y salt should output a 2y hash (#84) | Donald Stufft | 2016-06-30 | 3 | -11/+17 | |
| | | ||||||
| * | Fix alpine (#79) | Paul Kehrer | 2016-06-30 | 3 | -8/+19 | |
| | | | | | | | | | * we need to define these if they don't exist on any platform * clean up some warnings * swap decls to __cplusplus defines | |||||
| * | Restore compatibility with 2.0.0's fix for wraparound bug (#81) | Paul Kehrer | 2016-06-30 | 2 | -0/+14 | |
| | | ||||||
| * | Add checkpw (#76) | Paul Kehrer | 2016-06-29 | 4 | -5/+83 | |
| | | ||||||
| * | Invoke task to make bcrypt releases a bit simpler (#75) | Paul Kehrer | 2016-06-29 | 1 | -0/+120 | |
| | | ||||||
| * | Fix README.rst formatting (#73) | Paul Kehrer | 2016-06-28 | 1 | -7/+7 | |
| | | ||||||
| * | Refactor tests to stop duplicating vectors (#78) | Paul Kehrer | 2016-06-28 | 1 | -142/+72 | |
| | | ||||||
| * | bump version to 3.0.0 (#72)3.0.0 | Paul Kehrer | 2016-06-28 | 1 | -1/+1 | |
| | | ||||||
| * | Add bcrypt pbkdf support (#70) | Paul Kehrer | 2016-06-27 | 3 | -3/+170 | |
| | | | | | | | | | * add bcrypt_pbkdf support * bytes! * some docs | |||||
| * | Add bcrypt pbkdf bindings (#69) | Paul Kehrer | 2016-06-27 | 2 | -0/+171 | |
| | | | | | | | | | * add bcrypt pbkdf bindings * fix some headers * stdint is not a thing older VS has, but we shouldn't need it | |||||
| * | Convert bcrypt to use OpenBSD code (#68) | Paul Kehrer | 2016-06-27 | 30 | -2883/+2233 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * swap to using openbsd bcrypt * we should probably call this 3.0 * update tests to handle slight change in behavior, test better * strip out code we're not using * define this for linux * py3 fix * add a changelog to the readme * maybe work with windows * portable endian header, replace swaps, other windows fixes * handle older windows compilers properly, handle glibc < 2.9, retab * remove a todo, that's definitely the limit * make these definitions conditional since some BSDs may already have them * add $2a$ tests from crypt_blowfish-1.3 * update readme to note supported prefixes * almost pointless commit * add support for $2y$ test vectors from openwall crypt-blowfish1.3 | |||||
| * | add OS X to travis configs (#71) | Paul Kehrer | 2016-06-22 | 3 | -5/+45 | |
| | | | | | | | * add OS X (no wait, mac OS) to travis configs * pypy and pyenv are not the same thing | |||||
| * | Merge pull request #62 from crazyh/master | Paul Kehrer | 2016-05-23 | 5 | -45/+45 | |
| |\ | | | | | Add vendor prefixes for public sym names | |||||
| | * | Add vendor prefixes for public sym names | Sergey Zolotorev | 2016-03-03 | 5 | -45/+45 | |
| |/ | ||||||
| * | Merge pull request #59 from reaperhulk/fix-49-docs | Alex Gaynor | 2016-02-13 | 2 | -1/+10 | |
| |\ | | | | | raise a decent error if pypy <2.6 + update README | |||||
| | * | raise a decent error if pypy <2.6 + update README | Paul Kehrer | 2016-02-13 | 2 | -1/+10 | |
| |/ | ||||||
| * | Merge pull request #57 from reaperhulk/better-docs | Alex Gaynor | 2016-02-13 | 1 | -2/+3 | |
| |\ | | | | | provide a better explanation for what to do with long passwords | |||||
| | * | updates based on feedback | Paul Kehrer | 2015-11-29 | 1 | -3/+3 | |
| | | | ||||||
| | * | provide a better explanation for what to do with long passwords | Paul Kehrer | 2015-11-29 | 1 | -2/+3 | |
| | | | ||||||
| * | | Merge pull request #51 from pyca/alex-patch-1 | Paul Kehrer | 2015-12-20 | 2 | -16/+31 | |
| |\ \ | |/ |/| | Added python3.5 | |||||
| | * | try it like this | Alex Gaynor | 2015-12-20 | 1 | -17/+30 | |
| | | | ||||||
| | * | Merge branch 'master' into alex-patch-1 | Alex Gaynor | 2015-12-19 | 1 | -0/+15 | |
| | |\ | |/ |/| | ||||||
| * | | Merge pull request #52 from pyca/alex-patch-2 | Donald Stufft | 2015-10-20 | 1 | -0/+15 | |
| |\ \ | | | | | | | Document that bcrypt doesn't handle long passwords | |||||
| | * \ | Merge branch 'master' into alex-patch-2 | Alex Gaynor | 2015-10-18 | 4 | -6/+4 | |
| | |\ \ | |/ / |/| | | ||||||
| | * | | typo | Alex Gaynor | 2015-10-17 | 1 | -1/+1 | |
| | | | | ||||||
| | * | | Document that bcrypt doesn't handle long passwords | Alex Gaynor | 2015-10-17 | 1 | -0/+15 | |
| | | | | ||||||
| | | * | Merge branch 'master' into alex-patch-1 | Alex Gaynor | 2015-10-18 | 4 | -6/+4 | |
| | | |\ | |_|/ |/| | | ||||||
| * | | | Merge pull request #53 from alex/no-py32 | Hynek Schlawack | 2015-10-18 | 4 | -6/+4 | |
| |\ \ \ | |/ / |/| | | drop python 3.2 | |||||
| | * | | drop python 3.2 | Alex Gaynor | 2015-10-17 | 4 | -6/+4 | |
| |/ / | ||||||
| | * | here too | Alex Gaynor | 2015-09-15 | 1 | -1/+1 | |
| | | | ||||||
| | * | Added python3.5 | Alex Gaynor | 2015-09-15 | 1 | -0/+2 | |
| |/ | ||||||
| * | Merge pull request #46 from chris-erickson/patch-1 | Paul Kehrer | 2015-06-21 | 1 | -1/+14 | |
| |\ | | | | | Update README to include additional install steps | |||||
| | * | Update badge and system package requirements | Chris Erickson | 2015-06-21 | 1 | -3/+3 | |
| | | | ||||||
| | * | Update README to include additional install steps | Chris Erickson | 2015-06-20 | 1 | -1/+14 | |
| |/ | | | This was helpfully pointed out in https://github.com/pyca/bcrypt/issues/41 | |||||
| * | Merge pull request #44 from dstufft/bump-version22.0.0 | Paul Kehrer | 2015-06-12 | 1 | -1/+1 | |
| |\ | | | | | Bump version to 2.0.0 | |||||
| | * | Bump version to 2.0.0 | Donald Stufft | 2015-06-12 | 1 | -1/+1 | |
| | | | ||||||
| * | | Merge pull request #45 from dstufft/pr/36 | Paul Kehrer | 2015-06-12 | 3 | -86/+107 | |
| |\ \ | |/ |/| | Continue #36 | |||||
| | * | Document the adjustable prefix | Donald Stufft | 2015-06-12 | 1 | -0/+8 | |
| | | | ||||||
| | * | Add tests for gensalt(prefix) functionality | jazzyb | 2015-06-12 | 1 | -0/+10 | |
| | | | ||||||
| | * | Add prefix option to gensalt() - default to "2b" | jazzyb | 2015-06-12 | 2 | -86/+89 | |
| |/ | ||||||
| * | Merge pull request #43 from dstufft/cffi1.0 | Paul Kehrer | 2015-06-11 | 26 | -200/+157 | |
| |\ | | | | | Migrate to using CFFI 1.0 | |||||
| | * | Install PyPy 2.6 on Travis | Donald Stufft | 2015-06-11 | 3 | -2/+30 | |
| | | | ||||||
| | * | Migrate to using CFFI 1.0 | Donald Stufft | 2015-06-11 | 23 | -198/+127 | |
| |/ | | | | | | | * Move everything under src/ to ensure we test against the installed library. * Create a build_bcrypt.py script which will build _bcrypt.so. * Refactor to utilize the new _bcrypt.so instead of implicit compile. | |||||
| * | Merge pull request #40 from reaperhulk/1.1.1-version-bumpv1.1.1 | Alex Gaynor | 2015-03-13 | 1 | -1/+1 | |
| |\ | | | | | bump version to 1.1.1 | |||||
| | * | bump version to 1.1.1 | Paul Kehrer | 2015-03-13 | 1 | -1/+1 | |
| |/ | ||||||
| * | Merge pull request #35 from alex/docker! | Donald Stufft | 2015-03-13 | 1 | -0/+2 | |
| |\ | | | | | Try out the new travis docker infra | |||||
| | * | Try out the new travis docker infra | Alex Gaynor | 2014-12-17 | 1 | -0/+2 | |
| | | | ||||||
