Commits on Source (4)
-
Daniel Kahn Gillmor authored
Ideally, we could just rely on gpgsm to generate the appropriate certificate request. However, that's not currently possible (see https://dev.gnupg.org/T4503). Note that this codebase doesn't yet work on systems where monkeysphere-host had initially imported keys from classic GnuPG (version 1.4), since gpgsm does not share secret key material with classic GnuPG. Fixing that properly would require an upgrade/transition step that detects the older pubring.gpg and secring.gpg and imports them correctly (possibly managing ownertrust at the same time).
badeb83c -
Daniel Kahn Gillmor authored
https://dev.gnupg.org/T4489 represents the best way to ensure that something like import-subkey works given the current implementation of monkeysphere. If that works, and we can adopt it by increasing the versioned dependency on GnuPG, then we can add this feature, but currently we should not keep unimplemented code lingering.
3a93907b -
Daniel Kahn Gillmor authored
modern gpg permits clean, quiet key generation; by using it here, we reduce our dependency on pem2openpgp.
87bd1dbc -
Daniel Kahn Gillmor authored
since ssh-add as of OpenSSH 6.0 can use - as stdin, we depend on that codepath for all cases. This removes the final dependence on keytrans for the standard monkeysphere interface.
bedd79cd
Showing
- README 1 addition, 1 deletionREADME
- examples/make-x509-certreqs 25 additions, 8 deletionsexamples/make-x509-certreqs
- man/man8/monkeysphere-host.8 1 addition, 1 deletionman/man8/monkeysphere-host.8
- src/monkeysphere 1 addition, 2 deletionssrc/monkeysphere
- src/share/keytrans 1 addition, 1 deletionsrc/share/keytrans
- src/share/m/import_subkey 0 additions, 68 deletionssrc/share/m/import_subkey
- src/share/ma/setup 3 additions, 5 deletionssrc/share/ma/setup
- src/share/mh/import_key 33 additions, 38 deletionssrc/share/mh/import_key
src/share/m/import_subkey
deleted
100644 → 0