aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #416 from dreid/improved-aead-examplesAlex Gaynor2014-01-071-13/+73
|\ | | | | Try making the AEAD examples less dense.
| * Make the example more complete and add some comments walking the user ↵David Reid2014-01-071-14/+49
| | | | | | | | through some stuff.
| * Try making the AEAD examples less dense.David Reid2014-01-071-13/+38
| |
* | Merge pull request #415 from reaperhulk/remove-cast5-ecb-for-nowAlex Gaynor2014-01-075-85/+2
|\ \ | | | | | | remove CAST5 for first release
| * | also remove CAST5 docsPaul Kehrer2014-01-071-9/+0
| | |
| * | remove CAST5 for first releasePaul Kehrer2014-01-074-76/+2
| |/
* | Merge pull request #414 from alex/avail-cleanupDavid Reid2014-01-073-44/+4
|\ \ | |/ |/| Fixed #408 -- cleanup how is_available works
| * Explanatory commentAlex Gaynor2014-01-071-0/+1
| |
| * Fixed #408 -- cleanup how is_available worksAlex Gaynor2014-01-073-44/+3
|/
* Merge pull request #392 from alex/setup-install-extensionDonald Stufft2014-01-074-11/+43
|\ | | | | All the necessary things for setup.py to build cffi stuff
| * This is dangerousAlex Gaynor2014-01-071-4/+1
| |
| * Merge branch 'master' into setup-install-extensionAlex Gaynor2014-01-0719-28/+528
| |\ | |/ |/|
* | Merge pull request #410 from alex/release-automationDavid Reid2014-01-074-0/+66
|\ \ | | | | | | Write release automation software. Fixes #375
| * | How to verify that your released correctlyAlex Gaynor2014-01-071-1/+9
| | |
| * | 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
| | | | | | | |