From: Matthew James Goins Date: Sun, 10 Jan 2010 17:50:39 +0000 (-0500) Subject: These notes, roughly, were written on the whiteboard, and are saved here. X-Git-Tag: msva-perl/0.1~30 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=1c0be4fe061432a705497d43bdaf3ccad7a183ca;p=monkeysphere-validation-agent.git These notes, roughly, were written on the whiteboard, and are saved here. --- 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, +}