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>
This commit is contained in:
parent
4187b38f27
commit
72fa60dc10
@ -682,6 +682,7 @@ F: package/luaexpat/
|
||||
F: package/xinetd/
|
||||
|
||||
N: Dario Binacchi <dario.binacchi@amarulasolutions.com>
|
||||
F: package/sscep/
|
||||
F: package/uuu/
|
||||
|
||||
N: Dario Binacchi <dariobin@libero.it>
|
||||
|
@ -1952,6 +1952,7 @@ menu "Networking"
|
||||
source "package/slirp4netns/Config.in"
|
||||
source "package/snmppp/Config.in"
|
||||
source "package/sofia-sip/Config.in"
|
||||
source "package/sscep/Config.in"
|
||||
source "package/sysrepo/Config.in"
|
||||
source "package/thrift/Config.in"
|
||||
source "package/usbredir/Config.in"
|
||||
|
9
package/sscep/Config.in
Normal file
9
package/sscep/Config.in
Normal file
@ -0,0 +1,9 @@
|
||||
config BR2_PACKAGE_SSCEP
|
||||
bool "sscep"
|
||||
select BR2_PACKAGE_OPENSSL
|
||||
help
|
||||
SSCEP is a client-only implementation of the SCEP
|
||||
(Cisco System's Simple Certificate Enrollment Protocol).
|
||||
|
||||
https://github.com/certnanny/sscep
|
||||
|
3
package/sscep/sscep.hash
Normal file
3
package/sscep/sscep.hash
Normal file
@ -0,0 +1,3 @@
|
||||
# locally computed
|
||||
sha256 489cc8e093986776eb3f15082bf766778f707176f3cd604bf0ef1008da06b8e5 sscep-0.10.0.tar.gz
|
||||
sha256 e1328c292102a22c10e8dcfbfda33740f603767c73f8c5b5189c5513eb6b4dea COPYING
|
14
package/sscep/sscep.mk
Normal file
14
package/sscep/sscep.mk
Normal file
@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# 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))
|
Loading…
Reference in New Issue
Block a user