Skip to content
/ libscep Public

Implementation of the SCEP protocol in C for both client and server

Notifications You must be signed in to change notification settings

Javex/libscep

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Implementation of the SCEP protocol in C for both client and server

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published