summaryrefslogtreecommitdiff
path: root/lib/Crypto/SelfTest/PublicKey
Commit message (Expand)AuthorAgeFilesLines
* Extended fix for the RSA boundary checkLegrandin2014-06-221-0/+11
* Remove a few custom exception types.Legrandin2014-06-221-23/+23
* Refactor 3 places handling fastmath ImportErrorMarc Abramowitz2014-02-222-20/+4
* Use different method for getting ext_suffixMarc Abramowitz2014-02-222-2/+4
* Removed most 'import *' statementsLegrandin2013-10-201-1/+1
* whitespace changes (pre-AEAD)Legrandin2013-10-201-1/+1
* Fix unhexlify in Python 3.2Dwayne Litzenberger2013-07-141-1/+1
* Add support for import/export of DSA keysLegrandin2013-07-143-1/+396
* Added support for PKCS#8-encrypted private keys.Legrandin2013-07-141-29/+84
* Fix RSA object serialization: Python 3 compatibilityDwayne Litzenberger2013-02-161-15/+21
* Fix RSA object serializationFrank Sievertsen2013-02-161-0/+60
* Raise a ValueError as documented.Sebastian Ramacher2012-05-281-0/+4
* Return a byte string if format is set to OpenSSH.Sebastian Ramacher2012-05-281-1/+1
* Reenable redefined tests.Sebastian Ramacher2012-05-281-3/+3
* Add ability to import RSAPublicKey objects (encoded in DER or PEM)Legrandin2012-05-181-0/+24
* Describe unit tests for importKeyLegrandin2012-05-181-2/+12
* Fixes to make test suite pass for Python 2.1 and Python 3Legrandin2012-05-111-2/+2
* Add negative test for signature verification.Legrandin2012-05-031-2/+6
* Added test vectors for ElGamal signatures.Legrandin2012-05-031-18/+58
* Add ElGamal tests to the test suite.Legrandin2012-04-271-0/+1
* Added some test vectors for ElGamal (encryption only). Fixed two small bugs i...Legrandin2012-04-261-0/+166
* Merge from upstreamLegrandin2011-12-222-18/+32
|\
| * Py3k: Fix test_importKey: Don't pass unicode string to .decrypt()v2.4Dwayne C. Litzenberger2011-10-221-4/+4
| * Py3k: fix when RSA.importKey is called with a str argument, instead of bytesDwayne C. Litzenberger2011-10-221-5/+20
| * Python 3.x fixes:Dwayne C. Litzenberger2011-10-221-3/+3
| * Add test cases to prove that an imported RSA private key really behaves like ...Legrandin2011-10-171-5/+20
* | Merged from upstream (py3k support) and modified so that all unit tests pass.Legrandin2011-10-183-213/+235
|\ \ | |/
| * Unwraping byte conversion on test vectors.Anders Sundman2011-04-243-33/+33
| * Add Ron Rivet TestThorsten Behrens2010-12-302-1/+2
| * PY3K _fastmath supportThorsten Behrens2010-12-292-4/+21
| * PY3K support for _fastmath.c; removed floordiv(a,b) hack and replaced with di...Thorsten Behrens2010-12-293-8/+8
| * More consistent use of binary strings in test scripts. Now suceeds with Pytho...Thorsten Behrens2010-12-282-100/+101
| * Changes to allow pycrpyto to work on Python 3.x as well as 2.1 through 2.7Thorsten Behrens2010-12-283-26/+32
* | Added Lorenz Quack's native C implementation of all SHA-2 algorithmLegrandin2011-10-161-0/+2
* | Added support for export and import of unencrypted PKCS#8 keys (with tests).Legrandin2011-10-111-1/+59
* | Added support for pass phrase and DES/3DES encrypted PEM keys, for both impor...Legrandin2011-10-031-0/+53
* | Added support for export of public RSA keys in OpenSSH formatLegrandin2011-09-211-0/+7
* | Add support for import of OpenSSH public keysLegrandin2011-09-211-0/+8
* | A message is printed if RSA tests are performed without fastmath.Legrandin2011-09-201-1/+1
* | Test RSA key import with both fast and slow RSA enginesLegrandin2011-02-211-11/+24
* | Factorization of n from d stops after 100 attempts, with test cases.Legrandin2011-02-061-1/+14
* | Keep p<q check while generating an RSA key, but tell people why really we do ...Legrandin2011-01-191-1/+0
* | Allow RSA to be generated with an arbitary public exponent e.Legrandin2011-01-181-0/+9
* | Pure tab-to-space conversion with :retab in vim.Legrandin2011-01-161-79/+79
* | Add test cases to prove that an imported RSA private key really behaves like ...Legrandin2011-01-161-5/+20
* | Improve the test command in setup.py, by allowing tests to beLegrandin2011-01-102-2/+4
|/
* _slowmath: Compute RSA u parameter when it's not given to RSA.constructDwayne C. Litzenberger2010-08-261-0/+1
* Support for older versions of pythonLegrandin2010-08-021-4/+4
* Add ability to export and import RSA keys in DER and PEM format.Legrandin2010-08-022-0/+143
* Fix PyCrypto when floor division (python -Qnew) is enabledDwayne C. Litzenberger2010-05-291-1/+1