libscep is a client side implementation of the Simple Certificate Enrollment Protocol (SCEP) library. p5-Crypt-LibSCEP is a perl module using the libscep library to generate and read messages for the Simple Certificate Enrollment Protocol (SCEP) in perl applications. PR: 241195 Submitted by: Sergei Vyshenski <svysh.fbsd@gmail.com>
6 lines
276 B
Text
6 lines
276 B
Text
A Client Side Simple Certificate Enrollment Protocol (SCEP) Library.
|
|
libscep implements the SCEP protocol as a C library. The library
|
|
gets initialized, then one or multiple operations can be executed
|
|
and then it gets destroyed again.
|
|
|
|
WWW: https://github.com/openxpki/libscep
|