aboutsummaryrefslogtreecommitdiffstats
path: root/tests/hazmat/primitives/test_rsa.py
Commit message (Expand)AuthorAgeFilesLines
* DummyMGF needs a _salt_length tooPaul Kehrer2014-04-021-1/+1
* move DeprecatedIn04 to utils, some kwargs changesPaul Kehrer2014-04-021-2/+2
* address review commentsPaul Kehrer2014-04-021-3/+6
* move salt_length from MGF1 to PSS and start deprecation cyclePaul Kehrer2014-04-021-41/+99
* fix pep8 errorsAlex Stapleton2014-04-011-1/+1
* Add _Reasons.UNSUPPORTED_MGFAlex Stapleton2014-04-011-2/+2
* Update tests and raise sitesAlex Stapleton2014-03-271-20/+19
* Fixed #809 -- switch back to always using UnsupportedAlgorithmAlex Gaynor2014-03-271-17/+17
* improve exception msgs, change how test_pss_signing_sha2 worksPaul Kehrer2014-03-201-27/+36
* Merge branch 'master' into rsa-pss-signingPaul Kehrer2014-03-201-50/+136
|\
| * more concise way of generating testsPaul Kehrer2014-03-191-86/+52
| * switch to a lambdaPaul Kehrer2014-03-191-10/+35
| * rename some thingsPaul Kehrer2014-03-191-11/+11
| * add FIPS 186-2/3 signature verification tests for RSA PKCSv15 and PSSPaul Kehrer2014-03-191-11/+106
| * import order fixes for future automated checkingPaul Kehrer2014-03-191-2/+2
* | never trust opensslPaul Kehrer2014-03-191-2/+103
* | RSA PSS signature supportPaul Kehrer2014-03-191-0/+85
|/
* change exception and improve some languagePaul Kehrer2014-03-171-2/+4
* pass the hash class rather than using getattrPaul Kehrer2014-03-161-5/+5
* add RSA PSS verification supportPaul Kehrer2014-03-161-1/+248
* Tiny style changes to some importsAlex Gaynor2014-03-161-2/+1
* Style nitpickAyrx2014-03-161-1/+1
* Added backend check to rsa primitivesAyrx2014-03-161-0/+25
* make attributes of MGF1 private since that's our general conventionPaul Kehrer2014-03-111-4/+4
* add MGF1 class, docs, testsPaul Kehrer2014-03-101-0/+27
* address some review commentsPaul Kehrer2014-02-261-2/+6
* kwargs and class renames to bring verification up to datePaul Kehrer2014-02-251-15/+35
* more kwargsPaul Kehrer2014-02-251-1/+4
* add RSA verification supportPaul Kehrer2014-02-251-0/+88
* more kwargsPaul Kehrer2014-02-241-1/+5
* rename PKCS1->PKCS1v15 & UnsupportedAsymmetricPadding->UnsupportedPaddingPaul Kehrer2014-02-241-3/+3
* incorporate review feedback. kwarg!Paul Kehrer2014-02-231-1/+10
* keyword argsPaul Kehrer2014-02-231-1/+5
* fix pep8Paul Kehrer2014-02-231-1/+0
* some style fixesPaul Kehrer2014-02-231-3/+7
* add RSA PKCS1 signing (and structure for PSS + verification)Paul Kehrer2014-02-231-0/+60
* Explicitly pass the key parameters instead of using **kwargs. Now we don't h...David Reid2014-02-191-3/+14
* fix rsa key loader testPaul Kehrer2014-02-171-0/+1
* switch to more compact modular multiplicative inversePaul Kehrer2014-02-141-27/+11
* python3 compatibility is goodPaul Kehrer2014-02-141-1/+1
* add egcd and modinv unit testsPaul Kehrer2014-02-141-0/+36
* expose dmp1, dmq1, iqmp getters on RSAPrivateKeyPaul Kehrer2014-02-131-3/+3
* add crt coefficients to RSAPrivateKey constructor and update testsPaul Kehrer2014-02-121-28/+135
* Add RSAPrivateKey.generateAlex Stapleton2014-02-121-7/+13
* Generate RSA KeysAlex Stapleton2014-02-111-5/+52
* Make tests more explicit.Alex Stapleton2014-02-071-38/+89
* Check that public_exponent is oddAlex Stapleton2014-02-071-12/+20
* Use os.path.join to make pathsAlex Stapleton2014-02-061-1/+4
* More sanity checksAlex Stapleton2014-02-061-0/+12
* Test alias propertiesAlex Stapleton2014-02-051-0/+5