Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | Merge pull request #1437 from reaperhulk/conftest-changes | Alex Gaynor | 2014-10-25 | 3 | -16/+37 | |
|\ \ \ | |/ / |/| | | filter backends during initial generation to elide tests entirely | |||||
| * | | move skip_if_empty to separate function for test coverage | Paul Kehrer | 2014-10-25 | 3 | -12/+23 | |
| | | | ||||||
| * | | add comment explaining some weirdness | Paul Kehrer | 2014-10-24 | 1 | -0/+2 | |
| | | | ||||||
| * | | reorganize try block for test generation | Paul Kehrer | 2014-10-24 | 1 | -3/+4 | |
| | | | ||||||
| * | | filter backends during initial generation to elide tests entirely | Paul Kehrer | 2014-10-24 | 2 | -14/+21 | |
| | | | ||||||
| | * | Merge branch 'master' into verify-interfaces | Alex Gaynor | 2014-10-25 | 8 | -48/+59 | |
| | |\ | |_|/ |/| | | ||||||
* | | | Merge pull request #1438 from alex/multifernet-tests | Paul Kehrer | 2014-10-25 | 1 | -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 need | Alex Gaynor | 2014-10-24 | 1 | -1/+4 | |
| |/ / | ||||||
* | | | Merge pull request #1441 from alex/refactor-cffi-compilation | Paul Kehrer | 2014-10-25 | 6 | -41/+43 | |
|\ \ \ | | | | | | | | | Refactor our creation of CFFI FFI and libraries slightly. | |||||
| * | | | Also switch to the explicit verifier construction approach, so the diff for ↵ | Alex Gaynor | 2014-10-24 | 1 | -5/+9 | |
| | | | | | | | | | | | | | | | | disabling implicit compile is even shorter | |||||
| * | | | Update test for new API | Alex Gaynor | 2014-10-24 | 1 | -3/+3 | |
| | | | | ||||||
| * | | | Refactor our creation of CFFI FFI and libraries slightly. | Alex Gaynor | 2014-10-24 | 5 | -37/+35 | |
| |/ / | | | | | | | | | | Centralize everything for ease of use. | |||||
* | | | Merge pull request #1435 from alex/bump-py3k-versions | Paul Kehrer | 2014-10-24 | 1 | -6/+12 | |
|\ \ \ | |/ / |/| | | bump the point releases we test against | |||||
| * | | make sure pyenv is up to date | Alex Gaynor | 2014-10-24 | 1 | -0/+6 | |
| | | | ||||||
| * | | bump the point releases we test against | Alex Gaynor | 2014-10-23 | 1 | -6/+6 | |
| | | | ||||||
| | * | Merge branch 'master' into verify-interfaces | Alex Gaynor | 2014-10-24 | 29 | -154/+140 | |
| | |\ | |_|/ |/| | | | | | | | | Conflicts: cryptography/hazmat/primitives/hmac.py | |||||
* | | | Merge pull request #1434 from alex/requires-backend-interface | Paul Kehrer | 2014-10-24 | 29 | -154/+140 | |
|\ \ \ | | | | | | | | | Change how we represented that a test requires a backend. | |||||
| * | | | public API only | Alex Gaynor | 2014-10-23 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | flatten line | Alex Gaynor | 2014-10-23 | 1 | -4/+1 | |
| | | | | ||||||
| * | | | Fix to handle multiple instances of @pytest.mark_requires_backend_interface | Alex Gaynor | 2014-10-23 | 1 | -6/+9 | |
| | | | | ||||||
| * | | | Change how we represented that a test requires a backend. | Alex Gaynor | 2014-10-23 | 29 | -154/+140 | |
| |/ / | | | | | | | | | | This way is more extensible and requires less maintaince | |||||
* | | | Merge pull request #1433 from alex/match-interface-names | Paul Kehrer | 2014-10-23 | 4 | -23/+23 | |
|\ \ \ | |/ / |/| | | Changed methods on interface providers to have argument names match the interface. | |||||
| * | | Changed methods on interface providers to have argument names match the ↵ | Alex Gaynor | 2014-10-23 | 4 | -23/+23 | |
|/ / | | | | | | | | | | | interface. This is important because it means passing things as keyword arguments will work consistently | |||||
| * | Merge branch 'master' into verify-interfaces | Alex Gaynor | 2014-10-23 | 4 | -109/+36 | |
| |\ | |/ |/| | | | | | Conflicts: tests/hazmat/primitives/test_hmac.py | |||||
* | | Merge pull request #1431 from alex/fix-typos | Paul Kehrer | 2014-10-23 | 1 | -4/+4 | |
|\ \ | | | | | | | Fixed a few typos | |||||
| * | | Fixed a few typos | Alex Gaynor | 2014-10-22 | 1 | -4/+4 | |
| | | | ||||||
* | | | Merge pull request #1430 from alex/its-a-mac | Paul Kehrer | 2014-10-23 | 2 | -0/+2 | |
|\ \ \ | | | | | | | | | Fixed #1429 -- mark these classes as implementing the MACContext interface | |||||
| * | | | Fixed #1429 -- mark these classes as implementing the MACContext interface | Alex Gaynor | 2014-10-22 | 2 | -0/+2 | |
| |/ / | ||||||
* | | | Merge pull request #1428 from alex/shorten-ec | Paul Kehrer | 2014-10-23 | 1 | -105/+30 | |
|\ \ \ | | | | | | | | | Simplify the implementation of the EC curve keys | |||||
| * | | | Simplify the implementation of the EC curve keys | Alex Gaynor | 2014-10-22 | 1 | -105/+30 | |
| |/ / | ||||||
* | | | Merge pull request #1427 from reaperhulk/fix-indentation | Alex Gaynor | 2014-10-22 | 1 | -1/+1 | |
|\ \ \ | |/ / |/| | | fix overindent | |||||
| * | | fix overindent | Paul Kehrer | 2014-10-22 | 1 | -1/+1 | |
|/ / | ||||||
| * | fixed some naming in the tests | Alex Gaynor | 2014-10-22 | 1 | -7/+7 | |
| | | ||||||
| * | Statically verify interface implementations, and fix all the resulting bugs | Alex Gaynor | 2014-10-22 | 19 | -43/+92 | |
| | | ||||||
| * | Merge branch 'master' into verify-interfaces | Alex Gaynor | 2014-10-22 | 15 | -108/+141 | |
| |\ | |/ |/| | | | | | Conflicts: cryptography/utils.py | |||||
* | | Merge pull request #1426 from alex/read-only-property | Paul Kehrer | 2014-10-22 | 9 | -104/+35 | |
|\ \ | | | | | | | Added a utility for implementing a read only property of another field | |||||
| * | | oops, fix recursion | Alex Gaynor | 2014-10-21 | 1 | -2/+2 | |
| | | | ||||||
| * | | Added a utility for implementing a read only property of another field | Alex Gaynor | 2014-10-21 | 9 | -104/+35 | |
| | | | ||||||
* | | | Merge pull request #1425 from reaperhulk/fix-missing-method | Alex Gaynor | 2014-10-22 | 2 | -0/+15 | |
|\ \ \ | |/ / |/| | | add load_dsa_parameter_numbers on multibackend | |||||
| * | | add load_dsa_parameter_numbers on multibackend | Paul Kehrer | 2014-10-21 | 2 | -0/+15 | |
| | | | ||||||
* | | | Merge pull request #1422 from alex/multi-fernet | David Reid | 2014-10-21 | 4 | -4/+91 | |
|\ \ \ | |/ / |/| | | Fixes #1327 -- adds multifernet | |||||
| * | | added docs stuff on when added | Alex Gaynor | 2014-10-20 | 2 | -0/+4 | |
| | | | ||||||
| * | | Merge branch 'master' into multi-fernet | Alex Gaynor | 2014-10-20 | 7 | -26/+70 | |
| |\ \ | |/ / |/| | | ||||||
| * | | flake8 + cleanup | Alex Gaynor | 2014-10-20 | 1 | -7/+6 | |
| | | | ||||||
| * | | Handle non-iterable arguments reasonable | Alex Gaynor | 2014-10-20 | 2 | -0/+5 | |
| | | | ||||||
| * | | improved the error message | Alex Gaynor | 2014-10-20 | 1 | -1/+3 | |
| | | | ||||||
| * | | Added docs for multifernet | Alex Gaynor | 2014-10-20 | 1 | -3/+31 | |
| | | | ||||||
| * | | Fixes #1327 -- adds multifernet | Alex Gaynor | 2014-10-20 | 2 | -1/+50 | |
| | | | ||||||
| | * | fix up the line coverage | Alex Gaynor | 2014-10-21 | 1 | -5/+5 | |
| | | | ||||||
| | * | Fix for abstractproperty, and make things nicer | Alex Gaynor | 2014-10-21 | 2 | -5/+25 | |
| | | |