PyKMIP/kmip/services
Peter Hamilton fae811528b Fixing stringent uid value checks in the ProxyKmipClient
This change loosens the input requirements for ProxyKmipClient
operations that accept a secret UID. Operations like Get and
Destroy used to require a string value but are allowed in the
KMIP specification to take no value at all. This change updates
the ProxyKmipClient to properly reflect the specification. The
underlying KMIPProxy client is mostly unchanged.

Closes #261
2017-04-12 17:41:13 -04:00
..
server Update the server Query results to match current features 2017-04-11 16:43:43 -04:00
__init__.py PyKMIP library version 0.0.1 2014-08-11 16:34:30 -04:00
auth.py Adding KMIP authentication suites 2016-02-05 13:29:05 -05:00
kmip_client.py Fixing stringent uid value checks in the ProxyKmipClient 2017-04-12 17:41:13 -04:00
results.py Add MAC operation support for client 2017-01-31 14:48:19 -08:00