Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Add initial CommonCrypto bindings (no backend yet) | Paul Kehrer | 2014-01-09 | 3 | -0/+119 | |
|/ | ||||||
* | Add myself to __authors__ | Alex Stapleton | 2014-01-09 | 1 | -1/+1 | |
| | ||||||
* | update version to 0.2.dev1 in master | Paul Kehrer | 2014-01-08 | 1 | -1/+1 | |
| | ||||||
* | Prepare to release. | David Reid | 2014-01-08 | 1 | -1/+1 | |
| | ||||||
* | Merge pull request #415 from reaperhulk/remove-cast5-ecb-for-now | Alex Gaynor | 2014-01-07 | 2 | -21/+1 | |
|\ | | | | | remove CAST5 for first release | |||||
| * | remove CAST5 for first release | Paul Kehrer | 2014-01-07 | 2 | -21/+1 | |
| | | ||||||
* | | Explanatory comment | Alex Gaynor | 2014-01-07 | 1 | -0/+1 | |
| | | ||||||
* | | Fixed #408 -- cleanup how is_available works | Alex Gaynor | 2014-01-07 | 2 | -12/+3 | |
|/ | ||||||
* | Merge branch 'master' into setup-install-extension | Alex Gaynor | 2014-01-07 | 3 | -1/+146 | |
|\ | ||||||
| * | Merge pull request #203 from alex/fernet | David Reid | 2014-01-06 | 1 | -0/+131 | |
| |\ | | | | | | | [WIP][POC] Implement Fernet | |||||
| | * | Merge branch 'master' into fernet | Alex Gaynor | 2014-01-02 | 30 | -230/+307 | |
| | |\ | | | | | | | | | | | | | | | | | Conflicts: docs/index.rst | |||||
| | * \ | Merge branch 'master' into fernet | Alex Gaynor | 2013-12-30 | 18 | -158/+437 | |
| | |\ \ | ||||||
| | * | | | Switch to the newer, safer, API | Alex Gaynor | 2013-12-27 | 1 | -3/+5 | |
| | | | | | ||||||
| | * | | | Merge branch 'master' into fernet | Alex Gaynor | 2013-12-27 | 30 | -58/+290 | |
| | |\ \ \ | ||||||
| | * | | | | Don't look at other material until the signature is validated | Alex Gaynor | 2013-12-20 | 1 | -2/+2 | |
| | | | | | | ||||||
| | * | | | | Handle invalid timestamp length | Alex Gaynor | 2013-12-20 | 1 | -1/+4 | |
| | | | | | | ||||||
| | * | | | | Use the term fernet token | Alex Gaynor | 2013-12-17 | 1 | -3/+3 | |
| | | | | | | ||||||
| | * | | | | Replace assertions with real error checks | Alex Gaynor | 2013-12-16 | 1 | -2/+7 | |
| | | | | | | ||||||
| | * | | | | Address dreid's comments | Alex Gaynor | 2013-12-16 | 1 | -8/+12 | |
| | | | | | | ||||||
| | * | | | | Update import location | Alex Gaynor | 2013-12-15 | 1 | -1/+1 | |
| | | | | | | ||||||
| | * | | | | Merge branch 'master' into fernet | Alex Gaynor | 2013-12-15 | 26 | -4/+4 | |
| | |\ \ \ \ | ||||||
| | * | | | | | flake8 | Alex Gaynor | 2013-12-14 | 1 | -1/+1 | |
| | | | | | | | ||||||
| | * | | | | | Reduce duplication | Alex Gaynor | 2013-12-14 | 1 | -3/+3 | |
| | | | | | | | ||||||
| | * | | | | | Replace our constant time check with the new module | Alex Gaynor | 2013-12-14 | 1 | -34/+2 | |
| | | | | | | | ||||||
| | * | | | | | Merge branch 'master' into fernet | Alex Gaynor | 2013-12-14 | 13 | -63/+364 | |
| | |\ \ \ \ \ | ||||||
| | * | | | | | | For now always use the default backend | Alex Gaynor | 2013-11-27 | 1 | -2/+3 | |
| | | | | | | | | ||||||
| | * | | | | | | Merge branch 'master' into fernet | Alex Gaynor | 2013-11-27 | 4 | -17/+7 | |
| | |\ \ \ \ \ \ | ||||||
| | * | | | | | | | Handle the clock skew check | Alex Gaynor | 2013-11-23 | 1 | -0/+4 | |
| | | | | | | | | | ||||||
| | * | | | | | | | Handle another error case | Alex Gaynor | 2013-11-22 | 1 | -1/+5 | |
| | | | | | | | | | ||||||
| | * | | | | | | | Merge branch 'master' into fernet | Alex Gaynor | 2013-11-22 | 2 | -1/+37 | |
| | |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | removed silly line | Alex Gaynor | 2013-11-22 | 1 | -1/+0 | |
| | | | | | | | | | | ||||||
| | * | | | | | | | | An API for generating keys | Alex Gaynor | 2013-11-22 | 1 | -0/+4 | |
| | | | | | | | | | | ||||||
| | * | | | | | | | | Hide the dangerous bits | Alex Gaynor | 2013-11-22 | 1 | -10/+8 | |
| | | | | | | | | | | ||||||
| | * | | | | | | | | Merge branch 'master' into fernet | Alex Gaynor | 2013-11-22 | 2 | -0/+72 | |
| | |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | Key in the right place | Alex Gaynor | 2013-11-20 | 1 | -0/+1 | |
| | | | | | | | | | | | ||||||
| | * | | | | | | | | | Merge branch 'master' into fernet | Alex Gaynor | 2013-11-19 | 12 | -196/+477 | |
| | |\ \ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | | Move interfaces.register to utils.register_interface in preparation for more ↵ | David Reid | 2013-11-18 | 9 | -38/+59 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | interface modules. | |||||
| | * | | | | | | | | | | This is unused | Alex Gaynor | 2013-11-18 | 1 | -9/+0 | |
| | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | Make it more constant time | Alex Gaynor | 2013-11-18 | 1 | -11/+28 | |
| | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | Fixes for the module renaming | Alex Gaynor | 2013-11-07 | 1 | -7/+7 | |
| | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | Merge branch 'master' into fernet | Alex Gaynor | 2013-11-07 | 29 | -45/+240 | |
| | |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | Pass around a backend | Alex Gaynor | 2013-11-07 | 1 | -5/+6 | |
| | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | Include the license | Alex Gaynor | 2013-11-02 | 1 | -0/+13 | |
| | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | Update for new API | Alex Gaynor | 2013-11-01 | 1 | -4/+4 | |
| | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | Merge branch 'master' into fernet | Alex Gaynor | 2013-11-01 | 5 | -51/+145 | |
| | |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | flake8 | Alex Gaynor | 2013-10-31 | 1 | -1/+3 | |
| | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | Be C99 | Alex Gaynor | 2013-10-31 | 1 | -2/+3 | |
| | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | Moved constant_time_compare to be C | Alex Gaynor | 2013-10-31 | 1 | -12/+22 | |
| | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | py3k uses a different exception here | Alex Gaynor | 2013-10-31 | 1 | -1/+2 | |
| | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | Fixed pep8 issues | Alex Gaynor | 2013-10-31 | 1 | -2/+6 | |
| | | | | | | | | | | | | | |