aboutsummaryrefslogtreecommitdiffstats
path: root/tests/hazmat/primitives/test_rsa.py
Commit message (Expand)AuthorAgeFilesLines
* support rsa key generation testing when key is not serializablePaul Kehrer2016-01-301-1/+10
* Write some tests for skip conditions in tests.Alex Gaynor2016-01-101-9/+26
* move testPaul Kehrer2015-12-271-0/+37
* Enforce signature type in ECDSA and add testsStanisław Pitucha2015-08-121-0/+17
* Fixed #2143 -- added __hash__ to RSA{Public,Private}NumbersAlex Gaynor2015-07-121-0/+16
* require serialization in asym testsPaul Kehrer2015-06-271-30/+3
* support RSA DER private key serializationPaul Kehrer2015-03-131-19/+84
* Merge pull request #1741 from reaperhulk/serialize-der-public-keysAlex Gaynor2015-03-101-21/+35
|\
| * support DER serialization of public keysPaul Kehrer2015-03-101-21/+35
* | Fixed the deprecation warnings being triggered by the testsAlex Gaynor2015-03-101-1/+1
|/
* support RSA public key serializationPaul Kehrer2015-03-071-2/+47
* s/Format/PrivateFormatPaul Kehrer2015-03-011-7/+10
* change as_bytes to private_bytes, link more thingsPaul Kehrer2015-02-281-14/+14
* add exact byte testPaul Kehrer2015-02-271-0/+17
* listify a parametrized testPaul Kehrer2015-02-251-1/+1
* rename dump to as_bytesPaul Kehrer2015-02-251-12/+12
* address review commentsPaul Kehrer2015-02-251-17/+34
* Support for traditional OpenSSL and PKCS8 RSA private key serializationPaul Kehrer2015-02-251-2/+97
* Updated RSA and DSA tests for moved classesAlex Gaynor2015-02-241-2/+2
* move asymmetric padding interface to primitives.asymmetric.paddingPaul Kehrer2015-02-161-1/+1
* various improvements to rsa_recover_prime_factors per review feedbackPaul Kehrer2015-01-181-8/+2
* recover (p, q) given (n, e, d). fixes #975Paul Kehrer2015-01-181-0/+33
* add NotImplemented handlingPaul Kehrer2014-12-101-0/+2
* add __ne__ and __eq__ methods to RSA, DSA, and EC numbers classesPaul Kehrer2014-12-101-1/+50
* Update the license header for every source file, as well as the documentation.Alex Gaynor2014-11-161-13/+3
* Change how we represented that a test requires a backend.Alex Gaynor2014-10-231-8/+9
* fix a coverage missPaul Kehrer2014-09-301-1/+1
* Remove deprecated RSA methods from backends, update testsPaul Kehrer2014-09-291-393/+69
* Verify that padding is an instance of AsymmetircPadding before trying to use ...Alex Gaynor2014-08-251-0/+2
* Add a sensible repr to RSAPublicNumbersTerry Chia2014-07-101-0/+5
* Restore these testsAlex Gaynor2014-07-071-0/+11
* Advanced and remove the deprecated MGF1 sale length codeAlex Gaynor2014-07-071-85/+15
* update test to cover missing linePaul Kehrer2014-06-221-0/+2
* modify RSA numbers loading to match elliptic curvePaul Kehrer2014-06-201-204/+183
* deprecate old RSA classes and methodsPaul Kehrer2014-06-191-28/+79
* do value checks when converting from numbers to keyPaul Kehrer2014-06-121-1/+1
* simplify test_rsa changesPaul Kehrer2014-06-121-467/+343
* backend specific RSA*Key implementation for OpenSSLPaul Kehrer2014-06-121-430/+516
* Merge pull request #1102 from reaperhulk/rsa-generate-functionAlex Stapleton2014-06-071-14/+23
|\
| * rename the functionPaul Kehrer2014-06-071-17/+17
| * more coverage...Paul Kehrer2014-06-061-0/+3
| * fix coveragePaul Kehrer2014-06-061-0/+6
| * add rsa_generate_private_key function to replace RSAPrivateKey.generatePaul Kehrer2014-06-061-17/+17
* | Switch the tests to load numbersAlex Gaynor2014-06-061-30/+33
|/
* Split load_rsa_numbers into load_rsa_private_numbers and load_rsa_public_numb...David Reid2014-06-031-17/+17
* Implement load_rsa_numbers on the openssl backend.David Reid2014-06-031-0/+248
* Merge pull request #984 from dreid/rsa-numbersPaul Kehrer2014-06-031-0/+114
|\
| * Pep8David Reid2014-05-061-1/+0
| * Check types.David Reid2014-05-061-0/+88
| * Make public_numbers a property.David Reid2014-05-011-1/+1