summaryrefslogtreecommitdiff
path: root/OpenSSL
Commit message (Expand)AuthorAgeFilesLines
* Use a proper in-dev versionHynek Schlawack2015-05-051-1/+1
* Dedup meta data, use README as long_descriptionHynek Schlawack2015-05-052-3/+25
* fix a leak in _subjectAltNameStringPaul Kehrer2015-05-041-0/+1
* Merge pull request #238 from hynek/redundant-type-checkAlex Gaynor2015-04-181-3/+1
|\
| * Remove redundant check for bytesHynek Schlawack2015-04-181-3/+1
* | Use context managers for better readabilityHynek Schlawack2015-04-161-6/+4
* | Consistent layoutHynek Schlawack2015-04-161-1/+3
* | Use tmp dir instead of keeping track of filesHynek Schlawack2015-04-163-47/+63
* | Add suffix option to TestCase.mktempHynek Schlawack2015-04-163-17/+18
* | Reactivate cleanup of temp filesHynek Schlawack2015-04-161-1/+1
|/
* Remove extra spaceJeff Tang2015-04-151-1/+1
* Revert out has_expired fixJeff Tang2015-04-151-5/+4
* OpenSSL 1.0.2 CompatibilityJeff Tang2015-04-152-6/+18
* Moving string mask to end of file to perform initialization at the same time ...D.S. Ljungmark2015-04-151-3/+6
* Set the string-mask to utf8onlyD.S. Ljungmark2015-04-152-1/+4
* Prepare 0.15.1Hynek Schlawack2015-04-141-1/+1
* don't panic if there's no errnoGlyph2015-04-141-1/+1
* A more precise test with less I/O.Glyph2015-04-141-6/+15
* Test the right error.Glyph2015-04-141-0/+11
* Release 0.15Hynek Schlawack2015-04-141-1/+1
* Merge pull request #218 from exarkun/npn_feature_detectPaul Kehrer2015-04-132-120/+168
|\
| * merge masterJean-Paul Calderone2015-04-136-8/+552
| |\
| * | Test NotImplementedError works.Cory Benfield2015-04-131-135/+164
| * | Docstring for decorator.Cory Benfield2015-04-131-0/+4
| * | Use a decorator for requires_npnCory Benfield2015-04-131-9/+15
| * | Add NPN feature detection.Cory Benfield2015-04-131-0/+9
* | | Fix weird spacing change.Jean-Paul Calderone2015-04-131-4/+1
* | | merge masterJean-Paul Calderone2015-04-136-8/+551
|\ \ \ | | |/ | |/|
| * | Merge master again!Jean-Paul Calderone2015-04-132-3/+363
| |\ \
| | * | Unrolling loops like I'm GCCCory Benfield2015-04-131-13/+9
| | * | 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