diff options
author | jylefort <jylefort@FreeBSD.org> | 2005-05-24 06:21:25 +0800 |
---|---|---|
committer | jylefort <jylefort@FreeBSD.org> | 2005-05-24 06:21:25 +0800 |
commit | 66a62657756c24dc66f5bf28ab34c6a9757f26a9 (patch) | |
tree | 96d68287912e9c37e25e172680382ad9077e1cdc /security/Makefile | |
parent | 4917b31ccbe3fc9ac69c6700979322f62bdf969d (diff) | |
download | freebsd-ports-gnome-66a62657756c24dc66f5bf28ab34c6a9757f26a9.tar.gz freebsd-ports-gnome-66a62657756c24dc66f5bf28ab34c6a9757f26a9.tar.zst freebsd-ports-gnome-66a62657756c24dc66f5bf28ab34c6a9757f26a9.zip |
Add openscep.
OpenSCEP is an open source implementation of the SCEP protocol used by Cisco
routers for certificate enrollment to build VPNs. It implements most of the
draft specification.
OpenSCEP includes a client and a server implementation, as well as some CGI
programs to simplify certificate and revocation list management.
WWW: http://openscep.othello.ch/
PR: ports/81264
Submitted by: Vsevolod Stakhov <vsevolod@highsecure.ru>
Diffstat (limited to 'security/Makefile')
-rw-r--r-- | security/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/security/Makefile b/security/Makefile index 8c5397a00a28..659ad5fa8180 100644 --- a/security/Makefile +++ b/security/Makefile @@ -236,6 +236,7 @@ SUBDIR += opencdk SUBDIR += opensc SUBDIR += opensc-esteid + SUBDIR += openscep SUBDIR += openssh SUBDIR += openssh-askpass SUBDIR += openssh-portable |