index
:
delta/python-packages/pycrypto.git
2.6-winbuild2-wip
2.6.x
2.6.x-ci-appveyor-wip
2.6.x-ci-wip
bugfixes-wip
gh-pages
hash-speedup-wip
junk/master
junk/sphinx
master
pyca
select-modes
stage
win-build-wip
winbuild2-wip
www.pycrypto.org
github.com: dlitz/pycrypto.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Crypto
/
PublicKey
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove qNEW signature algorithm
Dwayne C. Litzenberger
2012-05-24
2
-189
/
+1
*
Add ability to import RSAPublicKey objects (encoded in DER or PEM)
Legrandin
2012-05-18
1
-6
/
+12
*
Clarification of how RSA keys can be imported/exported
Legrandin
2012-05-18
1
-14
/
+23
*
Fixed two small bugs in ElGamal code.
Legrandin
2012-04-26
1
-4
/
+4
*
Domain parameters for ElGamal and DSA can be freely shared. The message M to ...
Legrandin
2012-04-26
2
-14
/
+26
*
Fix to bug #985164 (ElGamal key generation). Fix to missing range check in si...
Legrandin
2012-04-18
1
-24
/
+40
*
Refreshed documentation for ElGamal. Small corrections to DSA and RSA.
Legrandin
2012-04-18
3
-24
/
+236
*
Polished the Crypto.PublicKey page.Added hyperlinks to RFCs.
Legrandin
2012-04-12
4
-5
/
+20
*
Refreshed documentation for DSA. Minor fixes in RSA documentation.
Legrandin
2012-04-12
3
-16
/
+197
*
Refreshed documentation for RSA. epydoc does not generate documentation for p...
Legrandin
2012-04-10
3
-44
/
+227
*
Merge from upstream
Legrandin
2011-10-19
1
-0
/
+2
|
\
|
*
_RSAKey._decrypt() uses Garner's algorithmwhen possible, as _fastmath.c does.
Legrandin
2011-10-17
1
-1
/
+9
|
*
FIX BUG 702835: "Import key code is not compatible with GMP library"
Legrandin
2011-10-17
1
-4
/
+19
*
|
Further fixed for python 3
Legrandin
2011-10-19
1
-1
/
+1
*
|
Merged from upstream (py3k support) and modified so that all unit tests pass.
Legrandin
2011-10-18
5
-33
/
+52
|
\
\
|
|
/
|
*
fix exception message in Crypto.PublicKey.RSA.generate
Sebastian Ramacher
2011-10-10
1
-2
/
+2
|
*
Merge from dlitz/master
Anders Sundman
2011-05-19
1
-2
/
+17
|
|
\
|
*
|
PY3K _fastmath support
Thorsten Behrens
2010-12-29
3
-4
/
+4
|
*
|
Changes to allow pycrpyto to work on Python 3.x as well as 2.1 through 2.7
Thorsten Behrens
2010-12-28
5
-69
/
+80
*
|
|
Added support for export and import of unencrypted PKCS#8 keys (with tests).
Legrandin
2011-10-11
1
-38
/
+84
*
|
|
Added support for pass phrase and DES/3DES encrypted PEM keys, for both impor...
Legrandin
2011-10-03
1
-7
/
+64
*
|
|
Added support for export of public RSA keys in OpenSSH format
Legrandin
2011-09-21
1
-5
/
+17
*
|
|
Add support for import of OpenSSH public keys
Legrandin
2011-09-21
1
-2
/
+14
*
|
|
Merged with upstream.
Legrandin
2011-09-20
1
-2
/
+15
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
Avoid timing attacks: Do blinded RSA by default
Dwayne C. Litzenberger
2011-02-21
1
-2
/
+15
|
|
/
*
|
Factorization of n from d stops after 100 attempts, with test cases.
Legrandin
2011-02-06
1
-2
/
+4
*
|
Added more documentation for the RSA module.
Legrandin
2011-01-21
1
-19
/
+142
*
|
Keep p<q check while generating an RSA key, but tell people why really we do ...
Legrandin
2011-01-19
2
-3
/
+5
*
|
Allow RSA to be generated with an arbitary public exponent e.
Legrandin
2011-01-18
3
-18
/
+59
*
|
Pure tab-to-space conversion with :retab in vim.
Legrandin
2011-01-16
1
-61
/
+61
*
|
_RSAKey._decrypt() uses Garner's algorithmwhen possible, as _fastmath.c does.
Legrandin
2011-01-16
1
-1
/
+9
*
|
FIX BUG 702835. When importing an DER RSA private key, u (that is, p^{-1} mod...
Legrandin
2011-01-16
1
-5
/
+20
|
/
*
Make RSA.generate raise a more user-friendly exception message when the user ...
Dwayne C. Litzenberger
2010-08-27
1
-0
/
+3
*
_slowmath: Compute RSA u parameter when it's not given to RSA.construct
Dwayne C. Litzenberger
2010-08-26
1
-1
/
+4
*
Support for older versions of python
Legrandin
2010-08-02
1
-5
/
+7
*
Add ability to export and import RSA keys in DER and PEM format.
Legrandin
2010-08-02
1
-1
/
+72
*
getStrongPrime() implementation
Lorenz Quack
2010-06-10
1
-18
/
+2
*
Fix PyCrypto when floor division (python -Qnew) is enabled
Dwayne C. Litzenberger
2010-05-29
2
-4
/
+4
*
RSA.generate: Ensure that e is coprime to (p-1) and (q-1).
Dwayne C. Litzenberger
2009-11-01
1
-3
/
+19
*
Apply patch to implement __ne__() in Crypto.PublicKey.pubkey.pubkey
Lorenz Quack
2009-10-08
1
-0
/
+6
*
qNEW.py: Replace the legal notices
Dwayne C. Litzenberger
2009-08-03
1
-5
/
+19
*
_DSA.py, _RSA.py, pubkey.py: Replace the legal notices
Dwayne C. Litzenberger
2009-08-03
3
-15
/
+57
*
ElGamal.py: Replace the legal notice
Dwayne C. Litzenberger
2009-08-02
1
-5
/
+18
*
Crypto.PublicKey: Raise ValueError/TypeError/RuntimeError instead of the vari...
Dwayne C. Litzenberger
2009-04-25
5
-15
/
+15
*
Legal: Add PD dedication to __init__.py files and hash stubs
Dwayne C. Litzenberger
2009-03-01
1
-0
/
+20
*
Legal: Dedicate my files to the public domain.
Dwayne C. Litzenberger
2009-03-01
3
-60
/
+51
*
cleanup: Move modules to "lib/Crypto" subdirectory.
Dwayne C. Litzenberger
2009-02-28
9
-0
/
+1172