OpenKMIP / libkmip

A C implementation of the KMIP specification.
Other
38 stars 25 forks source link

Add a core library build that includes minimal dependencies #62

Closed PeterHamilton closed 3 years ago

PeterHamilton commented 3 years ago

This change updates the libkmip Makefile to produce a core shared library that only contains essential libkmip functionality without any external dependencies, besides a few standard libraries. This allows libkmip to be used in constrained execution environments like SGX enclaves.