mirror of
https://github.com/openkmip/pykmip
synced 2026-01-04 17:43:51 +00:00
This change adds support for the CurrentAttribute structure added in KMIP 2.0. The CurrentAttribute structure is a basic container structure that contains a single attribute instance for use by attribute operations. A new unit test suite has been added to cover the new additions. Partially implements #547