aboutsummaryrefslogtreecommitdiffstats
path: root/tests/hazmat/backends
Commit message (Collapse)AuthorAgeFilesLines
* change some nomenclaturePaul Kehrer2014-07-071-1/+1
|
* add PKCS8SerializationBackend support to MultiBackendPaul Kehrer2014-07-071-1/+16
|
* rename the rest of the methodPaul Kehrer2014-07-011-3/+3
|
* deprecate DSA backend methodsPaul Kehrer2014-06-281-0/+22
|
* add multibackend support for new DSABackend methodPaul Kehrer2014-06-271-0/+9
|
* Merge pull request #1152 from public/fedora20-ec-fixPaul Kehrer2014-06-231-5/+0
|\ | | | | Fix EC issue on Fedora 20
| * Fix EC issue on Fedora 20Alex Stapleton2014-06-201-5/+0
| |
* | 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
|