diff options
author | sem <sem@FreeBSD.org> | 2005-02-19 05:46:59 +0800 |
---|---|---|
committer | sem <sem@FreeBSD.org> | 2005-02-19 05:46:59 +0800 |
commit | ad069a3c9a9ad0d7547407c437642973ceb6002f (patch) | |
tree | 24d259f6fbe73644886ad4ac73bc518672c0955c /security/sscep/pkg-descr | |
parent | 7d09fa88800976320e3d5e2340c50befa23e4310 (diff) | |
download | freebsd-ports-gnome-ad069a3c9a9ad0d7547407c437642973ceb6002f.tar.gz freebsd-ports-gnome-ad069a3c9a9ad0d7547407c437642973ceb6002f.tar.zst freebsd-ports-gnome-ad069a3c9a9ad0d7547407c437642973ceb6002f.zip |
SSCEP is a client-only implementation of the SCEP (Cisco System's Simple
Certificate Enrollment Protocol). SSCEP is designed for OpenBSD's isakmpd,
but it will propably work with any Unix system with a recent compiler and
OpenSSL toolkit libraries installed.
PR: ports/77595
Submitted by: Vsevolod Stakhov <vsevolod(at)highsecure.ru>
Diffstat (limited to 'security/sscep/pkg-descr')
-rw-r--r-- | security/sscep/pkg-descr | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/security/sscep/pkg-descr b/security/sscep/pkg-descr new file mode 100644 index 000000000000..40a029f08516 --- /dev/null +++ b/security/sscep/pkg-descr @@ -0,0 +1,6 @@ +SCEP is a client-only implementation of the SCEP (Cisco System's Simple +Certificate Enrollment Protocol). SSCEP is designed for OpenBSD's isakmpd, +but it will propably work with any Unix system with a recent compiler and +OpenSSL toolkit libraries installed. + +WWW: http://www.klake.org/~jt/sscep/ |