aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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 indexAlex Gaynor2013-12-121-3/+16
* | Merge pull request #301 from alex/typoPaul Kehrer2013-12-121-1/+1
|\ \ | |/ |/|
| * 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
|\
| * 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 incl...David Reid2013-12-121-8/+20
| * 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
|\ \
| * \ 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
|\ \ \
| | * | 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 cffiAlex Gaynor2013-12-121-1/+1
* | | Merge pull request #234 from alex/padding-fixesDavid Reid2013-12-121-9/+51
|\ \ \
| * | | 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
| |\ \ \
| * | | | 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 lacksPaul Kehrer2013-12-121-2/+0
|/ / / /
* | | | Merge pull request #293 from reaperhulk/engine-set-defaultsDavid Reid2013-12-111-0/+12
|\ \ \ \
| * | | | add ENGINE set default methodsPaul Kehrer2013-12-111-0/+12
|/ / / /
* | | | Merge pull request #291 from reaperhulk/load-private-key-bindingsAlex Gaynor2013-12-091-0/+9
|\ \ \ \
| * | | | add additional bindings to load private keysPaul Kehrer2013-12-091-0/+9
|/ / / /
* | | | Merge pull request #289 from reaperhulk/bunch-o-bindingsAlex Gaynor2013-12-093-0/+11
|\ \ \ \
| * | | | add publickey_dupPaul Kehrer2013-12-091-0/+1
| * | | | add new error constantsPaul Kehrer2013-12-091-0/+7
| * | | | add dec2bnPaul Kehrer2013-12-091-0/+3
* | | | | Merge pull request #288 from alex/more-docsPaul Kehrer2013-12-082-0/+14
|\ \ \ \ \ | |/ / / / |/| | | |