kumquat-buildroot/package/sscep/sscep.mk
Dario Binacchi 72fa60dc10 package/sscep: new package
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>
2022-11-22 23:17:54 +01:00

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))