aboutsummaryrefslogtreecommitdiffstats
path: root/tests/hazmat/backends
Commit message (Collapse)AuthorAgeFilesLines
* Switch to using our own InternalError, instead of SystemErrorAlex Gaynor2014-01-242-8/+8
|
* GCM support for CommonCrypto backendPaul Kehrer2014-01-221-1/+20
|
* make register_cipher_adapter private and fix cryptorref releasePaul Kehrer2014-01-201-1/+1
|
* change cipher registry to store enumsPaul Kehrer2014-01-201-1/+4
|
* add error handlerPaul Kehrer2014-01-191-0/+12
|
* add cipher support to the commoncrypto backendPaul Kehrer2014-01-191-0/+31
|
* bytes byte backPaul Kehrer2014-01-101-2/+3
|
* add check to confirm we've loaded error stringsPaul Kehrer2014-01-101-0/+7
|
* oops, bytes plzPaul Kehrer2014-01-101-1/+1
|
* don't leak a context in the testPaul Kehrer2014-01-101-1/+3
|
* add tests to the openssl backend to verify that we've registeredPaul Kehrer2014-01-101-0/+8
| | | | evp ciphers and ssl ciphers
* Merge branch 'master' into validate-ivAlex Gaynor2014-01-021-11/+6
|\ | | | | | | | | Conflicts: cryptography/hazmat/primitives/ciphers/modes.py
| * Make lib and ffi be private on backendAlex Gaynor2014-01-011-11/+6
| | | | | | | | Because now they are public on a binding instance if you need them!
* | Merge branch 'master' into validate-ivAlex Gaynor2014-01-011-4/+8
|\| | | | | | | | | | | Conflicts: tests/hazmat/backends/test_openssl.py tests/hazmat/primitives/test_block.py
| * UnsupportedAlgorithm error messages for CiphersAlex Stapleton2013-12-221-5/+7
| |
* | Merge branch 'master' into validate-ivAlex Gaynor2013-12-151-1/+2
|/ | | | | | Conflicts: cryptography/hazmat/primitives/ciphers/modes.py tests/hazmat/primitives/test_block.py
* Also rename teh testsAlex Gaynor2013-12-132-0/+97