Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update the license in setup.py | Alex Gaynor | 2014-10-31 | 3 | -2/+3 |
| | |||||
* | Merge pull request #1457 from alex/new-license | Paul Kehrer | 2014-10-31 | 7 | -404/+466 |
|\ | | | | | Added new license files. Refs #1209 | ||||
| * | Added new license files. Refs #1209 | Alex Gaynor | 2014-10-31 | 7 | -404/+466 |
| | | |||||
* | | Merge pull request #1424 from alex/verify-interfaces | Paul Kehrer | 2014-10-31 | 2 | -0/+90 |
|\ \ | | | | | | | Fixes #1024 -- a utility function for checking an implementor against an ABC | ||||
| * \ | Merge branch 'master' into verify-interfaces | Alex Gaynor | 2014-10-31 | 1 | -0/+3 |
| |\ \ | |/ / |/| | | |||||
* | | | Merge pull request #1455 from alex/verify-all-the-things | Paul Kehrer | 2014-10-31 | 6 | -16/+44 |
|\ \ \ | |_|/ |/| | | Make sure the backend implementatinos of various interfaces have verify() methods. | ||||
| * | | added a test for verify-after-finalize | Alex Gaynor | 2014-10-30 | 1 | -0/+3 |
| | | | |||||
| * | | flake8 fix | Alex Gaynor | 2014-10-30 | 1 | -2/+2 |
| | | | |||||
| * | | Make sure the backend implementatinos of various interfaces have verify() ↵ | Alex Gaynor | 2014-10-30 | 5 | -14/+39 |
|/ / | | | | | | | | | | | methods. Also make the frontend versions actually use them | ||||
| * | flake8 fix | Alex Gaynor | 2014-10-30 | 1 | -2/+2 |
| | | |||||
| * | Merge branch 'master' into verify-interfaces | Alex Gaynor | 2014-10-30 | 0 | -0/+0 |
| |\ | |/ |/| | |||||
* | | Merge pull request #1454 from alex/not-your-interface | Alex Stapleton | 2014-10-30 | 1 | -1/+0 |
|\ \ | | | | | | | Don't mark this test class as implementing the interface. | ||||
| * | | Don't mark this test class as implementing the interface. | Alex Gaynor | 2014-10-30 | 1 | -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 special | Alex Gaynor | 2014-10-30 | 5 | -14/+12 |
| | | |||||
| * | Merge branch 'master' into verify-interfaces | Alex Gaynor | 2014-10-30 | 0 | -0/+0 |
| |\ | |/ |/| | |||||
* | | Merge pull request #1453 from alex/final-test-cleanups | Alex Stapleton | 2014-10-30 | 2 | -4/+3 |
|\ \ | | | | | | | Make sure algorithm classes fully implement their interface | ||||
| * | | Make sure algorithm classes fully implement their interface | Alex Gaynor | 2014-10-30 | 2 | -4/+3 |
|/ / | |||||
| * | Merge branch 'master' into verify-interfaces | Alex Gaynor | 2014-10-30 | 2 | -42/+33 |
| |\ | |/ |/| | |||||
* | | Merge pull request #1451 from alex/use-full-impls | Paul Kehrer | 2014-10-30 | 3 | -29/+15 |
|\ \ | | | | | | | When using a test double for backends, always use one which really implements the interface | ||||
| * \ | Merge branch 'master' into use-full-impls | Alex Gaynor | 2014-10-29 | 1 | -0/+2 |
| |\ \ | | | | | | | | | | | | | | | | | Conflicts: tests/hazmat/primitives/test_cmac.py | ||||
| * | | | When using a test double for backends, always use one which really ↵ | Alex Gaynor | 2014-10-28 | 3 | -30/+16 |
| | | | | | | | | | | | | | | | | implements the interface | ||||
* | | | | Merge pull request #1443 from Ayrx/refactor-install-script | Paul Kehrer | 2014-10-30 | 1 | -42/+31 |
|\ \ \ \ | |_|/ / |/| | | | Refactor .travis/install.sh. | ||||
| * | | | Possible logic error. | Terry Chia | 2014-10-30 | 1 | -1/+1 |
| | | | | |||||
| * | | | I fail at indentation. | Terry Chia | 2014-10-29 | 1 | -56/+56 |
| | | | | |||||
| * | | | Make indentation use space instead of tabs. | Terry Chia | 2014-10-28 | 1 | -60/+60 |
| | | | | |||||
| * | | | Fix indent. | Terry Chia | 2014-10-28 | 1 | -1/+1 |
| | | | | |||||
| * | | | Add -y flags. | Terry Chia | 2014-10-28 | 1 | -5/+5 |
| | | | | |||||
| * | | | Sooo much typos. | Terry Chia | 2014-10-28 | 1 | -1/+1 |
| | | | | |||||
| * | | | I hate bash. | Terry Chia | 2014-10-28 | 1 | -0/+1 |
| | | | | |||||
| * | | | Add missing fi. | Terry Chia | 2014-10-28 | 1 | -0/+2 |
| | | | | |||||
| * | | | Fix missing ;; | Terry Chia | 2014-10-28 | 1 | -0/+1 |
| | | | | |||||
| * | | | Refactor .travis/install.sh. | Terry Chia | 2014-10-28 | 1 | -91/+76 |
| |/ / | |||||
* | | | Merge pull request #1452 from alex/use-relative-imports | Paul Kehrer | 2014-10-29 | 1 | -1/+1 |
|\ \ \ | | | | | | | | | Use explicit relative imports, don't refer to the tests package | ||||
| * | | | Use explicit relative imports, don't refer to the tests package | Alex Gaynor | 2014-10-29 | 1 | -1/+1 |
|/ / / | |||||
* | | | Merge pull request #1450 from viraptor/add_pkey_cmp | Alex Gaynor | 2014-10-28 | 1 | -0/+2 |
|\ \ \ | |/ / |/| | | Add pkey comparison function to bindings | ||||
| * | | Removed argument names per review | Stanisław Pitucha | 2014-10-28 | 1 | -1/+1 |
| | | | |||||
| * | | Add pkey comparison function to bindings | Stanisław Pitucha | 2014-10-28 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | Expose the EVP_PKEY_cmp function, so that pyOpenSSL can implement comparison methods on PKey. | ||||
| | * | fix | Alex Gaynor | 2014-10-28 | 1 | -2/+1 |
| | | | |||||
| | * | fix | Alex Gaynor | 2014-10-28 | 1 | -2/+2 |
| | | | |||||
| | * | Fix tests | Alex Gaynor | 2014-10-28 | 1 | -6/+1 |
| | | | |||||
| | * | sanitize the tests | Alex Gaynor | 2014-10-28 | 3 | -17/+11 |
| | | | |||||
| | * | many verify, for now | Alex Gaynor | 2014-10-28 | 2 | -6/+14 |
| | | | |||||
| | * | Merge branch 'master' into verify-interfaces | Alex Gaynor | 2014-10-28 | 7 | -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-too | Paul Kehrer | 2014-10-28 | 7 | -1/+12 |
|\ \ \ | |/ / |/| | | Added attributes that are part of hte interface to several test fakes | ||||
| * | | Undo change that's unrelatedo this branch | Alex Gaynor | 2014-10-27 | 1 | -1/+1 |
| | | | |||||
| * | | Added attributes that are part of hte interface to several test fakes | Alex Gaynor | 2014-10-27 | 8 | -2/+13 |
|/ / | |||||
* | | Merge pull request #1446 from reaperhulk/fix-coverage | Alex Gaynor | 2014-10-26 | 1 | -10/+5 |
|\ \ | | | | | | | fix coverage for backend parametrization | ||||
| * | | fix coverage for backend parametrization | Paul Kehrer | 2014-10-25 | 1 | -10/+5 |
|/ / | | | | | | | | | Any test that takes a backend is required to provide the requires_backend_interface decorator. | ||||
| * | satisfy the cmac tests as well | Alex Gaynor | 2014-10-25 | 1 | -9/+5 |
| | | |||||
| * | make this test happy | Alex Gaynor | 2014-10-25 | 1 | -8/+4 |
| | |