aboutsummaryrefslogtreecommitdiffstats
path: root/tests/hazmat/primitives/test_rsa.py
Commit message (Expand)AuthorAgeFilesLines
...
* 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
| * Pep8David Reid2014-04-301-2/+2
| * Failing tests.David Reid2014-04-301-0/+27
* | Merge pull request #1080 from reaperhulk/generate-rsa-parametersAlex Stapleton2014-05-271-1/+1
|\ \
| * | add generate_rsa_parameters_supported to RSABackendPaul Kehrer2014-05-251-1/+1
* | | use the keys in the RSA testsPaul Kehrer2014-05-261-157/+53
* | | add a few more RSA supported checksPaul Kehrer2014-05-251-1/+21
|/ /
* | add supported marks in the RSA tests that use rsa_padding_supportedPaul Kehrer2014-05-241-27/+288
* | Always use deprecated_callAlex Gaynor2014-05-031-4/+8
* | Switch tests to pass salt length to the right place, except where actually te...Alex Gaynor2014-05-031-12/+12
|/
* Don't import the exceptions module directly.Alex Gaynor2014-04-291-12/+14
* Merge pull request #962 from reaperhulk/rsa-encAlex Gaynor2014-04-261-1/+119
|\
| * move ct length check into decrypt function, address review commentsPaul Kehrer2014-04-251-13/+8
| * another style fix in the rsa tests that I missed last time...Paul Kehrer2014-04-241-2/+2
| * improve style in test, update docs for rsa encryption reviewPaul Kehrer2014-04-241-1/+1
| * RSA encryption supportPaul Kehrer2014-04-241-0/+123
* | Rename OpenSSLSerializationBackendAlex Stapleton2014-04-251-19/+3
* | No more comma seperated string stringsAlex Gaynor2014-04-241-1/+1
|/
* OAEP support for RSA decryptionPaul Kehrer2014-04-221-0/+59
* more key length checks, docs updatePaul Kehrer2014-04-201-1/+3
* remove InvalidDecryption and replace with ValueErrorPaul Kehrer2014-04-201-2/+2
* remove OAEP decryption to simplify reviewPaul Kehrer2014-04-201-59/+0
* cover a missing linePaul Kehrer2014-04-201-0/+11