Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | jokers to the left, pointers to the right | Paul Kehrer | 2013-10-05 | 1 | -1/+1 |
| | |||||
* | too many rsas makes me rsa blind | Paul Kehrer | 2013-10-05 | 1 | -1/+1 |
| | |||||
* | remove local variable names from function declarations | Paul Kehrer | 2013-10-05 | 1 | -3/+3 |
| | |||||
* | Bindings for OpenSSL's RSA. Refs #77 | Paul Kehrer | 2013-10-05 | 2 | -0/+32 |
| | |||||
* | Merge pull request #86 from pyca/bind-dh | Donald Stufft | 2013-10-04 | 2 | -0/+29 |
|\ | | | | | Bind OpenSSL's DH. Refs #77 | ||||
| * | Merge branch 'master' into bind-dh | Alex Gaynor | 2013-10-04 | 7 | -8/+67 |
| |\ | |/ |/| | | | | | Conflicts: cryptography/bindings/openssl/api.py | ||||
* | | Merge pull request #87 from pyca/bind-dsa | Donald Stufft | 2013-10-04 | 2 | -0/+31 |
|\ \ | | | | | | | Added bindings for OpenSSL's DSA. Refs #77. | ||||
| * \ | Merge branch 'master' into bind-dsa | Alex Gaynor | 2013-10-04 | 6 | -8/+36 |
| |\ \ | |/ / |/| | | | | | | | | Conflicts: cryptography/bindings/openssl/api.py | ||||
* | | | Merge pull request #88 from pyca/bind-crypto | Donald Stufft | 2013-10-04 | 2 | -0/+28 |
|\ \ \ | | | | | | | | | Bind OpenSSL's crypto. Refs #77 | ||||
| * | | | Bind OpenSSL's crypto. Refs #77 | Alex Gaynor | 2013-10-03 | 2 | -0/+28 |
| | | | | |||||
* | | | | Merge pull request #89 from dstufft/rename-repo | Alex Gaynor | 2013-10-04 | 4 | -8/+8 |
|\ \ \ \ | |/ / / |/| | | | Switch all repositories over to the new location | ||||
| * | | | Switch all repositories over to the new location | Donald Stufft | 2013-10-04 | 4 | -8/+8 |
|/ / / | |||||
| * / | Added bindings for OpenSSL's DSA. Refs #77. | Alex Gaynor | 2013-10-03 | 2 | -0/+31 |
|/ / | |||||
| * | Bind OpenSSL's DH. Refs #77 | Alex Gaynor | 2013-10-03 | 2 | -0/+29 |
|/ | |||||
* | Merge pull request #85 from alex/explicit-api | Donald Stufft | 2013-10-03 | 6 | -28/+76 |
|\ | | | | | Explicitly pass around the API, and run all tests under all available AP... | ||||
| * | Use a None default so composition is easier | Alex Gaynor | 2013-10-03 | 3 | -2/+13 |
| | | |||||
| * | Make default_api private | Alex Gaynor | 2013-10-03 | 2 | -3/+3 |
| | | |||||
| * | Run coverage from the outside so it sees everything | Alex Gaynor | 2013-10-03 | 1 | -2/+5 |
| | | |||||
| * | Explicitly pass around the API, and run all tests under all available APIs | Alex Gaynor | 2013-10-03 | 5 | -27/+61 |
|/ | |||||
* | Merge pull request #84 from hynek/typo | Alex Gaynor | 2013-10-03 | 1 | -1/+1 |
|\ | | | | | Fix typo in OpenSSL bindings docs | ||||
| * | Fix typo in OpenSSL bindings docs | Hynek Schlawack | 2013-10-03 | 1 | -1/+1 |
|/ | |||||
* | Merge pull request #83 from alex/fingerprints | Donald Stufft | 2013-10-02 | 1 | -1/+3 |
|\ | | | | | Include key finger prints in AUTHORS.rst | ||||
| * | Typo fix | Alex Gaynor | 2013-10-02 | 1 | -1/+1 |
| | | |||||
| * | Single line | Alex Gaynor | 2013-10-02 | 1 | -2/+1 |
| | | |||||
| * | Include key finger prints in AUTHORS.rst | Alex Gaynor | 2013-10-02 | 1 | -0/+3 |
| | | |||||
* | | Merge pull request #76 from alex/bind-bignum | Donald Stufft | 2013-10-02 | 2 | -0/+35 |
|\ \ | |/ |/| | Added bindings for OpenSSL's bn.h | ||||
| * | Remove this, it properly belongs to ASN1, and that's for a seperate PR | Alex Gaynor | 2013-10-02 | 1 | -4/+0 |
| | | |||||
| * | Thsi is a macro | Alex Gaynor | 2013-10-02 | 1 | -2/+1 |
| | | |||||
| * | Fixes to match teh C headers | Alex Gaynor | 2013-10-02 | 1 | -2/+6 |
| | | |||||
| * | Merge branch 'master' into bind-bignum | Alex Gaynor | 2013-10-02 | 5 | -4/+103 |
| |\ | |/ |/| | |||||
* | | Merge pull request #78 from alex/check-cffi | Donald Stufft | 2013-10-02 | 3 | -4/+22 |
|\ \ | | | | | | | Be stricter in type checking the C prototypes | ||||
| * | | Added an explanatory comment | Alex Gaynor | 2013-10-02 | 1 | -0/+8 |
| | | | |||||
| * | | Move to a saner approach | Alex Gaynor | 2013-10-02 | 3 | -13/+13 |
| | | | |||||
| * | | Rewrite this comment | Alex Gaynor | 2013-10-01 | 1 | -1/+1 |
| | | | |||||
| * | | Try without this | Alex Gaynor | 2013-09-30 | 1 | -4/+2 |
| | | | |||||
| * | | Give up | Alex Gaynor | 2013-09-30 | 1 | -8/+1 |
| | | | |||||
| * | | Everything but shut some off | Alex Gaynor | 2013-09-30 | 1 | -1/+8 |
| | | | |||||
| * | | A flag too far | Alex Gaynor | 2013-09-30 | 1 | -1/+1 |
| | | | |||||
| * | | only pass these on OS X | Alex Gaynor | 2013-09-30 | 1 | -9/+12 |
| | | | |||||
| * | | I removed this | Alex Gaynor | 2013-09-30 | 1 | -1/+0 |
| | | | |||||
| * | | Some comments | Alex Gaynor | 2013-09-30 | 1 | -1/+6 |
| | | | |||||
| * | | Different flags | Alex Gaynor | 2013-09-30 | 1 | -1/+4 |
| | | | |||||
| * | | Do this always | Alex Gaynor | 2013-09-30 | 2 | -8/+3 |
| | | | |||||
| * | | We can't compile cffi itself with warnings | Alex Gaynor | 2013-09-30 | 1 | -3/+2 |
| | | | |||||
| * | | Remove | Alex Gaynor | 2013-09-30 | 1 | -1/+1 |
| | | | |||||
| * | | Software. | Alex Gaynor | 2013-09-30 | 1 | -1/+1 |
| | | | |||||
| * | | Try without this | Alex Gaynor | 2013-09-30 | 1 | -1/+1 |
| | | | |||||
| * | | This isn't useful | Alex Gaynor | 2013-09-30 | 1 | -1/+0 |
| | | | |||||
| * | | A tox thing which attempts to check for errors (should be failing now) | Alex Gaynor | 2013-09-30 | 2 | -1/+10 |
| | | | |||||
* | | | Merge pull request #82 from alex/reflow | Donald Stufft | 2013-10-01 | 1 | -13/+11 |
|\ \ \ | | | | | | | | | Reflow some paragraphs in the contributing docs |