These notes, roughly, were written on the whiteboard, and are saved here.
[monkeysphere-validation-agent.git] / notes_from_whiteboard.txt
1 Public Key Carriers {
2
3   x509 certs {
4      cert,
5      raw id#,
6   }
7
8   openpgp certs {
9      cert,
10      raw id#,
11   }
12
13   raw public keys {
14     raw id#,
15     key,
16     revoked?,
17   }
18 }
19
20 OpenPGP subkeys {
21   key,
22   raw id#,
23 }
24
25 ownertrust {
26   raw id#,
27   quantity,
28   depth,
29   uid,
30   scope,
31 }
32   
33 certs {
34   issuer (pkc),
35   subject (pkc),
36   uid,
37   expiry,
38   add'l data,
39 }
40
41 exceptions {
42   uid,
43   pkc,
44   context,
45   expiry
46 }
47
48 config vars {
49   preferred keyserver,
50   preferred digest algorithms,
51   et cetera,
52 }