aboutsummaryrefslogtreecommitdiffstats
path: root/tests/hazmat/backends
Commit message (Collapse)AuthorAgeFilesLines
* deprecate mgf1_hash_supported. fixes #1133Paul Kehrer2014-06-201-1/+4
|
* deprecate old RSA classes and methodsPaul Kehrer2014-06-191-0/+38
|
* Portable usage of subprocess w/ python3 and python2.6 fixes.David Reid2014-06-131-6/+9
|
* Remove outdated comment.David Reid2014-06-131-2/+0
|
* Fix flake8.David Reid2014-06-131-16/+15
|
* Attempt to better isolate this test by getting the backend name from a ↵David Reid2014-06-131-5/+27
| | | | subprocess.
* Multibackend support for ECAlex Stapleton2014-06-071-3/+104
|
* ECDSA backendAlex Stapleton2014-06-071-1/+22
|
* pep8David Reid2014-06-031-1/+1
|
* Split load_rsa_numbers into load_rsa_private_numbers and ↵David Reid2014-06-031-3/+13
| | | | load_rsa_public_numbers.
* Remove trailing whitespaceDavid Reid2014-06-031-1/+1
|
* Semantic conflict resolution anyone?David Reid2014-06-031-1/+2
|
* Add load_rsa_numbers support to MultiBackend.David Reid2014-06-031-1/+10
|
* 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
|/