diff options
author | pav <pav@FreeBSD.org> | 2005-07-14 21:58:43 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2005-07-14 21:58:43 +0800 |
commit | 6938326716e1a4784b386f8a1a240eb4723b5904 (patch) | |
tree | 46de3792445570ca518e65480de7d625cc8cbe5e /security/Makefile | |
parent | 2562b3cbb04fa95856d5d08066f8109ab4c05609 (diff) | |
download | freebsd-ports-gnome-6938326716e1a4784b386f8a1a240eb4723b5904.tar.gz freebsd-ports-gnome-6938326716e1a4784b386f8a1a240eb4723b5904.tar.zst freebsd-ports-gnome-6938326716e1a4784b386f8a1a240eb4723b5904.zip |
NewPKI is a PKI based on the OpenSSL low-level API, all the datas are handled
through a database, which provides a much more flexible PKI than with OpenSSL,
such as seeking a certificate with a search engine.
CA implementation.
PR: ports/83387
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 dbd118166420..f97524a3f119 100644 --- a/security/Makefile +++ b/security/Makefile @@ -229,6 +229,7 @@ SUBDIR += nettle SUBDIR += newpki-client SUBDIR += newpki-lib + SUBDIR += newpki-server SUBDIR += nikto SUBDIR += nmap SUBDIR += nmapfe |