git-annex/Assistant/WebApp
Joey Hess de6a297d36
assistant: When generating a gpg secret key, avoid hardcoding the key algorithm and size
This aims to future-proof gpg key generation. OpenPGP is in flux with a
conflict over standards ongoing. It seems not unlikely that different
systems will have different gpg commands that support different algorithms.

This also simplifies the code by using the --quick-gen-key interface rather
than the experimental batch interface. It seems less likely that
--quick-gen-key will break than an experimental interface (whose
documentation I can no longer find).

--quick-gen-key is supported since gpg 2.1.0 (2014).

Sponsored-by: Graham Spencer on Patreon
2024-01-09 15:31:53 -04:00
..
Configurators eliminate s2w8 and w82s 2023-10-26 13:12:57 -04:00
Common.hs
Configurators.hs
Control.hs Apply codespell -w throughout 2023-03-17 15:14:58 -04:00
DashBoard.hs Apply codespell -w throughout 2023-03-17 15:14:58 -04:00
Documentation.hs
Form.hs
Gpg.hs assistant: When generating a gpg secret key, avoid hardcoding the key algorithm and size 2024-01-09 15:31:53 -04:00
MakeRemote.hs
Notifications.hs
OtherRepos.hs finished this stage of the RawFilePath conversion 2020-11-04 14:20:37 -04:00
Page.hs filter out control characters in error messages 2023-04-10 13:50:51 -04:00
Pairing.hs
Repair.hs
RepoId.hs
RepoList.hs sync: Fix parsing of gcrypt::rsync:// urls that use a relative path 2023-03-23 15:20:00 -04:00
routes
SideBar.hs Apply codespell -w throughout 2023-03-17 15:14:58 -04:00
Types.hs