Skip to content

Percona-Lab/libkmip

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.

Build

Build with CMake:

cmake -S . -B cmake-build-debug
cmake --build cmake-build-debug -j

Run Demos

Demo binaries are created in cmake-build-debug/libkmip/src/. For example:

./cmake-build-debug/libkmip/src/demo_query

Run Tests (ASAN)

An AddressSanitizer + LeakSanitizer test target is available for libkmip/src/tests.c:

cmake --build cmake-build-debug --target run_tests_asan

This command builds and runs kmip_tests_asan with leak detection enabled.

Installation

You can also install libkmip from source using make:

cd libkmip
make
make install

See Installation for more information.

About

No description, website, or topics provided.

Resources

License

Unknown and 2 other licenses found

Licenses found

Unknown
LICENSE
Apache-2.0
LICENSE.APACHE
BSD-3-Clause
LICENSE.BSD

Stars

Watchers

Forks

Packages

 
 
 

Contributors