Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #1472 from bwhmather/X509_REQ_digest | Alex Gaynor | 2014-11-12 | 1 | -0/+2 |
|\ | | | | | add binding for openssl `X509_REQ_digest` | ||||
| * | add binding for openssl `X509_REQ_digest` | Ben Mather | 2014-11-12 | 1 | -0/+2 |
|/ | |||||
* | Merge pull request #1467 from dstufft/no-implicit-compile | Alex Gaynor | 2014-11-08 | 6 | -68/+97 |
|\ | | | | | Refactor to avoid the implicit compile when executing setup.py | ||||
| * | Fix the import order | Donald Stufft | 2014-11-07 | 1 | -2/+1 |
| | | |||||
| * | Lazily load the library on first use instead of on import | Donald Stufft | 2014-11-07 | 3 | -4/+20 |
| | | |||||
| * | Build FFI instance when class is created, load library when instantiated | Donald Stufft | 2014-11-07 | 6 | -65/+79 |
|/ | |||||
* | Merge pull request #1462 from alex/no-pragma-no-problem | Paul Kehrer | 2014-11-07 | 3 | -11/+18 |
|\ | | | | | We can test this, we have the power! Fixes #874 | ||||
| * | appease the flake8 in the sky | Alex Gaynor | 2014-11-07 | 1 | -0/+1 |
| | | |||||
| * | No pragma, no problem! | Alex Gaynor | 2014-11-07 | 1 | -1/+0 |
| | | |||||
| * | We can test this, we have the power! Fixes #874 | Alex Gaynor | 2014-11-07 | 2 | -10/+17 |
| | | |||||
* | | Merge pull request #1461 from alex/changelog-license | Paul Kehrer | 2014-11-07 | 1 | -0/+3 |
|\ \ | |/ |/| | Refs #1209 -- added a changelog entry for our license change | ||||
| * | Refs #1209 -- added a changelog entry for our license change | Alex Gaynor | 2014-11-07 | 1 | -0/+3 |
|/ | |||||
* | Merge pull request #1460 from alex/document-contributing | Paul Kehrer | 2014-11-07 | 1 | -0/+3 |
|\ | | | | | Refs #1209 -- clearly state the licensing requirements in the docs | ||||
| * | Refs #1209 -- clearly state the licensing requirements in the docs | Alex Gaynor | 2014-11-06 | 1 | -0/+3 |
|/ | |||||
* | Merge pull request #1458 from alex/setup-py-license | Alex Stapleton | 2014-11-06 | 3 | -2/+3 |
|\ | | | | | Update the license in setup.py | ||||
| * | fix | Alex Gaynor | 2014-10-31 | 1 | -1/+1 |
| | | |||||
| * | 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 |
|/ / / |