summaryrefslogtreecommitdiffstats
path: root/base/common/src/com/netscape/certsrv/key
Commit message (Expand)AuthorAgeFilesLines
* Fix symmetic key retrieval in HSMAde Lee2017-05-061-2/+2
* Fix symkey retrieval in python clientAde Lee2017-04-131-0/+4
* Modified CRMFPopClient to use correct wrapping for encrypt caseAde Lee2017-04-121-0/+3
* Fix retrieval for symmetric keysAde Lee2017-03-283-6/+151
* Added comparator function to versionAde Lee2017-03-221-1/+1
* Added infoClient to PKIClient to get server infoAde Lee2017-03-211-9/+2
* Fix Java client to use AESAde Lee2017-03-211-26/+91
* Fix wrapping params on the security data recovery serviceAde Lee2017-03-141-0/+30
* Fix allowed key usages list for symkey generationAde Lee2017-02-021-1/+1
* Add field to KeyData to allow request to be returned when non-synchronousAde Lee2016-11-103-5/+42
* Add option to pass existing request to retrieveKeyCLIAde Lee2016-11-101-0/+40
* Modify retrieval and archival mechanisms in KRA RESTAde Lee2016-11-102-9/+11
* Separated TPS does not automatically receive shared secret from remote TKS.Jack Magne2016-07-011-7/+14
* Realms - Address comments from reviewAde Lee2016-04-203-17/+14
* Added realm to methods for listing requests and keysAde Lee2016-04-203-6/+34
* Added realm for archival and key generation through RESTAde Lee2016-04-205-11/+116
* Add realm to the key recordAde Lee2016-04-201-0/+11
* Makes output of secrets consistent for all clients.Abhishek Koneru2014-08-292-6/+27
* Fixes for tickets 1087, 1089, 1090, 1091.Abhishek Koneru2014-08-291-1/+1
* Generate asymmetric keys in the DRM.Abhishek Koneru2014-08-276-92/+327
* Fixed NumberFormatException in key-request-find.Endi S. Dewata2014-06-201-0/+1
* Fixes for comments on patches 87 and 89Abhishek Koneru2014-04-165-28/+60
* Added new CLI commands for Key resource.Abhishek Koneru2014-04-161-0/+21
* New CLI commands for Key and KeyRequest resources.Abhishek Koneru2014-04-161-1/+1
* Refactoring KeyClient class and crypto classes.Abhishek Koneru2014-03-312-68/+166
* Changes to KeyClient on the java side.Abhishek Koneru2014-03-194-94/+576
* Removed @Consumes and @Provides.Endi S. Dewata2014-03-042-14/+0
* Add ability to archive without sending pkiArchiveOptions object.Ade Lee2014-02-262-4/+89
* Added error checking in python client callsAde Lee2014-02-261-1/+21
* reame client_id to client_key_idAde Lee2014-02-266-39/+39
* Add methods to getKeyInfo and change key statusAde Lee2014-02-193-0/+86
* Updated REST interface for key requests.Endi S. Dewata2014-02-192-11/+20
* Updated REST interface for keys.Endi S. Dewata2014-02-192-10/+113
* Replaced deprecated ClientResponse class.Endi S. Dewata2014-02-101-4/+3
* Fix minor issues from review.Ade Lee2014-02-104-24/+24
* Change the return type for KeyRequest creation operationsAde Lee2014-02-103-4/+50
* Add strength and algorithm to KeyData and KeyInfo classesAde Lee2014-02-102-5/+39
* Fix DRM archival, recovery and generation for non-DES3 keys.Ade Lee2014-02-043-9/+43
* Address review commentsAde Lee2014-02-047-69/+63
* Rename KeyRequest to ResourceMessageAde Lee2014-02-046-236/+77
* Added more client code for DRM testsAde Lee2014-02-043-13/+51
* Rename KeyDataInfos and KeyrequestInfosAde Lee2014-02-045-12/+12
* Added SymKeyGen serviceAde Lee2014-02-041-9/+71
* Remove old recovery and archival methodsAde Lee2014-02-041-31/+0
* Add new POST endpoint for creating requestsAde Lee2014-02-045-8/+117
* Use a generic request objectAde Lee2014-02-044-86/+274
* REST interface extensionAndrew Wnuk2013-11-182-0/+49
* Fixed problem with key-find.Endi S. Dewata2013-11-151-1/+1
* Updated ACL and auth method mapping names.Endi S. Dewata2013-11-152-4/+4
* Added paging on all find commands.Endi S. Dewata2013-11-144-166/+22