PyKMIP/kmip/services
Peter Hamilton dcade2a264 Update object hierarchy read/write to support the KMIP version
This change updates the PyKMIP object hierarchy's read/write
method signatures to support propagation of the KMIP version. The
introduction of KMIP 2.0 introduces future KMIP message encodings
that break backwards compatibility; to support this, PyKMIP must
know what KMIP version is being used when encoding or decoding an
object; the KMIP version residing in the client or server alone
is now insufficient. Prior versions of KMIP, namely 1.0 - 1.4,
have been backwards compatible, obviating the need for the KMIP
version at encode/decode time. Going forward, this is no longer
true.

The PyKMIP client and server have been updated to include the
KMIP version when making calls to read/write, as have the
associated test cases covering this functionality.
2019-02-06 17:06:47 -05:00
..
server Update object hierarchy read/write to support the KMIP version 2019-02-06 17:06:47 -05:00
__init__.py PyKMIP library version 0.0.1 2014-08-11 16:34:30 -04:00
auth.py Adding custom TLS cipher suite config option 2017-09-20 11:40:52 -04:00
kmip_client.py Update object hierarchy read/write to support the KMIP version 2019-02-06 17:06:47 -05:00
results.py Add MAC operation support for client 2017-01-31 14:48:19 -08:00