Skip to content

KIP Service working (with rudimentary protocol)

Rick van Rein requested to merge initial into master

The KIP Service is now working; a client can have keys encrypted by the keytab on a KIP Service, and decrypt it later on.

No TLS, no SASL, no ACL yet. And the protocol is really simplistic, commands are just a byte ? or ! prefixed to a single-block send. But it shows the elementary procedure, which works.

The protocol will change without notice, and so may the API calls for the KIP Service.

Merge request reports