72fa60dc10
SSCEP is a client-only implementation of the SCEP (Cisco System's Simple Certificate Enrollment Protocol). The goal of SCEP is to support the secure issuance of certificates to network devices in a scalable manner, using existing technology whenever possible. The protocol supports the following operations: * CA and RA public key distribution * Certificate enrollment * Certificate and CRL query Certificate and CRL access can be achieved by using the LDAP protocol, or by using the query messages defined in SCEP. CC: Angelo Compagnucci <angelo@amarulasolutions.com> Signed-off-by: Angelo Compagnucci <angelo@amarulasolutions.com> Signed-off-by: Dario Binacchi <dario.binacchi@amarulasolutions.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
15 lines
432 B
Makefile
15 lines
432 B
Makefile
################################################################################
|
|
#
|
|
# sscep
|
|
#
|
|
################################################################################
|
|
|
|
SSCEP_VERSION = 0.10.0
|
|
SSCEP_SITE = $(call github,certnanny,sscep,v$(SSCEP_VERSION))
|
|
SSCEP_LICENSE = BSD-2-Clause, OpenSSL, OpenOSP
|
|
SSCEP_LICENSE_FILES = COPYING
|
|
SSCEP_AUTORECONF = YES
|
|
SSCEP_DEPENDENCIES = host-pkgconf openssl
|
|
|
|
$(eval $(autotools-package))
|