summaryrefslogtreecommitdiff
path: root/security/netpgp/patches/patch-src_lib_keyring.c
AgeCommit message (Collapse)AuthorFilesLines
2018-03-15Do not use random data for pass-phrases on EOFkhorben1-4/+16
Originally submitted on tech-pkg@ as: [PATCH 04/11] Do not use random data for pass-phrases on EOF Only modified for consistency with the coding style; as also applied in NetBSD's src repository. Tested on NetBSD/amd64.
2018-03-15Do not ask for a passphrase when emptykhorben1-15/+50
Originally submitted on tech-pkg@ as: [PATCH 06/11] Do not ask for a passphrase when empty Only modified for consistency with the coding style; as also applied in NetBSD's src repository. Tested on NetBSD/amd64.
2017-02-20Do not crash when listing keys without a keyringkhorben1-0/+21
Bumps PKGREVISION.