aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add verify function to hmac and hashes.Julian Krause2013-12-178-6/+90
|
* Merge pull request #311 from alex/rework-indexDavid Reid2013-12-161-7/+29
|\ | | | | Rework the index to give people a better lay of the land
| * A foolish consistency is a really cool idea -- Samuel ClemensAlex Gaynor2013-12-161-1/+0
| |
| * Be consistentAlex Gaynor2013-12-161-2/+2
| |
| * DOn't assume people know that contractionAlex Gaynor2013-12-161-2/+2
| |
| * Rework the index to give people a better lay of the landAlex Gaynor2013-12-161-6/+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
| |/
* | 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
| | | |
| * | | Constant time comparisons hereAlex Gaynor2013-11-191-2/+2
| | | |
| * | | Doh, fixAlex Gaynor2013-11-191-1/+2
| | | |
| * | | Even fewer secret branches before the data is validAlex Gaynor2013-11-191-2/+5
| | | |
| * | | Use an instruction that is more likely to be constant time on a modern x86 CPUAlex Gaynor2013-11-181-1/+1
| | | |
| * | | This is a static functionAlex Gaynor2013-11-181-1/+1
| | | |
| * | | No more undefined behaviorAlex Gaynor2013-11-181-4/+2
| | | |