mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-26 09:46:09 +00:00
2018f7d460
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>
7 lines
276 B
Plaintext
7 lines
276 B
Plaintext
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
|