aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Python 2.6 supportAlex Gaynor2014-01-071-2/+2
|
* More stuffAlex Gaynor2014-01-073-3/+5
|
* You need a gpg key to do a releaseAlex Gaynor2014-01-071-1/+2
|
* This is a dev depAlex Gaynor2014-01-071-0/+1
|
* Update release docsAlex Gaynor2014-01-061-2/+1
|
* Merge branch 'master' into release-automationAlex Gaynor2014-01-0612-10/+411
|\
| * Merge pull request #412 from alex/version-consistencyDavid Reid2014-01-061-4/+7
| |\ | | | | | | Compute the version in the same way as setup.py does
| | * Compute the version in the same way as setup.py doesAlex Gaynor2014-01-061-4/+7
| | |
| * | Merge pull request #411 from alex/spelling-fixDavid Reid2014-01-061-1/+1
| |\ \ | | |/ | |/| Spell a word correctly
| | * Spell a word correctlyAlex Gaynor2014-01-061-1/+1
| |/
| * Merge pull request #203 from alex/fernetDavid Reid2014-01-0611-6/+404
| |\ | | | | | | [WIP][POC] Implement Fernet
| | * Merge branch 'master' into fernetAlex Gaynor2014-01-0241-275/+434
| | |\ | | | | | | | | | | | | | | | | Conflicts: docs/index.rst
| | * | Remove this one weird debuggerAlex Gaynor2013-12-311-3/+0
| | | |
| | * | Rearange sentence on recommendation of @jacobianAlex Gaynor2013-12-312-3/+6
| | | |
| | * | alphabetizeAlex Gaynor2013-12-301-1/+1
| | | |
| | * | Merge branch 'master' into fernetAlex Gaynor2013-12-3037-569/+800
| | |\ \
| | * | | Switch to the newer, safer, APIAlex Gaynor2013-12-271-3/+5
| | | | |
| | * | | Merge branch 'master' into fernetAlex Gaynor2013-12-2759-294/+834
| | |\ \ \
| | * | | | flake8 fixAlex Gaynor2013-12-201-1/+0
| | | | | |
| | * | | | Link from symmetric encryption to fernetAlex Gaynor2013-12-202-3/+16
| | | | | |
| | * | | | Linkify thisAlex Gaynor2013-12-201-6/+9
| | | | | |
| | * | | | Make into a warning as suggested by @dstufftAlex Gaynor2013-12-201-4/+7
| | | | | |
| | * | | | Reword slightlyAlex Gaynor2013-12-201-4/+4
| | | | | |
| | * | | | Don't look at other material until the signature is validatedAlex Gaynor2013-12-201-2/+2
| | | | | |
| | * | | | Handle invalid timestamp lengthAlex Gaynor2013-12-202-1/+9
| | | | | |
| | * | | | Mention that the timestamp is plaintextAlex Gaynor2013-12-171-1/+4
| | | | | |
| | * | | | Use the term fernet tokenAlex Gaynor2013-12-172-14/+16
| | | | | |
| | * | | | Include more info in the titleAlex Gaynor2013-12-171-2/+2
| | | | | |
| | * | | | Replace assertions with real error checksAlex Gaynor2013-12-162-2/+16
| | | | | |
| | * | | | Address dreid's commentsAlex Gaynor2013-12-162-18/+28
| | | | | |
| | * | | | Document the other consequence of losing your keyAlex Gaynor2013-12-162-2/+5
| | | | | |
| | * | | | Update import locationAlex Gaynor2013-12-151-1/+1
| | | | | |
| | * | | | Merge branch 'master' into fernetAlex Gaynor2013-12-1540-26/+29
| | |\ \ \ \
| | * | | | | flake8Alex Gaynor2013-12-141-1/+1
| | | | | | |
| | * | | | | Reduce duplicationAlex Gaynor2013-12-141-3/+3
| | | | | | |
| | * | | | | Replace our constant time check with the new moduleAlex Gaynor2013-12-141-34/+2
| | | | | | |
| | * | | | | Merge branch 'master' into fernetAlex Gaynor2013-12-1428-84/+841
| | |\ \ \ \ \
| | * \ \ \ \ \ Merge branch 'master' into fernetAlex Gaynor2013-11-271-2/+2
| | |\ \ \ \ \ \
| | * | | | | | | For now always use the default backendAlex Gaynor2013-11-271-2/+3
| | | | | | | | |
| | * | | | | | | Merge branch 'master' into fernetAlex Gaynor2013-11-2713-56/+97
| | |\ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ Merge branch 'master' into fernetAlex Gaynor2013-11-231-0/+17
| | |\ \ \ \ \ \ \ \
| | * | | | | | | | | Handle the clock skew checkAlex Gaynor2013-11-231-0/+4
| | | | | | | | | | |
| | * | | | | | | | | Handle another error caseAlex Gaynor2013-11-221-1/+5
| | | | | | | | | | |
| | * | | | | | | | | Merge branch 'master' into fernetAlex Gaynor2013-11-227-3/+76
| | |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | | removed silly lineAlex Gaynor2013-11-221-1/+0
| | | | | | | | | | | |
| | * | | | | | | | | | An API for generating keysAlex Gaynor2013-11-223-8/+11
| | | | | | | | | | | |
| | * | | | | | | | | | More info in the docsAlex Gaynor2013-11-221-4/+14
| | | | | | | | | | | |
| | * | | | | | | | | | fix, technicallyAlex Gaynor2013-11-221-1/+1
| | | | | | | | | | | |
| | * | | | | | | | | | Hide the dangerous bitsAlex Gaynor2013-11-222-18/+15
| | | | | | | | | | | |
| | * | | | | | | | | | Merge branch 'master' into fernetAlex Gaynor2013-11-226-19/+218
| | |\ \ \ \ \ \ \ \ \ \