Date: Mon, 15 Jun 2009 21:46:41 +0000 (UTC) From: Martin Wilke <miwi@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security Makefile ports/security/netpgp Makefile distinfo pkg-descr pkg-plist Message-ID: <200906152146.n5FLkgLW029554@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
miwi 2009-06-15 21:46:41 UTC
FreeBSD ports repository
Modified files:
security Makefile
Added files:
security/netpgp Makefile distinfo pkg-descr pkg-plist
Log:
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>
Revision Changes Path
1.1041 +1 -0 ports/security/Makefile
1.1 +30 -0 ports/security/netpgp/Makefile (new)
1.1 +3 -0 ports/security/netpgp/distinfo (new)
1.1 +18 -0 ports/security/netpgp/pkg-descr (new)
1.1 +7 -0 ports/security/netpgp/pkg-plist (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200906152146.n5FLkgLW029554>
