From fd887839930765ee7b75e97dec03b989d3933fa9 Mon Sep 17 00:00:00 2001 From: Ian Paterson Date: Sat, 24 Mar 2007 18:14:23 +0000 Subject: [PATCH] added link to Requirements XEP git-svn-id: file:///home/ksmith/gitmigration/svn/xmpp/trunk@694 4b5297f7-1745-476d-ba37-a9c6900126ab --- xep-0187.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xep-0187.xml b/xep-0187.xml index 478a3b44..df965699 100644 --- a/xep-0187.xml +++ b/xep-0187.xml @@ -104,7 +104,7 @@
  • Other security features described in Cryptographic Design of Encrypted Sessions
  • Most of the code can be borrowed from implementations of Encrypted Session Negotiation
  • -

    The requirements and the consequent cryptographic design that underpin this protocol are described in Cryptographic Design of Encrypted Sessions. The basic concept is that of an encrypted session which acts as a secure tunnel between the online endpoint and the offline endpoint. The offline endpoint completes its part of the tunnel "negotiation" by publishing its preferences before it goes offline. Once the tunnel is established by the online endpoint, the content of each one-to-one XML stanza sent by the online endpoint is encrypted and then transmitted within a "wrapper" stanza using &xep0200;.

    +

    The requirements and the consequent cryptographic design that underpin this protocol are described in &xep0207; and Cryptographic Design of Encrypted Sessions. The basic concept is that of an encrypted session which acts as a secure tunnel between the online endpoint and the offline endpoint. The offline endpoint completes its part of the tunnel "negotiation" by publishing its preferences before it goes offline. Once the tunnel is established by the online endpoint, the content of each one-to-one XML stanza sent by the online endpoint is encrypted and then transmitted within a "wrapper" stanza using &xep0200;.