OpenKMIP / libkmip

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

Add a kmip_decode_length utility to encapsulate length parsing #54

Closed PeterHamilton closed 4 years ago

PeterHamilton commented 4 years ago

This change adds a new kmip_decode_length utility function that manages the parsing and bounds checking for KMIP length values. All higher-level decoding functions have been updated to use this function to decode their length values.