summaryrefslogtreecommitdiff
path: root/doc/TODO
blob: 6125fea3aa4deae2a52f17c10d59a1e2b3a12d4f (plain)
  1. Next-Steps Monkeysphere Projects:
  2. ---------------------------------
  3. Provide a friendly interactive UI for marginal or failing client-side
  4. hostkey verifications. Handle the common cases smoothly, and
  5. provide good debugging info for the unusual cases.
  6. Make sure onak properly escapes user IDs with colons in them.
  7. Build a decent, presentable web site for documentation, evangelism,
  8. etc. Include a mention of how to report trouble or concerns.
  9. Create ssh2openpgp or convert to full-fledged keytrans.
  10. Resolve the bugs listed in openpgp2ssh(1):BUGS.
  11. Understand and document alternate trustdb models.
  12. Understand and document the output of gpg --check-trustdb:
  13. gpg: 3 marginal(s) needed, 1 complete(s) needed, PGP trust model
  14. gpg: depth: 0 valid: 2 signed: 20 trust: 0-, 0q, 0n, 0m, 0f, 2u
  15. gpg: depth: 1 valid: 20 signed: 67 trust: 15-, 0q, 1n, 3m, 1f, 0u
  16. gpg: next trustdb check due at 2008-10-09
  17. Understand and document the numeric values between sig! and the keyid
  18. in "gpg --check-sigs $KEYID" . Compare with the details found from
  19. "gpg --with-colons --check-sigs $KEYID". This has to do with trust
  20. signatures.
  21. Fix gpg's documentation to clarify the difference between validity and
  22. ownertrust. Include better documentation for trust signatures.
  23. Make it easier to do domain-relative ssh host trust signatures with
  24. gnupg. (e.g. "i trust Jamie McClelland (keyID 76CC057D) to properly
  25. identify ssh servers in the mayfirst.org domain") See:
  26. http://tools.ietf.org/html/rfc4880#section-5.2.3.21 and grep for
  27. "tsign" in gpg(1).
  28. Fix the order of questions when user does a tsign in gpg or gpg2.