Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #203 from alex/fernet | David Reid | 2014-01-06 | 1 | -0/+131 |
|\ | |||||
| * | Merge branch 'master' into fernet | Alex Gaynor | 2014-01-02 | 30 | -230/+307 |
| |\ | |||||
| * \ | 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 |
| * | | | | | | | | | | 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 |
| * | | | | | | | | | | | | Started working on the invalid cases | Alex Gaynor | 2013-10-31 | 1 | -5/+27 |
| * | | | | | | | | | | | | py3k fix | Alex Gaynor | 2013-10-31 | 1 | -1/+1 |
| * | | | | | | | | | | | | fix for py3k | Alex Gaynor | 2013-10-31 | 1 | -1/+1 |
| * | | | | | | | | | | | | Address pep8 concerns | Alex Gaynor | 2013-10-31 | 1 | -2/+7 |
| * | | | | | | | | | | | | Unused | Alex Gaynor | 2013-10-31 | 1 | -1/+0 |
| * | | | | | | | | | | | | Extra assert | Alex Gaynor | 2013-10-31 | 1 | -0/+1 |
| * | | | | | | | | | | | | Fixed test and implementation | Alex Gaynor | 2013-10-31 | 1 | -2/+4 |
| * | | | | | | | | | | | | Added test cases, fixed a bug | Alex Gaynor | 2013-10-31 | 1 | -2/+2 |
| * | | | | | | | | | | | | Slightly cleaner | Alex Gaynor | 2013-10-30 | 1 | -3/+7 |