aboutsummaryrefslogtreecommitdiffstats
path: root/security/netpgp
Commit message (Collapse)AuthorAgeFilesLines
* Forgot to commit the plist modificationbapt2010-11-092-1/+6
| | | | Reported by: QAT
* - Update to 20101107bapt2010-11-082-4/+3
|
* - update to 20100710bapt2010-08-212-4/+5
| | | | | | | | - add USE_OPENSSL macros PR: ports/149812 Submitted by: Julien Laffaye <kimelto _at_ gmail.com> Approved by: jadawin (co-mentor)
* Change maintainer address to my new @FreeBSD.orgbapt2010-07-291-1/+1
| | | | Approved by: jadawin@ (co-mentor)
* - Update to 20100601miwi2010-06-062-4/+7
| | | | | PR: 147433 Submitted by: Bapt <baptiste.daroussin@gmail.com> (maintainer)
* Upgrade to version 20100313niels2010-04-032-4/+4
| | | | | | PR: ports/145191 Submitted by: Bapt <baptiste.daroussin@gmail.com> (maintainer) Approved by: miwi (co-mentor)
* - Update to 20100212miwi2010-02-262-4/+4
| | | | | | PR: 144210 Submitted by: Bapt <baptiste.daroussin@gmail.com> (maintainer) Feature safe: yes
* - Update to 4.1.2 20090611jadawin2009-08-313-7/+10
| | | | | PR: ports/138395 Submitted by: Bapt <baptiste.daroussin gmail.com>
* The netpgp command can digitally sign files and verify that themiwi2009-06-164-0/+58
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>