PyKMIP/kmip/pie
Peter Hamilton c5e4c4a290 Update the PyKMIP clients to support changing their KMIP version
This change updates the PyKMIP clients, adding support for getting
and setting the KMIP version they use when making KMIP requests.
You can now do:

>>> client.kmip_version

to get the KMIP version enumeration the client is using. Use:

>>> client.kmip_version = enums.KMIPVersion.KMIP_1_1

to set the KMIP version the client uses.

The client unit tests have been updated to check and cover these
changes.

Fixes #470
2018-12-04 15:01:24 -05:00
..
__init__.py Update the kmip package to support importing the client 2017-10-11 10:19:22 -04:00
client.py Update the PyKMIP clients to support changing their KMIP version 2018-12-04 15:01:24 -05:00
exceptions.py Modify KmipOperationFailure to expose status/reason/message attributes 2017-04-04 11:36:05 -07:00
factory.py Rename the CertificateTypeEnum enum to CertificateType 2017-10-11 08:24:55 -04:00
objects.py Rename the CertificateTypeEnum enum to CertificateType 2017-10-11 08:24:55 -04:00
sqltypes.py Update the object data model to support storing key wrapping data 2017-09-30 16:56:02 -04:00