summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Re-tagged 4.3 as 4.5version-4.5version-4.3-py27compatibleSybren A. Stüvel2020-06-123-6/+8
* Mark Python 2.7 in Pipfile, as this is a release specifically for Py 27version-4.3Sybren A. Stüvel2020-06-121-1/+1
* Drop support for Python 3.4Sybren A. Stüvel2020-06-124-5/+3
* Fix CVE-2020-13757: detect cyphertext modifications by prepending zero bytesSybren A. Stüvel2020-06-123-0/+62
* Choose blinding factor relatively prime to NSybren A. Stüvel2020-06-122-6/+15
* Bumped version to 4.3Sybren A. Stüvel2020-06-123-4/+4
* Add `python_requires` stanza to setup.pySybren A. Stüvel2020-06-123-0/+20
* Mark 4.0 as releasedversion-4.0Sybren A. Stüvel2018-09-164-5/+5
* Reword README.md for release of 4.0Sybren A. Stüvel2018-09-161-5/+5
* Declare Python 3.7 as supportedSybren A. Stüvel2018-09-161-0/+1
* Fixes for Travis CISybren A. Stüvel2018-09-163-7/+13
* Remove Travis CI testing for Python 3.7Sybren A. Stüvel2018-09-161-2/+5
* Typo in `.travis.yml`Sybren A. Stüvel2018-09-161-1/+1
* Remove unsued nose configurationJon Dufresne2018-09-161-3/+0
* speedupyjqiang2018-09-166-6/+6
* Updated changelogSybren A. Stüvel2018-09-161-2/+2
* Moved `get_word_alignment()` from `_compat.py` to `machine_size.py`Sybren A. Stüvel2018-09-162-3/+77
* Fixed testing with Travis CI and ToxSybren A. Stüvel2018-09-165-49/+157
* Transitioned from `requirements.txt` to Pipenv for package managementSybren A. Stüvel2018-07-104-6/+230
* Enable pip cache in Travis CIJon Dufresne2018-07-101-0/+1
* Update all pypi.python.org URLs to pypi.orgJon Dufresne2018-06-141-2/+2
* Include license file in the generated wheel packageJon Dufresne2018-06-141-0/+3
* Show README.md on PyPIHugo2018-04-281-0/+5
* Updated CHANGELOG.md for pull request #104Sybren A. Stüvel2018-02-051-1/+2
* Changed unittest to cover the new SHA-224 hash methodSybren A. Stüvel2018-02-051-2/+2
* Add support for SHA224 for PKCS1 signaturesJoost Rijneveld2018-02-052-3/+5
* Remove keysize requirements / recommendationsJoost Rijneveld2018-02-051-26/+0
* Add support for Python 3.6Hugo2018-02-052-2/+3
* Remove duplicate hash method definitionJoost Rijneveld2018-02-051-10/+2
* Fix typoHugo2018-01-244-5/+5
* Drop support for EOL Python 3.3Hugo2017-11-295-5/+5
* Use tox-travis to run tox when using TravisCI (#102)Joost Rijneveld2017-10-221-14/+8
* Prevent __pycache__ from being committed (#100)Joost Rijneveld2017-10-091-0/+1
* Typos (#95)David Larlet2017-08-311-2/+2
* Fix Shield links (#94)Florian Motlik2017-07-041-6/+3
* Declare Python 3.6 support (#93)Jon Banafato2017-06-291-0/+1
* PKCS#1 2.0: Implementation of MGF1 (#89)Michael Manganiello2017-06-103-1/+195
* Support signing a pre-calculated hash (#87)Justin Simon2017-05-074-18/+67
* Ceiling division implementation (#88)Michael Manganiello2017-04-181-3/+25
* Updated changelogSybren A. Stüvel2017-04-101-0/+6
* Feature request #78: Expose function to find the hash method of a signatureSybren A. Stüvel2017-04-104-3/+33
* Don't print in unit testsSybren A. Stüvel2017-04-101-3/+0
* Removed easy_install from installation documentationSybren A. Stüvel2017-04-101-8/+3
* Updated year in copyright statementSybren A. Stüvel2017-04-101-1/+1
* Removed unused sphinx extension.Sybren A. Stüvel2017-04-101-1/+1
* Updated documentation for removal of bigfile/VARBLOCK support.Sybren A. Stüvel2017-04-105-108/+52
* Moved sphinx down to other development requirements.Sybren A. Stüvel2017-04-101-1/+2
* Added mock library as requirement, as it's used in unit tests.Sybren A. Stüvel2017-04-101-0/+1
* Use iterative zip in Python 2 (#85)Michael Manganiello2017-01-173-1/+6
* Implementation of bitwise XOR function for bytes object (#72)Michael Manganiello2017-01-162-1/+67