OpenKMIP / libkmip

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

Update the RequestBatchItem to support the Ephemeral field #21

Closed PeterHamilton closed 5 years ago

PeterHamilton commented 5 years ago

This change updates the RequestBatchItem to add support for the new Ephemeral field introduced in KMIP 2.0. A new initializer is included to properly set the RequestBatchItem fields and all related RequestBatchItem functions have been updated to handle the Ephemeral field properly. Unit tests have been added to cover these changes.