mirror of
https://github.com/openkmip/pykmip
synced 2025-12-31 07:33:30 +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