PyKMIP/kmip/services
Peter Hamilton 78f16e208a Fixing a client socket shutdown bug when unconnected
This change fixes a minor bug with the client shutdown routine,
where an error would get thrown when attempting to call shutdown
on an unconnected socket. This error is now caught and suppressed,
since the client is already shutting down. A new client unit test
is included to cover this change.
2016-11-11 12:51:39 -05:00
..
server Merge pull request #198 from OpenKMIP/feat/add-operation-policy-loading 2016-11-10 10:48:59 -05: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 a client socket shutdown bug when unconnected 2016-11-11 12:51:39 -05:00
results.py Adding KMIPProxy support for the GetAttributeList operation 2015-08-31 12:06:49 -04:00