Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-12-29 | Allow specifying GnuPG --keyid-format at build | Tom Ryder | 1 | -1/+1 | |
Old versions of gpg(1) don't support "none" as a --keyid-format; allow specifying it as a Makefile variable KEYID_FORMAT. | |||||
2017-12-29 | Use only fingerprints for GnuPG keys | Tom Ryder | 1 | -2/+2 | |
The manual page for gpg(1) says this is the safest way to do it. | |||||
2017-12-29 | Remove --batch option and wrapper for gpg(1) | Tom Ryder | 1 | -5/+0 | |
This was originally added to cut the decryption boilerplate, which no longer seems to be an issue; I think that --quiet may be correctly blocking it now. Even without this, it caused more problems than it solved when gpg(1) genuinely did need user interaction from me, for example for --update-trustdb. | |||||
2017-06-25 | Remove deprecated keyserver options | Tom Ryder | 1 | -1/+1 | |
> gpg: keyserver option 'check-cert' is obsolete > gpg: keyserver option 'ca-certfile' is unknown > gpg (GnuPG) 2.1.18 > libgcrypt 1.7.6-beta > Copyright (C) 2017 Free Software Foundation, Inc. > License GPLv3+: GNU GPL version 3 or later <https://gnu.org/licenses/gpl.html> > This is free software: you are free to change and redistribute it. > There is NO WARRANTY, to the extent permitted by law. > > Home: /home/tom/.gnupg > Supported algorithms: > Pubkey: RSA, ELG, DSA, ECDH, ECDSA, EDDSA > Cipher: IDEA, 3DES, CAST5, BLOWFISH, AES, AES192, AES256, TWOFISH, > CAMELLIA128, CAMELLIA192, CAMELLIA256 > Hash: SHA1, RIPEMD160, SHA256, SHA384, SHA512, SHA224 > Compression: Uncompressed, ZIP, ZLIB, BZIP2 | |||||
2017-06-13 | Refactor m4 macro names | Tom Ryder | 1 | -2/+2 | |
mi5(1df) means I can simplify these quite a bit now | |||||
2017-06-02 | Use mi5 to make templated shell scripts | Tom Ryder | 1 | -0/+52 | |