summaryrefslogtreecommitdiff
path: root/OpenSSL/SSL.py
Commit message (Expand)AuthorAgeFilesLines
...
| * | Emit proper warningsAbraham Martin2015-03-251-4/+5
| * | Fix regressions in support for bytes / unicodeAbraham Martin2015-02-041-0/+24
* | | Unify the unspecified argument thing.Jean-Paul Calderone2015-04-131-4/+3
| |/ |/|
* | Add some missing type documentation and remove an unused import.Jean-Paul Calderone2015-04-131-1/+3
* | Some missing type information in the documentation.Jean-Paul Calderone2015-04-131-3/+8
* | Merge remote-tracking branch 'pyca/master' into 182-path-typesJean-Paul Calderone2015-04-131-11/+220
|\ \
| * \ Merge remote-tracking branch 'pyca/master' into npnJean-Paul Calderone2015-03-221-2/+43
| |\ \
| | * \ Merge remote-tracking branch 'origin/master' into recv_intoJean-Paul Calderone2015-03-151-2/+4
| | |\ \ | | | |/
| | | * merge masterJean-Paul Calderone2015-01-181-2/+1
| | | |\
| | | | * Fixes #91 -- proper error handling in Connection.shutdownPaul Aurich2015-01-081-2/+1
| | | * | Add the necessary SSL_CTX_check_private_key call and error handling.Jean-Paul Calderone2014-12-111-0/+3
| | | |/
| | * | Implement Connection.recv_into.Cory Benfield2014-06-161-0/+39
| | |/
| * | Fix base class init signature.Jean-Paul Calderone2015-03-221-1/+1
| * | Some more docstringsJean-Paul Calderone2015-03-221-0/+20
| * | Factor internal initialization up to the base class.Jean-Paul Calderone2015-03-221-4/+5
| * | Handle exceptions in NPN callbacks.Cory Benfield2015-03-221-64/+105
| * | Copy buffer into bytestring.Cory Benfield2014-05-271-1/+1
| * | Implement @alex's code review.Cory Benfield2014-05-151-9/+3
| * | Make NPN markups.Cory Benfield2014-05-101-22/+59
| * | Add support for Next Protocol Negotiation.Cory Benfield2014-05-101-0/+75
| |/
* | And the same for Context.load_tmp_dh.Jean-Paul Calderone2015-04-121-2/+1
* | And the same for Context.use_privatekey_file.Jean-Paul Calderone2015-04-121-6/+1
* | Repeat for Context.use_certificate_file.Jean-Paul Calderone2015-04-121-5/+1
* | Context.use_certificate_file test and fix.Jean-Paul Calderone2015-04-121-6/+1
* | Fix string handling of capath and cafile to make those tests pass.Jean-Paul Calderone2015-04-121-6/+11
|/
* merge masterJean-Paul Calderone2014-05-051-6/+28
|\
| * Merge branch 'master' into ecdheJean-Paul Calderone2014-04-191-4/+14
| |\
| | * Also accept buffer in Connection.send and .sendallMarkus Unterwaditzer2014-04-191-4/+14
| * | Mirror the OpenSSL API as is our idiom.Jean-Paul Calderone2014-04-191-1/+1
| * | These three exceptions are no longer used.Jean-Paul Calderone2014-04-191-31/+0
| * | Switch to an explicit curve object.Jean-Paul Calderone2014-04-181-61/+5
| * | Get rid of some top-level code, remove the code that reflects a weird edge ca...Jean-Paul Calderone2014-04-171-12/+23
| * | Add a test for the failure condition of EC_KEY_new_by_curve_nameJean-Paul Calderone2014-04-171-3/+6
| * | Fix some rST markup.Jean-Paul Calderone2014-04-171-1/+1
| * | Factor the guts out so they can be unit tested separately.Jean-Paul Calderone2014-04-171-7/+19
| * | Merge remote-tracking branch 'pyca/master' into ecdheJean-Paul Calderone2014-04-171-0/+106
| |\ \ | | |/
| * | ecdh: Use different exception types for different errorsAndy Lutomirski2014-04-041-7/+38
| * | ecdh: curve names are strings, not bytesAndy Lutomirski2014-04-041-4/+5
| * | Merge branch 'ecdhe' of git://github.com/amluto/pyopenssl into ecdheLaurens Van Houtven2014-03-291-0/+41
| |\ \
| | * | Stop exposing all the NID and SN objects for elliptic curves, nowAndy Lutomirski2014-03-131-144/+0
| | * | Identify elliptic curves by short name, not NIDAndy Lutomirski2014-03-131-5/+15
| | * | Fix docstring and Python 2.6 issues in ECDHE supportAndy Lutomirski2014-03-121-4/+4
| | * | Add SSL.ELLIPTIC_CURVE_DESCRIPTIONS to expose the actual supported curvesAndy Lutomirski2014-03-051-0/+9
| | * | Expose all of the EC curve name constantsAndy Lutomirski2014-03-051-0/+135
| | * | Merge branch 'master' into ecdhe-supportAlex Gaynor2014-02-201-26/+45
| | |\ \
| | * | | Use the internal nameAlex Gaynor2014-01-171-1/+1
| | * | | Added testsAlex Gaynor2014-01-171-0/+2
| | * | | Corrected a typoAlex Gaynor2014-01-171-1/+1
| | * | | Expose support for using ecdhe with SSL connectionsAlex Gaynor2014-01-171-0/+29
* | | | | Add a test that verifies the first argument passed to the verify callback. A...Jean-Paul Calderone2014-04-021-2/+6
| |_|_|/ |/| | |