Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 396 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 396 Bytes

License: MIT

kmip

KMIP Server

I am trying to build a KMIP server based in GO. In which one can easily integrate their KMS.
I am using chain of responsibility pattern to process KMIP packets.

This miss packet validations, like what is next packet.

But marshalling and un marshallinig is done.