| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | Emit proper warnings | Abraham Martin | 2015-03-25 | 1 | -4/+5 | |
| | * | | Fix regressions in support for bytes / unicode | Abraham Martin | 2015-02-04 | 1 | -0/+24 | |
| * | | | Unify the unspecified argument thing. | Jean-Paul Calderone | 2015-04-13 | 1 | -4/+3 | |
| | |/ |/| | ||||||
| * | | Add some missing type documentation and remove an unused import. | Jean-Paul Calderone | 2015-04-13 | 1 | -1/+3 | |
| * | | Some missing type information in the documentation. | Jean-Paul Calderone | 2015-04-13 | 1 | -3/+8 | |
| * | | Merge remote-tracking branch 'pyca/master' into 182-path-types | Jean-Paul Calderone | 2015-04-13 | 1 | -11/+220 | |
| |\ \ | ||||||
| | * \ | Merge remote-tracking branch 'pyca/master' into npn | Jean-Paul Calderone | 2015-03-22 | 1 | -2/+43 | |
| | |\ \ | ||||||
| | | * \ | Merge remote-tracking branch 'origin/master' into recv_into | Jean-Paul Calderone | 2015-03-15 | 1 | -2/+4 | |
| | | |\ \ | | | |/ | ||||||
| | | | * | merge master | Jean-Paul Calderone | 2015-01-18 | 1 | -2/+1 | |
| | | | |\ | ||||||
| | | | | * | Fixes #91 -- proper error handling in Connection.shutdown | Paul Aurich | 2015-01-08 | 1 | -2/+1 | |
| | | | * | | Add the necessary SSL_CTX_check_private_key call and error handling. | Jean-Paul Calderone | 2014-12-11 | 1 | -0/+3 | |
| | | | |/ | ||||||
| | | * | | Implement Connection.recv_into. | Cory Benfield | 2014-06-16 | 1 | -0/+39 | |
| | | |/ | ||||||
| | * | | Fix base class init signature. | Jean-Paul Calderone | 2015-03-22 | 1 | -1/+1 | |
| | * | | Some more docstrings | Jean-Paul Calderone | 2015-03-22 | 1 | -0/+20 | |
| | * | | Factor internal initialization up to the base class. | Jean-Paul Calderone | 2015-03-22 | 1 | -4/+5 | |
| | * | | Handle exceptions in NPN callbacks. | Cory Benfield | 2015-03-22 | 1 | -64/+105 | |
| | * | | Copy buffer into bytestring. | Cory Benfield | 2014-05-27 | 1 | -1/+1 | |
| | * | | Implement @alex's code review. | Cory Benfield | 2014-05-15 | 1 | -9/+3 | |
| | * | | Make NPN markups. | Cory Benfield | 2014-05-10 | 1 | -22/+59 | |
| | * | | Add support for Next Protocol Negotiation. | Cory Benfield | 2014-05-10 | 1 | -0/+75 | |
| | |/ | ||||||
| * | | And the same for Context.load_tmp_dh. | Jean-Paul Calderone | 2015-04-12 | 1 | -2/+1 | |
| * | | And the same for Context.use_privatekey_file. | Jean-Paul Calderone | 2015-04-12 | 1 | -6/+1 | |
| * | | Repeat for Context.use_certificate_file. | Jean-Paul Calderone | 2015-04-12 | 1 | -5/+1 | |
| * | | Context.use_certificate_file test and fix. | Jean-Paul Calderone | 2015-04-12 | 1 | -6/+1 | |
| * | | Fix string handling of capath and cafile to make those tests pass. | Jean-Paul Calderone | 2015-04-12 | 1 | -6/+11 | |
| |/ | ||||||
| * | merge master | Jean-Paul Calderone | 2014-05-05 | 1 | -6/+28 | |
| |\ | ||||||
| | * | Merge branch 'master' into ecdhe | Jean-Paul Calderone | 2014-04-19 | 1 | -4/+14 | |
| | |\ | ||||||
| | | * | Also accept buffer in Connection.send and .sendall | Markus Unterwaditzer | 2014-04-19 | 1 | -4/+14 | |
| | * | | Mirror the OpenSSL API as is our idiom. | Jean-Paul Calderone | 2014-04-19 | 1 | -1/+1 | |
| | * | | These three exceptions are no longer used. | Jean-Paul Calderone | 2014-04-19 | 1 | -31/+0 | |
| | * | | Switch to an explicit curve object. | Jean-Paul Calderone | 2014-04-18 | 1 | -61/+5 | |
| | * | | Get rid of some top-level code, remove the code that reflects a weird edge ca... | Jean-Paul Calderone | 2014-04-17 | 1 | -12/+23 | |
| | * | | Add a test for the failure condition of EC_KEY_new_by_curve_name | Jean-Paul Calderone | 2014-04-17 | 1 | -3/+6 | |
| | * | | Fix some rST markup. | Jean-Paul Calderone | 2014-04-17 | 1 | -1/+1 | |
| | * | | Factor the guts out so they can be unit tested separately. | Jean-Paul Calderone | 2014-04-17 | 1 | -7/+19 | |
| | * | | Merge remote-tracking branch 'pyca/master' into ecdhe | Jean-Paul Calderone | 2014-04-17 | 1 | -0/+106 | |
| | |\ \ | | |/ | ||||||
| | * | | ecdh: Use different exception types for different errors | Andy Lutomirski | 2014-04-04 | 1 | -7/+38 | |
| | * | | ecdh: curve names are strings, not bytes | Andy Lutomirski | 2014-04-04 | 1 | -4/+5 | |
| | * | | Merge branch 'ecdhe' of git://github.com/amluto/pyopenssl into ecdhe | Laurens Van Houtven | 2014-03-29 | 1 | -0/+41 | |
| | |\ \ | ||||||
| | | * | | Stop exposing all the NID and SN objects for elliptic curves, now | Andy Lutomirski | 2014-03-13 | 1 | -144/+0 | |
| | | * | | Identify elliptic curves by short name, not NID | Andy Lutomirski | 2014-03-13 | 1 | -5/+15 | |
| | | * | | Fix docstring and Python 2.6 issues in ECDHE support | Andy Lutomirski | 2014-03-12 | 1 | -4/+4 | |
| | | * | | Add SSL.ELLIPTIC_CURVE_DESCRIPTIONS to expose the actual supported curves | Andy Lutomirski | 2014-03-05 | 1 | -0/+9 | |
| | | * | | Expose all of the EC curve name constants | Andy Lutomirski | 2014-03-05 | 1 | -0/+135 | |
| | | * | | Merge branch 'master' into ecdhe-support | Alex Gaynor | 2014-02-20 | 1 | -26/+45 | |
| | | |\ \ | ||||||
| | | * | | | Use the internal name | Alex Gaynor | 2014-01-17 | 1 | -1/+1 | |
| | | * | | | Added tests | Alex Gaynor | 2014-01-17 | 1 | -0/+2 | |
| | | * | | | Corrected a typo | Alex Gaynor | 2014-01-17 | 1 | -1/+1 | |
| | | * | | | Expose support for using ecdhe with SSL connections | Alex Gaynor | 2014-01-17 | 1 | -0/+29 | |
| * | | | | | Add a test that verifies the first argument passed to the verify callback. A... | Jean-Paul Calderone | 2014-04-02 | 1 | -2/+6 | |
| | |_|_|/ |/| | | | ||||||
