Home » Articles » Server Design » P6R’s KMIP Server Library (KSL)

P6R’s KMIP Server Library (KSL)

By Mark Joseph - November 14, 2017 @ 12:32 pm

This document was updated on 4 Oct. 2021.

P6R is introducing the new product KMIP Server Library (KSL). Due to customer interest we have extended our powerful KMIP client parsing library (i.e., SKC) to be able to parse server side requests. This product includes a server side parser and all the functions needed to send a properly encoded response back to a KMIP client. The idea is that a vendor, who has a key server, can now use KSL to add a KMIP protocol front end. The server vendor will still have to implement all server side mechanisms, but will not have to deal with the complexity of parsing or generating TTLV, XML, and JSON KMIP messages.

KSL is available on Windows and Linux. It supports a C++, C, and Java Native Interface (JNI) language bindings. KSL supports all KMIP operations that are defined for KMIP 1.0, 1.1, 1.2, 1.3, 1.4, 2.0, 2.1 except for: Export. Support for the KMIP 1.4 operation Export will be added in the near future.

"P6R’s KMIP Server Library (KSL)" was published on November 14th, 2017 and is listed in Server Design.

Follow comments via the RSS Feed | Leave a comment | Trackback URL


Leave Your Comment