summaryrefslogtreecommitdiffstats
path: root/base/common/python/pki/profile.py
Commit message (Expand)AuthorAgeFilesLines
* Remove #!python shebang from non-executablesChristian Heimes2016-01-191-1/+0
* Py3 modernization: libmodernize.fixes.fix_dict_sixChristian Heimes2015-08-171-7/+8
* Py3 modernization: libmodernize.fixes.fix_printChristian Heimes2015-08-171-52/+53
* Py3 modernization: libmodernize.fixes.fix_importChristian Heimes2015-08-171-0/+1
* Make pki PEP 8 compatibleChristian Heimes2015-08-141-12/+17
* Don't use the types module for builtin typesChristian Heimes2015-08-101-14/+13
* Use dict.iteritems() instead of dict.items()Christian Heimes2015-08-101-7/+7
* Fixed pylint report.Endi S. Dewata2015-02-051-41/+41
* Updates to some python client classes for prettier API docs.Ade Lee2014-10-271-19/+17
* Refactoring ProfileClient to remove the property fields.Abhishek Koneru2014-07-111-332/+127
* Added methods for providing file input for profile request.Abhishek Koneru2014-07-011-100/+536
* Implemented remaining of the ProfileClient API.Abhishek Koneru2014-07-011-18/+214
* Addressed comments given for patches 92-2, 93, 94.Abhishek Koneru2014-06-031-41/+104
* Initial patch for ProfileClient implementationAbhishek Koneru2014-06-031-1/+356
* Added methods in CertClient for CertRequestResourceAbhishek Koneru2014-06-031-0/+577