OpenKMIP / libkmip

A C implementation of the KMIP specification.
Other
38 stars 25 forks source link

Add support for query, locate operations #56

Closed rjew3ll closed 3 years ago

rjew3ll commented 3 years ago

I have already implemented this on an older branch.

From 1.2 spec:

4.25 Query This operation is used by the client to interrogate the server to determine its capabilities and/or protocol mechanisms.

4.9 Locate This operation requests that the server search for one or more Managed Objects, depending on the attributes specified in the request. All attributes are allowed to be used.

PeterHamilton commented 3 years ago

Hi @rjew3ll, thanks for filing this issue. I'm happy to review any code submissions you may have. Adding support for both Query and Locate would be a nice addition.

If your code is ready, go ahead and submit a pull request and I can take a look at it. Please follow the Development guide and be sure to include unit tests for any new functionality added.

PeterHamilton commented 3 years ago

And I see you already did that. My mistake! I'll start looking through it now.

PeterHamilton commented 3 years ago

@rjew3ll I'm going to go ahead and close this issue for now given your updates were merged in back in May. Let me know if there's anything else you need related to this issue.