aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
|\
| * Merge pull request #308 from alex/rename-bindingsDonald Stufft2013-12-1539-24/+24
| |\ | | | | | | Renamed bindings to backends
| | * Also rename teh testsAlex Gaynor2013-12-132-0/+0
| | |
| | * Renamed bindings to backendsAlex Gaynor2013-12-1338-24/+24
| | |
| * | Merge pull request #309 from alex/test-latexPaul Kehrer2013-12-151-0/+1
| |\ \ | | | | | | | | Test that docs compile under latex as well --needed for PDF building
| | * | Test that docs compile under latex as well --needed for PDF buildingAlex Gaynor2013-12-151-0/+1
| |/ /
| * | Merge pull request #307 from alex/prefer-doctestPaul Kehrer2013-12-141-2/+4
| |\ \ | | | | | | | | Prefer executable code examples
| | * | Need to include the importsAlex Gaynor2013-12-131-0/+2
| | | |
| | * | Prefer executable code examplesAlex Gaynor2013-12-131-2/+2
| | |/
* | | 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 pull request #283 from juliankrause/constant_timePaul Kehrer2013-12-145-1/+133
| |\ \ | | |/ | |/| Beginnings of a constant_time module.
| | * Remove plural.Julian Krause2013-12-131-1/+1
| | |
| | * Update documentation again to make it clearer what this is for. Moved to ↵Julian Krause2013-12-122-8/+10
| | | | | | | | | | | | using Coda Hale's post.
| | * Improve documentation.Julian Krause2013-12-052-4/+15
| | |
| | * Beginnings of a constant_time module.Julian Krause2013-12-044-0/+119
| | |
| * | Merge pull request #306 from alex/document-coveragePaul Kehrer2013-12-131-0/+1
| |\ \ | | | | | | | | Document the need for test coverage
| | * | Document the need for test coverageAlex Gaynor2013-12-131-0/+1
| |/ /
| * | Merge pull request #305 from alex/show-the-backendPaul Kehrer2013-12-131-5/+6
| |\ \ | | | | | | | | Always show where a baackend comes form in the docs
| | * | Always show where a baackend comes form in the docsAlex Gaynor2013-12-131-5/+6
| | | |
| * | | Merge pull request #304 from alex/not-as-truePaul Kehrer2013-12-131-4/+0
| |\ \ \ | | |/ / | |/| | This warning doesn't add much value anymore
| | * | This warning doesn't add much value anymoreAlex Gaynor2013-12-131-4/+0
| |/ /
| * | Merge pull request #302 from alex/beef-up-the-indexPaul Kehrer2013-12-121-3/+16
| |\ \ | | | | | | | | More info in teh index
| | * | More info in teh indexAlex Gaynor2013-12-121-3/+16
| | | |
| * | | Merge pull request #301 from alex/typoPaul Kehrer2013-12-121-1/+1
| |\ \ \ | | |/ / | |/| | Fixed a mis-spelled word
| | * | Fixed a mis-spelled wordAlex Gaynor2013-12-121-1/+1
| |/ /
| * | Merge pull request #300 from dreid/supress-openssl-osx-deprecation-warningsAlex Gaynor2013-12-121-1/+26
| |\ \ | | | | | | | | Supress the deprecation warnings by including an __APPLE__ only preamble.
| | * | alex parens.David Reid2013-12-121-5/+7
| | | |
| | * | formatting more consistent with other cffi secitons.David Reid2013-12-121-20/+20
| | | |
| | * | Attempt to fix nebulous indentation complaints and also re-set after the ↵David Reid2013-12-121-8/+20
| | | | | | | | | | | | | | | | includes.
| | * | Supress the deprecation warnings by including an __APPLE__ only preamble.David Reid2013-12-121-1/+12
| | |/
| * | Merge pull request #299 from alex/api-style-guidePaul Kehrer2013-12-121-0/+34
| |\ \ | | | | | | | | Api style guide
| | * \ Merge branch 'master' into api-style-guideAlex Gaynor2013-12-120-0/+0
| | |\ \ | | |/ / | |/| |
| * | | Merge pull request #298 from alex/fix-headersPaul Kehrer2013-12-121-3/+3
| |\ \ \ | | | | | | | | | | Fixed headers in docs
| | | * | Several policy reccomendations for API designAlex Gaynor2013-12-121-0/+34
| | |/ /
| | * / Fixed headers in docsAlex Gaynor2013-12-121-3/+3
| |/ /
| * | Merge pull request #297 from alex/https-linksDavid Reid2013-12-121-1/+1
| |\ \ | | | | | | | | Use the HTTPS verion of the link to cffi
| | * | Use the HTTPS verion of the link to cffiAlex Gaynor2013-12-121-1/+1
| | | |
| * | | Merge pull request #234 from alex/padding-fixesDavid Reid2013-12-121-9/+51
| |\ \ \ | | | | | | | | | | Made PKCS7 unpadding more constant time
| | * | | name this function correcctlyAlex Gaynor2013-11-191-3/+3
| | | | |
| | * | | flake8Alex Gaynor2013-11-191-1/+0
| | | | |