OpenKMIP / libkmip

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

Update the ResponseHeader to support the ServerHashedPassword #22

Closed PeterHamilton closed 5 years ago

PeterHamilton commented 5 years ago

This change updates the ResponseHeader to add support for the new ServerHashedPassword field introduced in KMIP 2.0. All related ResponseHeader functions have been updated to handle the ServerHashedPassword field properly. Unit tests have been added to cover these changes.