aboutsummaryrefslogtreecommitdiffstats
path: root/tests/hazmat/backends
Commit message (Collapse)AuthorAgeFilesLines
...
* add RSA private key generation restrictions to primitive layerPaul Kehrer2014-05-271-0/+16
|
* add generate_rsa_parameters_supported to RSABackendPaul Kehrer2014-05-252-0/+16
|
* Merge pull request #1077 from reaperhulk/rsa-padding-supportedAlex Stapleton2014-05-252-0/+57
|\ | | | | Add rsa_padding_supported
| * add rsa_padding_supported interface to RSABackend and OpenSSL backendPaul Kehrer2014-05-242-0/+57
| |
* | move some tests around to be more logicalPaul Kehrer2014-05-241-28/+28
|/
* Merge pull request #959 from public/openssl-loading-backendPaul Kehrer2014-05-221-0/+13
|\ | | | | OpenSSL loading backend
| * OpenSSL key loading implementationAlex Stapleton2014-05-031-0/+13
| |
* | add test to verify AES CTR is always available in 0.9.8+, comment updatesPaul Kehrer2014-05-211-1/+6
| |
* | Multibackend now supports all of RSABackendPaul Kehrer2014-05-091-0/+30
| | | | | | | | Also convert some examples to doctest
* | Whoopsie daysie.Alex Gaynor2014-05-031-2/+2
| | | | | | | | That's a fun commit message. So lyrical.
* | Here tooAlex Gaynor2014-05-031-4/+4
|/
* cover some missing lines in dsa multibackendPaul Kehrer2014-05-021-0/+5
|
* expand DSA multibackend supportPaul Kehrer2014-05-021-0/+34
|
* update some decryption testsPaul Kehrer2014-04-251-3/+3
|
* Merge pull request #949 from reaperhulk/rsa-oaep-decryptAlex Gaynor2014-04-231-0/+51
|\ | | | | OAEP support for RSA decryption
| * OAEP support for RSA decryptionPaul Kehrer2014-04-221-0/+51
| |
* | Added _REASONAyrx2014-04-221-4/+2
| |
* | Added tests for multibackendAyrx2014-04-221-3/+33
|/
* Added missing tests for 100% coverageAyrx2014-04-221-0/+16
|
* remove OAEP decryption to simplify reviewPaul Kehrer2014-04-201-51/+0
|
* docs, tests, general huge improvements to RSA decryptionPaul Kehrer2014-04-201-2/+53
|
* Inplace mode for _int_to_bnAlex Stapleton2014-04-201-0/+19
| | | | Mostly useful for working with (EC)?DSA_SIG right now
* move some rsa tests to a new classPaul Kehrer2014-04-161-38/+40
|
* pep8, ironyAlex Gaynor2014-04-051-1/+0
|
* Some cleanups to importsAlex Gaynor2014-04-051-6/+3
|
* Add docs for DSA parameters and key generationMohammed Attia2014-04-041-5/+3
|
* Add DSABackendMohammed Attia2014-04-042-1/+46
|
* Add tests for DSA parameters and key generationMohammed Attia2014-04-031-1/+12
|
* fix pep8 errorsAlex Stapleton2014-04-011-2/+0
|
* Add _Reasons.UNSUPPORTED_PUBLIC_KEY_ALGORITHMAlex Stapleton2014-04-011-3/+9
|
* Fixes to @alex's commentsAlex Stapleton2014-03-271-3/+1
|
* Update tests and raise sitesAlex Stapleton2014-03-273-18/+30
|
* Fixed #809 -- switch back to always using UnsupportedAlgorithmAlex Gaynor2014-03-273-22/+18
|
* Merge branch 'master' into rsa-pss-signingPaul Kehrer2014-03-203-6/+14
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: add mgf1_hash_supported unsupported hash check more concise way of generating tests switch to a lambda rename some things add FIPS 186-2/3 signature verification tests for RSA PKCSv15 and PSS revert one import order change a few small fixes Add ASN1_TIME_free import order fixes for future automated checking Conflicts: tests/hazmat/primitives/test_rsa.py tests/hazmat/primitives/utils.py
| * add mgf1_hash_supported unsupported hash checkPaul Kehrer2014-03-191-0/+8
| |
| * import order fixes for future automated checkingPaul Kehrer2014-03-193-6/+6
| |
* | RSA PSS signature supportPaul Kehrer2014-03-191-0/+11
|/
* cover a missing line for older opensslPaul Kehrer2014-03-161-0/+25
|
* Added future imports and licenses that are missingAlex Gaynor2014-03-084-0/+20
|
* Convert stuffAlex Gaynor2014-03-063-16/+20
|
* raise InternalErrorAlex Stapleton2014-03-011-1/+10
|
* pep8Alex Stapleton2014-03-011-1/+1
|
* Get rid of handle_errorsAlex Stapleton2014-03-011-34/+5
|
* more PKCS1->PKCS1v15Paul Kehrer2014-02-251-3/+3
|
* add RSA verification supportPaul Kehrer2014-02-251-0/+11
|
* update multibackend with new PKCS1v15 class namePaul Kehrer2014-02-241-2/+2
|
* add basic multibackend so we can do signatures using default_backendPaul Kehrer2014-02-231-0/+11
|
* flake8 fixAlex Gaynor2014-02-121-0/+1
|
* Added RSABackend to MultiBackendAlex Gaynor2014-02-121-3/+21
|
* remove deactivate and replace with activate_builtin_randomPaul Kehrer2014-02-051-147/+13
|