aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | Don't mark this test class as implementing the interface.Alex Gaynor2014-10-301-1/+0
|/ / | | | | | | It doesn't correctly implement it, that's sort of the point of this test.
| * Remove duplicate code, now the verify method isn't specialAlex Gaynor2014-10-305-14/+12
| |
| * Merge branch 'master' into verify-interfacesAlex Gaynor2014-10-300-0/+0
| |\ | |/ |/|
* | Merge pull request #1453 from alex/final-test-cleanupsAlex Stapleton2014-10-302-4/+3
|\ \ | | | | | | Make sure algorithm classes fully implement their interface
| * | Make sure algorithm classes fully implement their interfaceAlex Gaynor2014-10-302-4/+3
|/ /
| * Merge branch 'master' into verify-interfacesAlex Gaynor2014-10-302-42/+33
| |\ | |/ |/|
* | Merge pull request #1451 from alex/use-full-implsPaul Kehrer2014-10-303-29/+15
|\ \ | | | | | | When using a test double for backends, always use one which really implements the interface
| * \ Merge branch 'master' into use-full-implsAlex Gaynor2014-10-291-0/+2
| |\ \ | | | | | | | | | | | | | | | | Conflicts: tests/hazmat/primitives/test_cmac.py
| * | | When using a test double for backends, always use one which really ↵Alex Gaynor2014-10-283-30/+16
| | | | | | | | | | | | | | | | implements the interface
* | | | Merge pull request #1443 from Ayrx/refactor-install-scriptPaul Kehrer2014-10-301-42/+31
|\ \ \ \ | |_|/ / |/| | | Refactor .travis/install.sh.
| * | | Possible logic error.Terry Chia2014-10-301-1/+1
| | | |
| * | | I fail at indentation.Terry Chia2014-10-291-56/+56
| | | |
| * | | Make indentation use space instead of tabs.Terry Chia2014-10-281-60/+60
| | | |
| * | | Fix indent.Terry Chia2014-10-281-1/+1
| | | |
| * | | Add -y flags.Terry Chia2014-10-281-5/+5
| | | |
| * | | Sooo much typos.Terry Chia2014-10-281-1/+1
| | | |
| * | | I hate bash.Terry Chia2014-10-281-0/+1
| | | |
| * | | Add missing fi.Terry Chia2014-10-281-0/+2
| | | |
| * | | Fix missing ;;Terry Chia2014-10-281-0/+1
| | | |
| * | | Refactor .travis/install.sh.Terry Chia2014-10-281-91/+76
| |/ /
* | | Merge pull request #1452 from alex/use-relative-importsPaul Kehrer2014-10-291-1/+1
|\ \ \ | | | | | | | | Use explicit relative imports, don't refer to the tests package
| * | | Use explicit relative imports, don't refer to the tests packageAlex Gaynor2014-10-291-1/+1
|/ / /
* | | Merge pull request #1450 from viraptor/add_pkey_cmpAlex Gaynor2014-10-281-0/+2
|\ \ \ | |/ / |/| | Add pkey comparison function to bindings
| * | Removed argument names per reviewStanisław Pitucha2014-10-281-1/+1
| | |
| * | Add pkey comparison function to bindingsStanisław Pitucha2014-10-281-0/+2
| | | | | | | | | | | | | | | Expose the EVP_PKEY_cmp function, so that pyOpenSSL can implement comparison methods on PKey.
| | * fixAlex Gaynor2014-10-281-2/+1
| | |
| | * fixAlex Gaynor2014-10-281-2/+2
| | |
| | * Fix testsAlex Gaynor2014-10-281-6/+1
| | |
| | * sanitize the testsAlex Gaynor2014-10-283-17/+11
| | |
| | * many verify, for nowAlex Gaynor2014-10-282-6/+14
| | |
| | * Merge branch 'master' into verify-interfacesAlex Gaynor2014-10-287-21/+16
| | |\ | |_|/ |/| | | | | | | | | | | | | | | | | | | | | | | Conflicts: tests/hazmat/backends/test_commoncrypto.py tests/hazmat/backends/test_openssl.py tests/hazmat/primitives/test_block.py tests/hazmat/primitives/test_hashes.py tests/hazmat/primitives/test_hmac.py tests/hazmat/primitives/test_pbkdf2hmac.py
* | | Merge pull request #1448 from alex/fakes-need-attributes-tooPaul Kehrer2014-10-287-1/+12
|\ \ \ | |/ / |/| | Added attributes that are part of hte interface to several test fakes
| * | Undo change that's unrelatedo this branchAlex Gaynor2014-10-271-1/+1
| | |
| * | Added attributes that are part of hte interface to several test fakesAlex Gaynor2014-10-278-2/+13
|/ /
* | Merge pull request #1446 from reaperhulk/fix-coverageAlex Gaynor2014-10-261-10/+5
|\ \ | | | | | | fix coverage for backend parametrization
| * | fix coverage for backend parametrizationPaul Kehrer2014-10-251-10/+5
|/ / | | | | | | | | Any test that takes a backend is required to provide the requires_backend_interface decorator.
| * satisfy the cmac tests as wellAlex Gaynor2014-10-251-9/+5
| |
| * make this test happyAlex Gaynor2014-10-251-8/+4
| |
| * make things happyAlex Gaynor2014-10-254-21/+25
| |
| * Merge branch 'master' into verify-interfacesAlex Gaynor2014-10-253-16/+37
| |\ | |/ |/|
* | Merge pull request #1444 from alex/attributes-as-propertiesPaul Kehrer2014-10-258-16/+39
|\ \ | | | | | | Expose all attributes via properties so they can be statically introspected
| * | Expose all attributes via properties so they can be statically introspectedAlex Gaynor2014-10-258-16/+39
| | | | | | | | | | | | Refs #1424
* | | Merge pull request #1437 from reaperhulk/conftest-changesAlex Gaynor2014-10-253-16/+37
|\ \ \ | |/ / |/| | filter backends during initial generation to elide tests entirely
| * | move skip_if_empty to separate function for test coveragePaul Kehrer2014-10-253-12/+23
| | |
| * | add comment explaining some weirdnessPaul Kehrer2014-10-241-0/+2
| | |
| * | reorganize try block for test generationPaul Kehrer2014-10-241-3/+4
| | |
| * | filter backends during initial generation to elide tests entirelyPaul Kehrer2014-10-242-14/+21
| | |
| | * Merge branch 'master' into verify-interfacesAlex Gaynor2014-10-258-48/+59
| | |\ | |_|/ |/| |
* | | Merge pull request #1438 from alex/multifernet-testsPaul Kehrer2014-10-251-1/+4
|\ \ \ | | | | | | | | Fixed #1436 -- mark the multifernet tests as requiring the backends they need
| * | | Fixed #1436 -- mark the multifernet tests as requiring the backends they needAlex Gaynor2014-10-241-1/+4
| |/ /