These notes, roughly, were written on the whiteboard, and are saved here.
authorMatthew James Goins <mjgoins@openflows.com>
Sun, 10 Jan 2010 17:50:39 +0000 (12:50 -0500)
committerMatthew James Goins <mjgoins@openflows.com>
Sun, 10 Jan 2010 17:50:39 +0000 (12:50 -0500)
notes_from_whiteboard.txt [new file with mode: 0644]

diff --git a/notes_from_whiteboard.txt b/notes_from_whiteboard.txt
new file mode 100644 (file)
index 0000000..1ca2bae
--- /dev/null
@@ -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,
+}