diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2009-06-15 21:46:41 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2009-06-15 21:46:41 +0000 |
commit | ca2be65696241dec10910f527334d26eb7744c29 (patch) | |
tree | d02b8e244dbad7086b685ca5eed02e8bdfc380a1 /security/Makefile | |
parent | 0a3a673ee794b18568c2999d11ac41e930a1fe2a (diff) | |
download | ports-ca2be65696241dec10910f527334d26eb7744c29.tar.gz ports-ca2be65696241dec10910f527334d26eb7744c29.zip |
The netpgp command can digitally sign files and verify that the
signatures attached to files were signed by a given user identifier.
netpgp can also encrypt files using the public or private keys of
users and, in the same manner, decrypt files which were encrypted.
The netpgp utility can also be used to generate a new key-pair for a
user. This key is in two parts, the public key (which can be used by
other people) and a private key.
In addition to these primary uses, the third way of using netpgp is to
maintain keyrings. Keyrings are collections of public keys belonging
to other users. By using other means of identification, it is
possible to establish the bona fides of other users. Once trust has
been established, the public key of the other user will be signed.
The other user's public key can be added to our keyring. The other
user will add our public key to their keyring.
WWW: http://www.NetBSD.org/
PR: ports/134997
Submitted by: bapt <baptiste.daroussin at gmail.com>
Notes
Notes:
svn path=/head/; revision=235963
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 17d1b59fdf3f..d6a4b956e806 100644 --- a/security/Makefile +++ b/security/Makefile @@ -297,6 +297,7 @@ SUBDIR += nessus-libnasl SUBDIR += nessus-libraries SUBDIR += nessus-plugins + SUBDIR += netpgp SUBDIR += nettle SUBDIR += newpki-client SUBDIR += newpki-lib |