mirror of
https://github.com/openkmip/pykmip
synced 2026-01-04 17:43:51 +00:00
This change updates the list of KMIP versions supported by the server. While the server does not support any specific KMIP 1.3 or 1.4 features, the protocol formats are compatible across KMIP 1.0 to 1.4. Without this change, KMIP 1.3 and 1.4 requests for older operations, like Create, Get, and Destroy, would fail. This change also updates the server unit tests impacted by this change. Closes #451