summaryrefslogtreecommitdiffstats
path: root/base/kra/functional/drmtest.py
Commit message (Expand)AuthorAgeFilesLines
* Replace legacy Python base64 invocations with Py3-safe codeChristian Heimes2015-10-011-9/+11
* Py3 modernization: misc manual fixesChristian Heimes2015-08-171-1/+1
* Py3 modernization: libmodernize.fixes.fix_xrange_sixChristian Heimes2015-08-171-0/+2
* Py3 modernization: libmodernize.fixes.fix_printChristian Heimes2015-08-171-73/+74
* Py3 modernization: libmodernize.fixes.fix_importChristian Heimes2015-08-171-0/+1
* Make pki PEP 8 compatibleChristian Heimes2015-08-141-14/+23
* Updated KRA Python client library.Endi S. Dewata2014-10-091-12/+75
* Makes output of secrets consistent for all clients.Abhishek Koneru2014-08-291-3/+2
* Generate asymmetric keys in the DRM.Abhishek Koneru2014-08-271-1/+27
* Added transport cert attributes.Endi S. Dewata2014-07-091-0/+1
* Refactored SystemCertClient.get_transport_cert().Endi S. Dewata2014-07-071-4/+2
* Renamed CryptoUtil to CryptoProvider.Endi S. Dewata2014-07-031-3/+3
* Fixes for #1040 and #1041 in cert and key python modulesAbhishek Koneru2014-06-271-28/+45
* latest changes for code reviewAde Lee2014-05-291-36/+41
* Refactoring KeyClient class and crypto classes.Abhishek Koneru2014-03-311-11/+11
* Minor fix to a comment added in the previous patch.Abhishek Koneru2014-03-061-3/+2
* Modify return object for retrieve_key(key_id, twsk)Abhishek Koneru2014-03-061-8/+14
* Get archival working for python key clientAde Lee2014-03-051-6/+18
* Fixes for coments from reviewAde Lee2014-02-261-10/+9
* Add ability to archive without sending pkiArchiveOptions object.Ade Lee2014-02-261-1/+14
* Make generate_symmetric_key more generic.Ade Lee2014-02-261-1/+1
* Added error checking in python client callsAde Lee2014-02-261-9/+17
* Moved key functions out of kraclient.pyAde Lee2014-02-261-22/+33
* reame client_id to client_key_idAde Lee2014-02-261-9/+10
* Add getActiveKey() to the python clientAde Lee2014-02-261-1/+14
* Add methods to create nss certdb and import certAde Lee2014-02-261-5/+15
* Add methods to getKeyInfo and change key statusAde Lee2014-02-191-5/+21
* Added decorator to handle exceptionsAde Lee2014-02-191-0/+26
* Additional changes as per review.Ade Lee2014-02-191-0/+130