summaryrefslogtreecommitdiff
path: root/pages/docs/design/nicknym-draft.md
diff options
context:
space:
mode:
authorelijah <elijah@riseup.net>2015-07-04 19:41:30 -0700
committerelijah <elijah@riseup.net>2015-07-04 19:41:30 -0700
commit7a844a1d56b97731e858403bf48f261bcc8624b1 (patch)
tree67061f2b2315984d27cee1f7b522e23cdb68f2e6 /pages/docs/design/nicknym-draft.md
parent5a265c85466afdaf22c950118399064b9899fc6b (diff)
parent3ee0e6b3db1381d6f35656bf4a1d9d24f68b9e53 (diff)
Merge branch 'master' of ssh://leap.se/leap_se
Conflicts: pages/about-us/partners/en.md
Diffstat (limited to 'pages/docs/design/nicknym-draft.md')
-rw-r--r--pages/docs/design/nicknym-draft.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/pages/docs/design/nicknym-draft.md b/pages/docs/design/nicknym-draft.md
index 9398a9f..e96ce96 100644
--- a/pages/docs/design/nicknym-draft.md
+++ b/pages/docs/design/nicknym-draft.md
@@ -85,7 +85,7 @@ There are a number of established methods for binding identifier to key:
* [X.509 Certificate Authority System](https://en.wikipedia.org/wiki/X.509)
* Trust on First Use (TOFU)
* Mail-back Verification
-* [Web of Trust (WOT)](http://en.wikipedia.org/wiki/Web_of_trust)
+* [Web of Trust (WOT)](https://en.wikipedia.org/wiki/Web_of_trust)
* [DNSSEC](https://en.wikipedia.org/wiki/Dnssec)
* [Shared Secret](https://en.wikipedia.org/wiki/Socialist_millionaire)
* [Network Perspective](http://convergence.io/)
@@ -156,7 +156,7 @@ For a long discussion of the simple thing, see [messaging list](https://moderncr
**WebID and Mozilla Persona**
-What about [WebID](http://www.w3.org/wiki/WebID) or [Mozilla Persona](https://www.mozilla.org/en-US/persona/)? These are both interesting standards for cryptographically proving identify, so why do we need something new?
+What about [WebID](https://www.w3.org/wiki/WebID) or [Mozilla Persona](https://www.mozilla.org/en-US/persona/)? These are both interesting standards for cryptographically proving identify, so why do we need something new?
These protocols, and the poorly conceived OpenID Connect, are designed to address a fundamentally different problem: authenticating a user to a website. The problem of authenticating users to one another requires a different architecture entirely. There are some similarities, however, and in the long run a Nicknym provider could also be a WebID and Mozilla Persona provider.