summaryrefslogtreecommitdiff
path: root/OpenSSL
Commit message (Expand)AuthorAgeFilesLines
...
* Merge pull request #126 from lvh/autodocHynek Schlawack2015-05-061-201/+405
|\
| * How do you even grammarLaurens Van Houtven2015-04-231-1/+1
| * Fix markupLaurens Van Houtven2015-04-231-1/+1
| * Fix markupLaurens Van Houtven2015-04-231-1/+1
| * Fix markupLaurens Van Houtven2015-04-231-1/+1
| * Consistency between all three sign methodsLaurens Van Houtven2015-04-231-2/+2
| * Fix markupLaurens Van Houtven2015-04-231-1/+1
| * Merge branch 'master' into autodocLaurens Van Houtven2015-04-2011-266/+2099
| |\
| * | Use autodoc for CRLLaurens Van Houtven2014-06-191-11/+23
| * | Use autodoc for RevokedLaurens Van Houtven2014-06-191-21/+41
| * | Use autodoc for NetscapeSPKILaurens Van Houtven2014-06-191-10/+27
| * | Use :py:const:`None` consistentlyLaurens Van Houtven2014-06-191-30/+30
| * | Use autodoc for PKCS12Laurens Van Houtven2014-06-191-25/+44
| * | Use autodoc for X509Laurens Van Houtven2014-06-181-88/+130
| * | Use autodoc for X509ReqLaurens Van Houtven2014-06-181-24/+44
| * | Use autodoc for X509ExtensionLaurens Van Houtven2014-06-181-10/+29
| * | Use autodoc for X509NameLaurens Van Houtven2014-06-171-8/+37
| * | Use autoclass for PKeyLaurens Van Houtven2014-06-171-5/+17
| * | Pre-type/class unification Pythons are oldLaurens Van Houtven2014-06-171-6/+0
| * | Add docstrings for X509StoreLaurens Van Houtven2014-06-171-0/+21
* | | 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