Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 894 Bytes

File metadata and controls

26 lines (19 loc) · 894 Bytes

libscep - A Client Side SCEP Library

Build Status

libscep implements the SCEP protocol as a C library and additionally provides a command line client that allows to operate the program without need to write an implementation of this library.

The client is based on the classic sscep client and follows the same syntax. Internally it just wraps the library.

The library itself is pretty basic. It gets initialized, then one or multiple operations can be executed and then it gets destroyed again.

Note: This is currently in development phase und not yet ready.

Compiling

Dependencies: openssl

mkdir build
cmake ..
make
make test