Skip to content

KMIP C/C++ client libraries and examples

License

Notifications You must be signed in to change notification settings

lukin-oleksiy/libkmip

 
 

Repository files navigation

libkmip

libkmip is an ISO C11 implementation of the Key Management Interoperability Protocol (KMIP), an OASIS communication standard for the management of objects stored and maintained by key management systems. KMIP defines how key management operations and operation data should be encoded and communicated, between client and server applications. Supported operations include creating, retrieving, and destroying keys. Supported object types include:

  • symmetric and asymmetric encryption keys

For more information on KMIP, check out the OASIS KMIP Technical Committee and the OASIS KMIP Documentation.

For more information on libkmip, check out the project Documentation.

Installation

You can install libkmip from source using make:

$ cd libkmip
$ make
$ make install

See Installation for more information.

About

KMIP C/C++ client libraries and examples

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 98.5%
  • C++ 1.3%
  • CMake 0.2%