aboutsummaryrefslogtreecommitdiffstats
path: root/tests/hazmat/backends
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge branch 'master' into urandom-enginePaul Kehrer2014-02-051-1/+7
|\
| * Made OpenSSL's derive_pbkdf2_hmac raise the right exceptionAlex Gaynor2014-02-041-1/+7
* | assert the right thingPaul Kehrer2014-02-041-1/+1
* | Merge branch 'master' into urandom-enginePaul Kehrer2014-02-032-17/+194
|\|
| * Merge branch 'master' into prioritized-multi-backendAlex Gaynor2014-02-031-13/+50
| |\
| | * More detailed error message for InternalErrorAlex Stapleton2014-02-021-0/+17
| | * Handle multiple errors on the stackAlex Stapleton2014-02-011-13/+33
| * | Rename and documentAlex Gaynor2014-02-031-6/+6
| * | pep8 fixesAlex Gaynor2014-01-312-2/+0
| * | FixAlex Gaynor2014-01-301-1/+9
| * | More direct testsAlex Gaynor2014-01-301-1/+49
| * | Not true anymoreAlex Gaynor2014-01-301-3/+0
| * | Direct tests for the hash supportAlex Gaynor2014-01-301-0/+25
| * | Direct tests for the cipher supportAlex Gaynor2014-01-301-1/+49
| * | Replace re-running all tests with some unit testsAlex Gaynor2014-01-301-0/+16
| |/
* | add catastrophic failure check to testsPaul Kehrer2014-02-021-0/+7
* | change register/unregister to activate/deactivatePaul Kehrer2014-01-311-20/+20
* | add windows support to random engine testsPaul Kehrer2014-01-291-1/+8
* | Merge branch 'master' into urandom-enginePaul Kehrer2014-01-292-5/+70
|\|
| * 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
* | Merge branch 'master' into urandom-enginePaul Kehrer2014-01-111-0/+21
|\|
| * 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
| * Merge branch 'master' into validate-ivAlex Gaynor2014-01-021-11/+6
| |\
| * \ Merge branch 'master' into validate-ivAlex Gaynor2014-01-011-4/+8
| |\ \
| * | | Merge branch 'master' into validate-ivAlex Gaynor2013-12-151-1/+2
* | | | handle lib/ffi on backend becoming privatePaul Kehrer2014-01-021-64/+64
* | | | Merge branch 'master' into urandom-enginePaul Kehrer2014-01-021-11/+6
|\ \ \ \ | | |_|/ | |/| |
| * | | Make lib and ffi be private on backendAlex Gaynor2014-01-011-11/+6
| | |/ | |/|
* | | rename urandom engine to osrandom enginePaul Kehrer2013-12-311-23/+23
* | | improve init/finish engine funcs, do a better job inc/dec struct/func refsPaul Kehrer2013-12-311-21/+3
* | | Add dummy engine to tests and test other engine scenariosPaul Kehrer2013-12-311-4/+153
* | | add urandom engine register/unregister testsPaul Kehrer2013-12-301-0/+58
|/ /
* / UnsupportedAlgorithm error messages for CiphersAlex Stapleton2013-12-221-5/+7
|/
* Also rename teh testsAlex Gaynor2013-12-132-0/+97