diff options
author | Jameson Graef Rollins <jrollins@finestructure.net> | 2009-01-15 22:48:22 -0500 |
---|---|---|
committer | Jameson Graef Rollins <jrollins@finestructure.net> | 2009-01-15 22:48:22 -0500 |
commit | e94dfff2bd84bbf07b3314c9cfd082c4a62612e2 (patch) | |
tree | e4adab53a7e686fe68f0260b3f087dc9e37b05cd | |
parent | dbb58c04bf0a06071c740495636b55775023979d (diff) |
added new "vision" page where we can talk about monkeysphere 2.0.
-rw-r--r-- | website/sidebar.mdwn | 1 | ||||
-rw-r--r-- | website/vision.mdwn | 14 |
2 files changed, 15 insertions, 0 deletions
diff --git a/website/sidebar.mdwn b/website/sidebar.mdwn index 420cd7e..4783d2a 100644 --- a/website/sidebar.mdwn +++ b/website/sidebar.mdwn @@ -12,6 +12,7 @@ [[COMMUNITY|community]] <a href="https://labs.riseup.net/code/wiki/monkeysphere">WIKI</a> <a href="https://labs.riseup.net/code/projects/monkeysphere/issues">BUGS</a> +[[VISION|vision]] </td> </tr> </table> diff --git a/website/vision.mdwn b/website/vision.mdwn new file mode 100644 index 0000000..66b2aec --- /dev/null +++ b/website/vision.mdwn @@ -0,0 +1,14 @@ +[[meta title="Our vision for the future of the monkeysphere"]] + +## External Validation Agent ## + +This is probably at the crux of the Monkeysphere vision for the future: + +* [Simon Josefsson proposed out-of-process certificate verification model in gnutls-devel](http://news.gmane.org/find-root.php?group=gmane.comp.encryption.gpg.gnutls.devel&article=3231) +* [Werner Koch's dirmngr](http://www.gnupg.org/documentation/manuals/dirmngr/) +* [GnuTLS wiki external validation](http://redmine.josefsson.org/wiki/gnutls/GnuTLSExternalValidation) + +## Other discussions ## + +* [Wandering Thoughts blog discussion about Web of Trust flaws](http://utcc.utoronto.ca/~cks/space/blog/tech/WebOfTrustFlaws?showcomments) +* [Wandering Thoughts blog discussion about certificate authorities](http://utcc.utoronto.ca/~cks/space/blog/web/SSLCANeed?showcomments) |