summaryrefslogtreecommitdiff
path: root/README.rst
Commit message (Collapse)AuthorAgeFilesLines
* Bump for 4.0.1 release (#437)4.0.1Alex Gaynor2022-10-071-1/+3
|
* fixes #434 -- build pypy manylinux wheels (#436)Alex Gaynor2022-10-071-0/+5
|
* suggest better things (#412)Paul Kehrer2022-09-141-1/+2
|
* bump to 4.0.0 (#397)4.0.0Paul Kehrer2022-08-231-2/+7
| | | | | | | | | | | * bump to 4.0.0 * Update README.rst Co-authored-by: Alex Gaynor <alex.gaynor@gmail.com> * Update README.rst Co-authored-by: Alex Gaynor <alex.gaynor@gmail.com>
* continue to not oversell bcrypt (#362)Paul Kehrer2022-07-101-1/+1
|
* Don't oversell bcrypt (#361)Alex Gaynor2022-07-091-1/+1
|
* Forward port fixes (#323)Alex Gaynor2022-05-011-0/+5
|
* Switch to a Rust implementation of cryptographic primitives (#294)Alex Gaynor2022-05-011-4/+12
|
* Prepare for the 3.2.1 release (#305)Alex Gaynor2022-05-011-2/+12
|
* Installing bcrypt on z/OS (#248)Ellie Jeong2021-02-181-0/+1
| | | | | | | * zos support * add changelog for z/OS support * add changelog for z/OS support
* main branch rename (#247)Paul Kehrer2021-02-131-2/+2
|
* Fix security policy link (#245)masterBen Soyka2021-01-201-1/+1
|
* remove travis, add more GA jobs (#243)Paul Kehrer2020-12-221-3/+0
| | | | | | | | | | | | * remove travis, add more GA jobs no arm64 CI job yet * remove all but minimum/latest jobs for windows and macos we ship abi3 on all platforms and these jobs don't have a lot of value. we test on all versions through linux. * indentation is hard
* reopen master (#224)Paul Kehrer2020-08-161-0/+3
|
* bump for 3.2.0 (#223)3.2.0Paul Kehrer2020-08-161-4/+4
|
* add: type hints to top level functions (#218)Steve Dignam2020-08-131-0/+2
| | | | | | | | | | | | | | | | | | | | | * WIP: add type hints to top level functions TODO: - see if mypy picks up types when installing in new project - setup mypy in CI fixes https://github.com/pyca/bcrypt/issues/215 * add mypy to ci & move py.typed to correct folder? * try and get mypy to run in CI * run mypy in travis? * use mypy defaults for python_version and platform https://mypy.readthedocs.io/en/stable/config_file.html#platform-configuration * update change log with changes
* support only python 3.6+ (#217)Paul Kehrer2020-08-111-2/+2
|
* name the GA jobs and update the README (#202)Paul Kehrer2020-04-121-2/+2
|
* Add changelog entry for 3.4 (#197)Alex Gaynor2020-03-221-0/+6
|
* Move Windows CI to Github Actions (#195)Alex Gaynor2020-03-221-1/+1
|
* Updated README.md with alpine dependecies (#184)Eduardo2019-07-281-0/+7
| | | | | | * Updated README.md with alpine dependecies * Updated README.md with alpine dependecies
* bcrypt 3.1.7 release (#180)3.1.7Paul Kehrer2019-06-191-0/+7
| | | | | | * bcrypt 3.1.7 release * empty commits are critical for a functioning CI apparently
* Azure (#174)Paul Kehrer2019-05-261-0/+3
| | | | | | | | | | | | | | | | | | | | | | * switch to azure pipelines no more jenkins, do mac builds on azure * add status badge * fix manifest issue * full path to tox on windows * quotes * indentation * i don't understand. * remove unneeded vars * test on more pythons
* version bump and changelog 3.1.6 (#165)3.1.6Paul Kehrer2019-01-161-0/+5
|
* changelog and bump version to 3.1.5 (#161)3.1.5Paul Kehrer2018-12-111-0/+8
|
* update the readme to note alternatives but still say bcrypt is good (#151)Paul Kehrer2018-07-041-1/+9
| | | | | | | | * update the readme to note alternatives but still say bcrypt is good * readme can say cryptography * fix a nit, let me sleep alex!
* Update all pypi.python.org URLs to pypi.org (#145)Jon Dufresne2018-06-261-1/+1
| | | | | For details on the new PyPI, see the blog post: https://pythoninsider.blogspot.ca/2018/04/new-pypi-launched-legacy-pypi-shutting.html
* Drop Python 2.6 and 3.3 support (#133)Hugo2017-10-191-1/+1
| | | | | | | | | | | | | | * Don't test on EOL Python 2.6 * Remove unnecessary positional formatters for Python 2.7+ * Remove branch restriction to test feature branches * Leave PyPy compatibility at 2.6+ * Don't test on EOL Python 3.3 * Don't test feature branches
* 3.1.4 version bump and changelog (#129)3.1.4Paul Kehrer2017-10-111-0/+5
|
* add a changelog and bump to 3.1.3 (#107)3.1.3Paul Kehrer2017-02-211-0/+5
|
* 3.1.2 changelog and version bump (#101)3.1.2Paul Kehrer2016-12-171-0/+6
|
* changelog and bump to 3.1.1 (#93)3.1.1Paul Kehrer2016-09-171-0/+4
| | | | | | * changelog and bump to 3.1.1 * simpler language
* Update changelog + 3.1.0 version bump (#88)3.1.0Paul Kehrer2016-06-301-1/+3
|
* Use checkpw() instead of == (#86)Donald Stufft2016-06-301-1/+1
|
* Inputing a 2y salt should output a 2y hash (#84)Donald Stufft2016-06-301-0/+1
|
* Add checkpw (#76)Paul Kehrer2016-06-291-5/+9
|
* Fix README.rst formatting (#73)Paul Kehrer2016-06-281-7/+7
|
* Add bcrypt pbkdf support (#70)Paul Kehrer2016-06-271-2/+18
| | | | | | | | * add bcrypt_pbkdf support * bytes! * some docs
* Convert bcrypt to use OpenBSD code (#68)Paul Kehrer2016-06-271-0/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* raise a decent error if pypy <2.6 + update READMEPaul Kehrer2016-02-131-1/+1
|
* updates based on feedbackPaul Kehrer2015-11-291-3/+3
|
* provide a better explanation for what to do with long passwordsPaul Kehrer2015-11-291-2/+3
|
* Merge branch 'master' into alex-patch-2Alex Gaynor2015-10-181-2/+2
|\
| * drop python 3.2Alex Gaynor2015-10-171-2/+2
| |
* | typoAlex Gaynor2015-10-171-1/+1
| |
* | Document that bcrypt doesn't handle long passwordsAlex Gaynor2015-10-171-0/+15
|/
* Update badge and system package requirementsChris Erickson2015-06-211-3/+3
|
* Update README to include additional install stepsChris Erickson2015-06-201-1/+14
| | | This was helpfully pointed out in https://github.com/pyca/bcrypt/issues/41
* Document the adjustable prefixDonald Stufft2015-06-121-0/+8
|
* fixed typoAlex Gaynor2015-03-131-3/+3
|