mirror of
https://github.com/openkmip/pykmip
synced 2026-01-07 02:54:06 +00:00
Enumerations are to be encoded as four byte unsigned integers. They were previously being sent as signed integers. This caused failures when trying to transmit values that are extensions. Extensions contain the value 8 hex in the first nibble of the first byte.