aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | Merge pull request #92 from reaperhulk/rand-bindingsAlex Gaynor2013-10-052-0/+38
|\ \ \ \ | | | | | | | | | | rand bindings for openssl (refs #77)
| * | | | rand bindings for openssl (refs #77)Paul Kehrer2013-10-052-0/+38
|/ / / / | | | | | | | | | | | | | | | | | | | | These bindings should be used with care as there are many opportunities to shoot yourself in the foot. Take special care to re-seed on process fork and for the love of god don't use DUAL_EC_DRBG
* | | | Merge pull request #90 from reaperhulk/rsa-bindingsAlex Gaynor2013-10-052-0/+32
|\ \ \ \ | |/ / / |/| | | Bindings for OpenSSL's RSA. Refs #77
| * | | jokers to the left, pointers to the rightPaul Kehrer2013-10-051-1/+1
| | | |
| * | | too many rsas makes me rsa blindPaul Kehrer2013-10-051-1/+1
| | | |
| * | | remove local variable names from function declarationsPaul Kehrer2013-10-051-3/+3
| | | |
| * | | Bindings for OpenSSL's RSA. Refs #77Paul Kehrer2013-10-052-0/+32
|/ / /
* | | Merge pull request #86 from pyca/bind-dhDonald Stufft2013-10-042-0/+29
|\ \ \ | | | | | | | | Bind OpenSSL's DH. Refs #77
| * \ \ Merge branch 'master' into bind-dhAlex Gaynor2013-10-047-8/+67
| |\ \ \ | |/ / / |/| | | | | | | | | | | Conflicts: cryptography/bindings/openssl/api.py
* | | | Merge pull request #87 from pyca/bind-dsaDonald Stufft2013-10-042-0/+31
|\ \ \ \ | | | | | | | | | | Added bindings for OpenSSL's DSA. Refs #77.
| * \ \ \ Merge branch 'master' into bind-dsaAlex Gaynor2013-10-046-8/+36
| |\ \ \ \ | |/ / / / |/| | | | | | | | | | | | | | Conflicts: cryptography/bindings/openssl/api.py
* | | | | Merge pull request #88 from pyca/bind-cryptoDonald Stufft2013-10-042-0/+28
|\ \ \ \ \ | | | | | | | | | | | | Bind OpenSSL's crypto. Refs #77
| * | | | | Bind OpenSSL's crypto. Refs #77Alex Gaynor2013-10-032-0/+28
| | | | | |
* | | | | | Merge pull request #89 from dstufft/rename-repoAlex Gaynor2013-10-044-8/+8
|\ \ \ \ \ \ | |/ / / / / |/| | | | | Switch all repositories over to the new location
| * | | | | Switch all repositories over to the new locationDonald Stufft2013-10-044-8/+8
|/ / / / /
| * / / / Added bindings for OpenSSL's DSA. Refs #77.Alex Gaynor2013-10-032-0/+31
|/ / / /
| * / / Bind OpenSSL's DH. Refs #77Alex Gaynor2013-10-032-0/+29
|/ / /
* | | Merge pull request #85 from alex/explicit-apiDonald Stufft2013-10-036-28/+76
|\ \ \ | | | | | | | | Explicitly pass around the API, and run all tests under all available AP...
| * | | Use a None default so composition is easierAlex Gaynor2013-10-033-2/+13
| | | |
| * | | Make default_api privateAlex Gaynor2013-10-032-3/+3
| | | |
| * | | Run coverage from the outside so it sees everythingAlex Gaynor2013-10-031-2/+5
| | | |
| * | | Explicitly pass around the API, and run all tests under all available APIsAlex Gaynor2013-10-035-27/+61
|/ / /
* | | Merge pull request #84 from hynek/typoAlex Gaynor2013-10-031-1/+1
|\ \ \ | | | | | | | | Fix typo in OpenSSL bindings docs
| * | | Fix typo in OpenSSL bindings docsHynek Schlawack2013-10-031-1/+1
|/ / /
* | | Merge pull request #83 from alex/fingerprintsDonald Stufft2013-10-021-1/+3
|\ \ \ | | | | | | | | Include key finger prints in AUTHORS.rst
| * | | Typo fixAlex Gaynor2013-10-021-1/+1
| | | |
| * | | Single lineAlex Gaynor2013-10-021-2/+1
| | | |
| * | | Include key finger prints in AUTHORS.rstAlex Gaynor2013-10-021-0/+3
| | | |
* | | | Merge pull request #76 from alex/bind-bignumDonald Stufft2013-10-022-0/+35
|\ \ \ \ | |/ / / |/| | | Added bindings for OpenSSL's bn.h
| * | | Remove this, it properly belongs to ASN1, and that's for a seperate PRAlex Gaynor2013-10-021-4/+0
| | | |
| * | | Thsi is a macroAlex Gaynor2013-10-021-2/+1
| | | |
| * | | Fixes to match teh C headersAlex Gaynor2013-10-021-2/+6
| | | |
| * | | Merge branch 'master' into bind-bignumAlex Gaynor2013-10-025-4/+103
| |\ \ \ | |/ / / |/| | |
* | | | Merge pull request #78 from alex/check-cffiDonald Stufft2013-10-023-4/+22
|\ \ \ \ | | | | | | | | | | Be stricter in type checking the C prototypes
| * | | | Added an explanatory commentAlex Gaynor2013-10-021-0/+8
| | | | |
| * | | | Move to a saner approachAlex Gaynor2013-10-023-13/+13
| | | | |
| * | | | Rewrite this commentAlex Gaynor2013-10-011-1/+1
| | | | |
| * | | | Try without thisAlex Gaynor2013-09-301-4/+2
| | | | |
| * | | | Give upAlex Gaynor2013-09-301-8/+1
| | | | |
| * | | | Everything but shut some offAlex Gaynor2013-09-301-1/+8
| | | | |
| * | | | A flag too farAlex Gaynor2013-09-301-1/+1
| | | | |
| * | | | only pass these on OS XAlex Gaynor2013-09-301-9/+12
| | | | |
| * | | | I removed thisAlex Gaynor2013-09-301-1/+0
| | | | |
| * | | | Some commentsAlex Gaynor2013-09-301-1/+6
| | | | |
| * | | | Different flagsAlex Gaynor2013-09-301-1/+4
| | | | |
| * | | | Do this alwaysAlex Gaynor2013-09-302-8/+3
| | | | |
| * | | | We can't compile cffi itself with warningsAlex Gaynor2013-09-301-3/+2
| | | | |
| * | | | RemoveAlex Gaynor2013-09-301-1/+1
| | | | |
| * | | | Software.Alex Gaynor2013-09-301-1/+1
| | | | |
| * | | | Try without thisAlex Gaynor2013-09-301-1/+1
| | | | |