From 1c0be4fe061432a705497d43bdaf3ccad7a183ca Mon Sep 17 00:00:00 2001 From: Matthew James Goins Date: Sun, 10 Jan 2010 12:50:39 -0500 Subject: [PATCH] These notes, roughly, were written on the whiteboard, and are saved here. --- notes_from_whiteboard.txt | 52 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 52 insertions(+) create mode 100644 notes_from_whiteboard.txt diff --git a/notes_from_whiteboard.txt b/notes_from_whiteboard.txt new file mode 100644 index 0000000..1ca2bae --- /dev/null +++ b/notes_from_whiteboard.txt @@ -0,0 +1,52 @@ +Public Key Carriers { + + x509 certs { + cert, + raw id#, + } + + openpgp certs { + cert, + raw id#, + } + + raw public keys { + raw id#, + key, + revoked?, + } +} + +OpenPGP subkeys { + key, + raw id#, +} + +ownertrust { + raw id#, + quantity, + depth, + uid, + scope, +} + +certs { + issuer (pkc), + subject (pkc), + uid, + expiry, + add'l data, +} + +exceptions { + uid, + pkc, + context, + expiry +} + +config vars { + preferred keyserver, + preferred digest algorithms, + et cetera, +} -- 2.26.2