summaryrefslogtreecommitdiff
path: root/OpenSSL
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | Cleanup docstrings and comments.Cory Benfield2015-04-131-2/+4
| | * | | Remove 'test that'.Cory Benfield2015-04-131-8/+8
| | * | | Multiline docstring.Cory Benfield2015-04-131-1/+3
| | * | | Test for absent ALPN.Cory Benfield2015-04-131-0/+22
| | * | | ALPN required decorator docstring.Cory Benfield2015-04-131-0/+4
| | * | | Better names and spacing.Cory Benfield2015-04-131-3/+3
| | * | | Technically it's an initialism.Cory Benfield2015-04-131-2/+2
| | * | | Use ALPN detection decorator.Cory Benfield2015-04-131-9/+15
| | * | | Skip tests on non-ALPN platforms.Cory Benfield2015-04-131-129/+136
| | * | | Raise NotImplementedError if no ALPN.Cory Benfield2015-04-131-0/+12
| | * | | Handle exceptions in ALPN select callback.Cory Benfield2015-04-132-35/+88
| | * | | Catch non-bytestrings from ALPN callbacks.Cory Benfield2015-04-131-0/+4
| | * | | Fixup broken ALPN tests.Cory Benfield2015-04-131-9/+3
| | * | | Further CFFI problems.Cory Benfield2015-04-131-3/+3
| | * | | Fixup some CFFI problems.Cory Benfield2015-04-131-2/+2
| | * | | Test for client-only ALPN.Cory Benfield2015-04-131-0/+35
| | * | | Minor nits.Cory Benfield2015-04-131-12/+12
| | * | | Add ALPN support.Cory Benfield2015-04-132-1/+226
| | |/ /
| * | | Rename warn_text to something a little more descriptive.Jean-Paul Calderone2015-04-133-10/+11
| * | | Fix wrapping and typo in warning name.Jean-Paul Calderone2015-04-131-2/+2
| * | | Remove unused import.Jean-Paul Calderone2015-04-131-1/+1
| * | | Remove accidental space.Jean-Paul Calderone2015-04-131-2/+0
| * | | merge master, resolve simple conflictsJean-Paul Calderone2015-04-1310-185/+1170
| |\ \ \ | | |/ /
| * | | One more.Jean-Paul Calderone2015-03-291-1/+1
| * | | And Python 3.2 compatibility.Jean-Paul Calderone2015-03-291-5/+5
| * | | I mean Python 2.6.Jean-Paul Calderone2015-03-293-17/+17
| * | | I mean Python 2.6 compatible.Jean-Paul Calderone2015-03-291-1/+1
| * | | Use a spelling that is Python 2.6 compatible.Jean-Paul Calderone2015-03-291-2/+2
| * | | Remove the deprecation for this parameter that represents a path name.Jean-Paul Calderone2015-03-292-24/+0
| * | | docstringJean-Paul Calderone2015-03-291-0/+12
| * | | Factor the warning code into a shared helper. Remove some of the unnecessary...Jean-Paul Calderone2015-03-296-144/+119
| * | | Tests for added backward compatibility in crypto.pyAbraham Martin2015-03-253-9/+97
| * | | Tests for added backward compatibility in SSL.pyAbraham Martin2015-03-251-0/+60
| * | | Reuse six importsAbraham Martin2015-03-252-18/+17
| * | | Use six library to check python versionAbraham Martin2015-03-252-34/+19
| * | | Different warning messages for different versions of PythonAbraham Martin2015-03-252-11/+52
| * | | Emit proper warningsAbraham Martin2015-03-252-8/+10
| * | | Fix regressions in support for bytes / unicodeAbraham Martin2015-02-042-0/+48
* | | | Pass the correct type to CRL.export.Jean-Paul Calderone2015-04-131-1/+5
* | | | Switch the message digest name to bytes.Jean-Paul Calderone2015-04-132-8/+25
* | | | Unify the unspecified argument thing.Jean-Paul Calderone2015-04-133-11/+13
* | | | Merge remote-tracking branch 'origin/master' into 159-crl-export-digestJean-Paul Calderone2015-04-1310-196/+1235
|\ \ \ \ | | |/ / | |/| |
| * | | Add some missing type documentation and remove an unused import.Jean-Paul Calderone2015-04-133-6/+14
| * | | 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-138-85/+932
| |\ \ \
| | * | | minor docstring fixesJean-Paul Calderone2015-04-111-4/+6
| | * | | merge alex/aint-no-reason-things-are-this-wayJean-Paul Calderone2015-04-112-0/+17
| | |\ \ \
| | | * | | Fixed a typo in the test method nameAlex Gaynor2014-08-151-1/+1
| | | * | | A docstring for the testAlex Gaynor2014-08-151-0/+5
| | | * | | Fix for py3kAlex Gaynor2014-08-141-1/+1