OpenKMIP / libkmip

A C implementation of the KMIP specification.
Other
38 stars 25 forks source link

Add support for the Cryptographic Parameters attribute #45

Closed PeterHamilton closed 4 years ago

PeterHamilton commented 4 years ago

This change adds support for the Cryptographic Paramaters attribute, a KMIP 1.0 structure attribute with additional field support through KMIP 2.0. All attribute utility functions have been updated to support it along with new test functions. New underlying utility functions are also included to support internal functionality, like byte string deep copies.

Closes #34