index
:
delta/python-packages/rsa-git.git
issue-98-fips-186-4-prime-selection
main
master
saifelse-test-mypy
temp-poetry
temp-zipp-fix
test-threading-fix-173
version-4.3-py27compatible
github.com: sybrenstuvel/python-rsa.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
rsa
Commit message (
Expand
)
Author
Age
Files
Lines
*
Updated documentation, mostly http -> https changes
Sybren A. Stüvel
2016-02-05
18
-19
/
+19
*
Fixed PEP8 style issues
Sybren A. Stüvel
2016-01-27
3
-11
/
+15
*
Fix #18: Add an 'exponent' argument to key.newkeys()
Sybren A. Stüvel
2016-01-27
1
-15
/
+41
*
Removed some compatibility code for Python 2.6
Sybren A. Stüvel
2016-01-27
1
-8
/
+1
*
Removed unused import
Sybren A. Stüvel
2016-01-27
1
-1
/
+1
*
Simplified test structure a bit, so we no longer need to set PYTHONPATH
Sybren A. Stüvel
2016-01-27
1
-2
/
+0
*
Removed code duplication
Sybren A. Stüvel
2016-01-27
1
-11
/
+13
*
Fixed bug where PrivateKey.exp2 wasn't correctly processed in the constructor.
Sybren A. Stüvel
2016-01-27
1
-5
/
+5
*
Deprecated old modules, and slated them for removal in 4.0
Sybren A. Stüvel
2016-01-27
2
-8
/
+13
*
Perform a late import of rsa.varblock to prevent DeprecationWarnings
Sybren A. Stüvel
2016-01-25
1
-1
/
+4
*
Fix #12 Allow pickling of keys.
Sybren A. Stüvel
2016-01-22
1
-0
/
+24
*
Removed doctest for blinding, as it is not suitable as an example for end users.
Sybren A. Stüvel
2016-01-22
1
-8
/
+0
*
Another pass at blinding.
Sybren A. Stüvel
2016-01-22
2
-19
/
+20
*
Use random number when blinding, and also blind when verifying signatures.
Sybren A. Stüvel
2016-01-22
2
-45
/
+75
*
Fixed some docstrings to use Sphinx-compatible notation
Sybren A. Stüvel
2016-01-22
3
-25
/
+26
*
Fix #13: Deprecated the VARBLOCK format and rsa.bigfile module
Sybren A. Stüvel
2016-01-22
2
-0
/
+71
*
Fix #19: Implemented blinding when decrypting.
Sybren A. Stüvel
2016-01-22
2
-2
/
+44
*
Removed obsolete remark from docstring, fixes #14
Sybren A. Stüvel
2016-01-22
1
-3
/
+0
*
Updated doctests to Python 3.5 and automatically running with Tox.
Sybren A. Stüvel
2016-01-22
4
-76
/
+18
*
Fix #30, removed use of deprecated `base64.decodestring` from docstrings
Sybren A. Stüvel
2016-01-22
1
-2
/
+2
*
Using r""" for some docstrings
Sybren A. Stüvel
2016-01-22
3
-6
/
+6
*
Big refactor to become more PEP8 compliant.
Sybren A. Stüvel
2016-01-22
16
-413
/
+429
*
Fix #27: Close Pipes at parallel version of genprime.
Sybren A. Stüvel
2016-01-22
1
-5
/
+9
*
Primes regeneration in RSA keys generation
Michael Manganiello
2016-01-21
1
-3
/
+11
*
Corrected accurate mode of 'newkeys' function
Michael Manganiello
2016-01-21
1
-2
/
+4
*
Simplified calculation of GCD
Michael Manganiello
2016-01-21
1
-3
/
+3
*
No longer using obsolete base64 interface, fixes bug #30
Sybren A. Stüvel
2016-01-21
1
-2
/
+2
*
Bumped version to 3.3
version-3.3
Sybren A. Stüvel
2016-01-21
1
-2
/
+2
*
Fix FTBFS import error
Fabio Alessandro Locati
2016-01-21
1
-1
/
+5
*
Fix BB'06 attack in verify() by switching from parsing to comparison
Filippo Valsorda
2015-12-16
1
-38
/
+20
*
Bumped version to 3.2.3
version-3.2.3
Sybren A. Stüvel
2015-11-05
1
-1
/
+1
*
Added character encoding markers for Python 2.x
Sybren A. Stüvel
2015-11-05
3
-0
/
+3
*
Bumped version to 3.2.2 due to an issue with pypi
version-3.2.2
Sybren A. Stüvel
2015-11-05
1
-1
/
+1
*
Bumped version to 3.2.1
version-3.2.1
Sybren A. Stüvel
2015-11-05
1
-2
/
+2
*
Added per-file licenses
Roy Kokkelkoren
2015-10-25
3
-0
/
+45
*
Bumped version to 3.2
version-3.2
Sybren A. Stüvel
2015-07-29
1
-2
/
+2
*
Bumped version to 3.1.4
version-3.1.4
Sybren A. Stüvel
2014-02-22
1
-2
/
+2
*
Fixed typo in pyrsa-verify help message
Sybren A. Stüvel
2014-02-22
1
-1
/
+1
*
Fixed compatibilty of pyrsa-priv2pub with Python 3
Sybren A. Stüvel
2014-02-22
1
-13
/
+15
*
Bumped version to 3.1.3
version-3.1.3
Sybren A. Stüvel
2014-02-02
1
-2
/
+2
*
Bumped version to 3.1.2
version-3.1.2
Sybren A. Stüvel
2013-09-15
1
-2
/
+2
*
rsa.pkcs1.verify() should return True when successful
Tim Heckman
2012-10-17
1
-0
/
+2
*
Explicitly cast ASN.1 integer type to Python int
Sybren A. Stüvel
2012-10-12
1
-1
/
+1
*
Added support for loading public keys from OpenSSL
Sybren A. Stüvel
2012-10-11
2
-18
/
+84
*
Fixed some more Py32 incompatibilities
version-3.1.1
Sybren A. Stüvel
2012-06-18
2
-5
/
+7
*
Fixed CLI functions for Python 3.x
Sybren A. Stüvel
2012-06-18
1
-21
/
+21
*
Added version 3.1.1 to changelog
Sybren A. Stüvel
2012-06-18
1
-1
/
+1
*
Fixed doctests
Sybren A. Stüvel
2012-06-18
2
-2
/
+2
*
Bumped version to 3.1
Sybren A. Stüvel
2012-06-17
1
-3
/
+3
*
Fixes formatting indentation issue to revert to PEP8 style.
Yesudeep Mangalapilly
2012-03-02
1
-77
/
+76
[next]