summaryrefslogtreecommitdiffstats
path: root/base/common/python/pki/key.py
Commit message (Expand)AuthorAgeFilesLines
* Remove #!python shebang from non-executablesChristian Heimes2016-01-191-2/+0
* Replace legacy Python base64 invocations with Py3-safe codeChristian Heimes2015-10-011-9/+9
* Silence no-name-in-module errorChristian Heimes2015-08-191-1/+1
* Py3 modernization: misc manual fixesChristian Heimes2015-08-171-2/+2
* Py3 modernization: libmodernize.fixes.fix_dict_sixChristian Heimes2015-08-171-3/+5
* Py3 modernization: libmodernize.fixes.fix_printChristian Heimes2015-08-171-7/+8
* Py3 modernization: libmodernize.fixes.fix_importChristian Heimes2015-08-171-0/+1
* Make pki PEP 8 compatibleChristian Heimes2015-08-141-19/+23
* Don't use the types module for builtin typesChristian Heimes2015-08-101-3/+2
* Use dict.iteritems() instead of dict.items()Christian Heimes2015-08-101-3/+3
* Fixed pylint report.Endi S. Dewata2015-02-051-16/+16
* Improvements for KeyClient.archive_encrypted_data().Endi S. Dewata2014-11-251-26/+41
* Fixed incorrect Python API docs format.Endi S. Dewata2014-10-281-35/+37
* Generate asymmetric keys in the DRM.Abhishek Koneru2014-08-271-13/+103
* Renamed CryptoUtil to CryptoProvider.Endi S. Dewata2014-07-031-2/+2
* Fixes for #1040 and #1041 in cert and key python modulesAbhishek Koneru2014-06-271-34/+38
* Fixed NumberFormatException in key-request-find.Endi S. Dewata2014-06-201-1/+4
* formatting fixes in python client code for pycharmAde Lee2014-05-291-94/+138
* latest changes for code reviewAde Lee2014-05-291-32/+41
* Fix formatting issues identified by pycharm in key.pyAde Lee2014-05-291-141/+161
* Refactoring KeyClient class and crypto classes.Abhishek Koneru2014-03-311-22/+35
* Modify return object for retrieve_key(key_id, twsk)Abhishek Koneru2014-03-061-10/+13
* Get archival working for python key clientAde Lee2014-03-051-17/+11
* Fixes for coments from reviewAde Lee2014-02-261-68/+117
* Add ability to archive without sending pkiArchiveOptions object.Ade Lee2014-02-261-65/+109
* Make generate_symmetric_key more generic.Ade Lee2014-02-261-4/+4
* Added error checking in python client callsAde Lee2014-02-261-16/+86
* Moved key functions out of kraclient.pyAde Lee2014-02-261-96/+254
* reame client_id to client_key_idAde Lee2014-02-261-16/+16
* Add getActiveKey() to the python clientAde Lee2014-02-261-0/+9
* Fix minor issues from review.Ade Lee2014-02-261-13/+14
* Add methods to getKeyInfo and change key statusAde Lee2014-02-191-14/+28
* Added decorator to handle exceptionsAde Lee2014-02-191-56/+21
* Additional changes as per review.Ade Lee2014-02-191-95/+158
* Initial work on python APIAde Lee2014-02-191-0/+458