Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #98 from reaperhulk/openssl-engine-bindings | Donald Stufft | 2013-10-09 | 3 | -1/+53 |
|\ | | | | | Initial bindings for OpenSSL ENGINE support. | ||||
| * | Initial bindings for OpenSSL ENGINE support. | Paul Kehrer | 2013-10-08 | 3 | -1/+53 |
|/ | | | | | | | | * These bindings are sufficient to allow a user to use the rdrand engine (if available) and set an instantiated engine as a default for various operations. * Reminder: OpenSSL engines require careful management of both structural and functional references or else you'll leak memory. | ||||
* | Merge pull request #97 from reaperhulk/openssl-err-bindings | Alex Gaynor | 2013-10-08 | 2 | -0/+58 |
|\ | | | | | Add OpenSSL error bindings | ||||
| * | add openssl err bindings | Paul Kehrer | 2013-10-08 | 2 | -0/+58 |
|/ | |||||
* | Merge pull request #96 from reaperhulk/mailing-list | Alex Gaynor | 2013-10-07 | 1 | -0/+9 |
|\ | | | | | Update readme to add mailing list link and IRC info | ||||
| * | update readme to add mailing list link and IRC info | Paul Kehrer | 2013-10-07 | 1 | -0/+9 |
|/ | |||||
* | Merge pull request #95 from mwielgoszewski/aes-keysize-frozenset | Alex Gaynor | 2013-10-06 | 1 | -1/+1 |
|\ | | | | | Make key_sizes a frozenset, since these are/should be immutable | ||||
| * | Make key_sizes a frozenset, since these are/should be immutable | Marcin Wielgoszewski | 2013-10-06 | 1 | -1/+1 |
|/ | |||||
* | Merge pull request #94 from alex/fix-comment | Donald Stufft | 2013-10-06 | 1 | -1/+1 |
|\ | | | | | This is a comment, not a command run in a root shell | ||||
| * | This is a comment, not a command run in a root shell | Alex Gaynor | 2013-10-06 | 1 | -1/+1 |
|/ | |||||
* | Merge pull request #91 from alex/branch-cov | Donald Stufft | 2013-10-06 | 1 | -0/+2 |
|\ | | | | | Enable branch coverage | ||||
| * | Enable branch coverage | Alex Gaynor | 2013-10-05 | 1 | -0/+2 |
| | | |||||
* | | Merge pull request #93 from alex/highlight-better | Donald Stufft | 2013-10-06 | 1 | -4/+4 |
|\ \ | | | | | | | Use the right lexer for these examples | ||||
| * | | Use the right lexer for these examples | Alex Gaynor | 2013-10-06 | 1 | -4/+4 |
|/ / | |||||
* | | Merge pull request #92 from reaperhulk/rand-bindings | Alex Gaynor | 2013-10-05 | 2 | -0/+38 |
|\ \ | | | | | | | rand bindings for openssl (refs #77) | ||||
| * | | rand bindings for openssl (refs #77) | Paul Kehrer | 2013-10-05 | 2 | -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-bindings | Alex Gaynor | 2013-10-05 | 2 | -0/+32 |
|\ \ | |/ |/| | Bindings for OpenSSL's RSA. Refs #77 | ||||
| * | 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 |
| | | |