summaryrefslogtreecommitdiffstats
path: root/base/kra/functional
Commit message (Expand)AuthorAgeFilesLines
* Fix flake8 / PEP 8 violationsChristian Heimes2016-01-251-7/+4
* Replace legacy Python base64 invocations with Py3-safe codeChristian Heimes2015-10-012-16/+20
* Py3 modernization: misc manual fixesChristian Heimes2015-08-172-3/+3
* Py3 modernization: libmodernize.fixes.fix_dict_sixChristian Heimes2015-08-171-1/+1
* Py3 modernization: libmodernize.fixes.fix_unicode_typeChristian Heimes2015-08-171-17/+18
* Py3 modernization: libmodernize.fixes.fix_xrange_sixChristian Heimes2015-08-171-0/+2
* Py3 modernization: libmodernize.fixes.fix_printChristian Heimes2015-08-172-89/+91
* Py3 modernization: libmodernize.fixes.fix_importChristian Heimes2015-08-172-0/+2
* Make pki PEP 8 compatibleChristian Heimes2015-08-142-136/+224
* Updated KRA Python client library.Endi S. Dewata2014-10-092-33/+129
* Makes output of secrets consistent for all clients.Abhishek Koneru2014-08-292-10/+5
* Generate asymmetric keys in the DRM.Abhishek Koneru2014-08-272-2/+128
* 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-272-31/+48
* latest changes for code reviewAde Lee2014-05-291-36/+41
* Refactoring KeyClient class and crypto classes.Abhishek Koneru2014-03-312-57/+52
* Changes to KeyClient on the java side.Abhishek Koneru2014-03-192-229/+138
* 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-262-14/+13
* Add ability to archive without sending pkiArchiveOptions object.Ade Lee2014-02-262-7/+20
* 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-262-25/+26
* 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-192-5/+42
* Updated REST interface for keys.Endi S. Dewata2014-02-191-45/+48
* Added REST client for system certificates.Endi S. Dewata2014-02-191-2/+5
* Added decorator to handle exceptionsAde Lee2014-02-191-0/+26
* Additional changes as per review.Ade Lee2014-02-194-5/+166
* Initial work on python APIAde Lee2014-02-191-10/+10
* Fix minor issues from review.Ade Lee2014-02-101-1/+1
* Change the return type for KeyRequest creation operationsAde Lee2014-02-101-31/+34
* Add strength and algorithm to KeyData and KeyInfo classesAde Lee2014-02-101-1/+12
* Fix DRM archival, recovery and generation for non-DES3 keys.Ade Lee2014-02-041-7/+87
* Address review commentsAde Lee2014-02-041-3/+3
* Rename KeyRequest to ResourceMessageAde Lee2014-02-041-15/+37
* Added more client code for DRM testsAde Lee2014-02-041-1/+81
* REST interface extensionAndrew Wnuk2013-11-181-0/+38
* Refactored client framework.Endi S. Dewata2013-08-231-3/+4
* Applied PEP8 formatting to python files.Abhishek Koneru2013-06-271-174/+174
* Use 'with' construct for file operations.Abhishek Koneru2013-06-061-6/+10
* Fixed KRA test.Endi Sukma Dewata2012-10-221-7/+7
* Moved REST CLI into pki-tools.Endi Sukma Dewata2012-08-291-2/+2
* Reorganized REST common classes.Endi Sukma Dewata2012-08-151-5/+5