aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | 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
|/ / /
| | * pep8Alex Gaynor2013-12-131-1/+1
| | |
| | * Make this less invasiveAlex Gaynor2013-12-131-177/+280
| | |
| | * Clean up test generation to not use generators anymore and use parametrizationAlex Gaynor2013-12-131-332/+209
| |/ |/|
* | 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
| | | |
| * | | Remove unused includeAlex Gaynor2013-11-181-1/+0
| | | |
| * | | Use types more preciselyAlex Gaynor2013-11-181-7/+7
| | | |
| * | | Make this comment more accurateAlex Gaynor2013-11-181-1/+1
| | | |
| * | | Even more constant timeAlex Gaynor2013-11-181-1/+8
| | | |
| * | | const correctnessAlex Gaynor2013-11-161-2/+2
| | | |
| * | | Fixed flake8 issuesAlex Gaynor2013-11-151-3/+3
| | | |
| * | | Move all unpadding logic to CAlex Gaynor2013-11-151-7/+18
| | | |
| * | | Merge branch 'master' into padding-fixesAlex Gaynor2013-11-096-15/+38
| |\ \ \ | | | | | | | | | | | | | | | | | | | | Conflicts: cryptography/hazmat/primitives/padding.py
| * | | | More constant time, betterAlex Gaynor2013-11-082-6/+2
| | | | |
| * | | | flake8 fixesAlex Gaynor2013-11-071-1/+1
| | | | |
| * | | | py3k fixAlex Gaynor2013-11-071-0/+1
| | | | |
| * | | | Fixed a bug in padding, and also made it more constant timeAlex Gaynor2013-11-072-3/+32
| | | | |
* | | | | Merge pull request #296 from reaperhulk/osx-openssl-ughAlex Gaynor2013-12-121-2/+0
|\ \ \ \ \ | |_|_|/ / |/| | | | remove two ENGINE_set_default_* functions default OS X OpenSSL lacks
| * | | | remove two ENGINE_set_default_* functions default OS X OpenSSL lacksPaul Kehrer2013-12-121-2/+0
|/ / / /
* | | | Merge pull request #293 from reaperhulk/engine-set-defaultsDavid Reid2013-12-111-0/+12
|\ \ \ \ | | | | | | | | | | add ENGINE set default methods
| * | | | add ENGINE set default methodsPaul Kehrer2013-12-111-0/+12
|/ / / /