aboutsummaryrefslogtreecommitdiffstats
path: root/tests/hazmat/bindings
Commit message (Collapse)AuthorAgeFilesLines
* test to confirm calling Cryptography_add_osrandom_engine > 1 is safePaul Kehrer2014-02-201-0/+5
|
* Remove the contenious test of contentionAlex Stapleton2014-01-241-46/+0
|
* Split a test in halfAlex Stapleton2014-01-241-6/+18
|
* Also test the locking cb directlyAlex Stapleton2014-01-241-19/+20
|
* Python implementation of OpenSSL locking callbackAlex Stapleton2014-01-241-0/+106
|
* add is_available() to CommonCrypto binding, use it for skipifPaul Kehrer2014-01-091-3/+4
|
* cover a missing branch in the commoncrypto bindingsPaul Kehrer2014-01-091-2/+8
|
* Add initial CommonCrypto bindings (no backend yet)Paul Kehrer2014-01-091-0/+25
|
* Fixed #408 -- cleanup how is_available worksAlex Gaynor2014-01-071-32/+0
|
* missing #Paul Kehrer2014-01-041-1/+1
|
* make the dummy_initializer fail with an actual verify callPaul Kehrer2014-01-041-1/+2
|
* add commoncrypto mark to skip on non-OS X platformsPaul Kehrer2014-01-042-0/+34
|
* Split OpenSSL bindingAlex Stapleton2014-01-011-0/+22
|
* Also rename teh testsAlex Gaynor2013-12-132-97/+0
|
* Renamed bindings to backendsAlex Gaynor2013-12-131-2/+2
|
* Merge pull request #227 from dreid/explicit-backend-in-hazmatAlex Gaynor2013-11-261-0/+4
|\ | | | | Explicit backend
| * Test that openssl is the default backend.David Reid2013-11-201-0/+4
| |
* | Fixed branch coverageAlex Gaynor2013-11-231-0/+17
| |
* | CoverageAlex Gaynor2013-11-221-0/+4
|/
* Move interfaces.register to utils.register_interface in preparation for more ↵David Reid2013-11-181-1/+2
| | | | interface modules.
* Implement and document an interface for cipher algorithmsDavid Reid2013-11-151-5/+7
|
* Also remove teh ciphers specific classAlex Gaynor2013-11-131-3/+3
|
* block cipher renamePaul Kehrer2013-11-061-4/+4
| | | | | | * block renamed to ciphers * ciphers renamed to algorithms * base moved into algorithms
* 79 colsAlex Gaynor2013-11-041-1/+3
|
* Replace assumption with some fakesAlex Gaynor2013-11-041-7/+12
|
* Merge branch 'master' into more-error-conditionAlex Gaynor2013-11-041-0/+5
|\ | | | | | | | | Conflicts: tests/hazmat/bindings/test_openssl.py
| * Rewrite this test to be goodAlex Gaynor2013-11-041-2/+4
| |
| * coverageAlex Gaynor2013-11-041-1/+4
| |
* | typo fixAlex Gaynor2013-11-031-1/+1
| |
* | Replaced an assertion in the OpenSSL backend with a proper exceptionAlex Gaynor2013-11-031-3/+19
|/
* Move the bindings into the hazmat moduleDonald Stufft2013-10-282-0/+41