index
:
delta/python-packages/rsa.git
blockpadding
brettsky/list-python-3-support-in-setuppy-1393605517644
crt
keygen-accurate
master
moved-to-github
pkcs1_v21
bitbucket.org: Obsolete (use python-packages/rsa-git)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
rsa
Commit message (
Expand
)
Author
Age
Files
Lines
*
Started explicitly mentioning PKCS#1 v1.5 or v2.1
pkcs1_v21
Sybren A. St?vel
2014-03-02
1
-6
/
+14
*
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
*
Fix buffer bytestring issue with Python 3.2
Yesudeep Mangalapilly
2012-03-02
1
-78
/
+83
*
Reverts docstring quoting syntax.
Yesudeep Mangalapilly
2011-08-24
13
-167
/
+170
*
Adds back older doctests for _int2bytes for compliance.
Yesudeep Mangalapilly
2011-08-24
1
-0
/
+17
*
Allow block_size=None in _int2bytes.
Yesudeep Mangalapilly
2011-08-24
1
-4
/
+5
*
Allow fill_size=None, chunk_size=None in int2bytes.
Yesudeep Mangalapilly
2011-08-24
1
-4
/
+4
*
Adds the doctests for bit_size back into the function docstrings.
Yesudeep Mangalapilly
2011-08-24
1
-0
/
+23
*
Fixes a silly error.
Yesudeep Mangalapilly
2011-08-17
1
-6
/
+6
*
Moves incompatible doctests to unit test modules.
Yesudeep Mangalapilly
2011-08-16
3
-26
/
+6
*
Adds common includes and tests.
Yesudeep Mangalapilly
2011-08-16
1
-0
/
+5
*
Fixes bad zero-prefix padding bug in older _int2bytes to pass all tests.
Yesudeep Mangalapilly
2011-08-16
1
-8
/
+10
*
Parellelized testing. Caught a lot of bugs.
Yesudeep Mangalapilly
2011-08-16
14
-171
/
+133
*
Much cleaner implementation of int2bytes. No loss in speed.
Yesudeep Mangalapilly
2011-08-14
2
-58
/
+71
*
Fixes doctest.
Yesudeep Mangalapilly
2011-08-13
1
-1
/
+1
*
Measure twice, cut once.
Yesudeep Mangalapilly
2011-08-13
1
-3
/
+8
*
Finally tracked down the bug to incorrect padding. Now all tests should pass
Yesudeep Mangalapilly
2011-08-13
1
-14
/
+3
*
Adds a much faster bit_size implementation causing an overall speed up.
Yesudeep Mangalapilly
2011-08-12
1
-1
/
+43
*
Completes machine-aligned int2bytes implementation.
Yesudeep Mangalapilly
2011-08-12
1
-0
/
+9
*
Adds verification tests for int2bytes and bytes2int
Yesudeep Mangalapilly
2011-08-12
2
-48
/
+130
*
Adds speed tests for int2bytes and old_int2bytes.
Yesudeep Mangalapilly
2011-08-11
1
-6
/
+65
*
Even better. Discard prefix zero bytes if block size is not specified.
Yesudeep Mangalapilly
2011-08-11
1
-22
/
+29
*
Reduces more calculation in int2bytes.
Yesudeep Mangalapilly
2011-08-11
1
-10
/
+17
*
Adds faster ``struct.pack``-based int2bytes implementation.
Yesudeep Mangalapilly
2011-08-11
1
-11
/
+12
*
Re-implements byte_size using divmod avoiding floating-point calculations.
Yesudeep Mangalapilly
2011-08-11
1
-2
/
+7
*
Porting to Python 3 complete. All tests except pyasn1 stuff pass.
Yesudeep Mangalapilly
2011-08-11
10
-49
/
+65
*
Tests are now functional (only running without syntax errors) on Python 3 too.
Yesudeep Mangalapilly
2011-08-11
3
-11
/
+11
*
Compatibility wrapper module to make rsa work with various versions of Python.
Yesudeep Mangalapilly
2011-08-11
1
-0
/
+99
*
Removed superfluous check
Sybren A. St?vel
2011-08-10
1
-4
/
+0
*
Added basic Chinese Remainder theorem implementation, not yet used.
Sybren A. St?vel
2011-08-10
2
-30
/
+79
*
Added parallel.py module and ability to use multiprocessing when generating keys
Sybren A. St?vel
2011-08-10
3
-22
/
+154
*
Bumped version to 3.1-beta0
Sybren A. St?vel
2011-08-10
1
-1
/
+1
*
Bumped version to 3.0.1
version-3.0.1
Sybren A. St?vel
2011-08-07
1
-2
/
+2
*
Removed unused import of abc module, updated changelog
Sybren A. St?vel
2011-08-07
1
-1
/
+0
*
Bumped version to 3.0
Sybren A. St?vel
2011-08-05
1
-2
/
+2
*
Fixed doctest, python 2.6 on cygwin
Sybren A. St?vel
2011-08-03
1
-1
/
+1
*
More documentation about key size and OpenSSL compatibility
Sybren A. St?vel
2011-08-03
2
-5
/
+5
[next]