git-svn-id: file:///home/ksmith/gitmigration/svn/xmpp/trunk@1372 4b5297f7-1745-476d-ba37-a9c6900126ab
This commit is contained in:
Peter Saint-Andre 2007-11-12 16:50:32 +00:00
parent 3ca85790a6
commit f734ad32b4
2 changed files with 3 additions and 2 deletions

View File

@ -15,6 +15,7 @@
<sig>Standards</sig>
<dependencies>
<spec>XMPP Core</spec>
<spec>RFC 4880</spec>
</dependencies>
<supersedes/>
<supersededby/>
@ -66,7 +67,7 @@
</revision>
</header>
<section1 topic='Introduction' anchor='intro'>
<p>The Jabber community has long acknowledged the need for privacy and security features in a well-rounded instant messaging system. Unfortunately, finding a consensus solution to the problem of end-to-end encryption during the community's younger days was not easy. Eventually, early contributors created a quick solution using OpenPGP. This specification documents the OpenPGP solution as it is used today, so that others may interoperate with clients that support it. This document is not intended to present a standard, because more complete solutions are being investigated.</p>
<p>The Jabber community has long acknowledged the need for privacy and security features in a well-rounded instant messaging system. Unfortunately, finding a consensus solution to the problem of end-to-end encryption during the community's younger days was not easy. Eventually, early contributors created a quick solution using OpenPGP (&rfc4880;). This specification documents the OpenPGP solution as it is used today, so that others may interoperate with clients that support it. This document is not intended to present a standard, because more complete solutions are being investigated.</p>
<p>All operations described here are done with standard OpenPGP software such as <link url='http://www.gnupg.org/'>GnuPG</link>. All program output is US-ASCII armored output with the headers removed. This allows for easy transportation of the program output directly in the XML. All keys are exchanged using OpenPGP key servers, and usually are retrieved when a signed &PRESENCE; stanza is received (key retrieval does not happen in-band).</p>
</section1>
<section1 topic='Signing' anchor='signing'>

View File

@ -374,7 +374,6 @@
<!ENTITY rfc2420 "<span class='ref'><link url='http://tools.ietf.org/html/rfc2420'>RFC 2420</link></span> <note>RFC 2420: The PPP Triple-DES Encryption Protocol (3DESE) &lt;<link url='http://tools.ietf.org/html/rfc2420'>http://tools.ietf.org/html/rfc2420</link>&gt;.</note>" >
<!ENTITY rfc2426 "<span class='ref'><link url='http://tools.ietf.org/html/rfc2426'>RFC 2426</link></span> <note>RFC 2426: vCard MIME Directory Profile &lt;<link url='http://tools.ietf.org/html/rfc2426'>http://tools.ietf.org/html/rfc2426</link>&gt;.</note>" >
<!ENTITY rfc2437 "<span class='ref'><link url='http://tools.ietf.org/html/rfc2437'>RFC 2437</link></span> <note>RFC 2437: PKCS #1: RSA Cryptography Specifications Version 2.0 &lt;<link url='http://tools.ietf.org/html/rfc2437'>http://tools.ietf.org/html/rfc2437</link>&gt;.</note>" >
<!ENTITY rfc2440 "<span class='ref'><link url='http://tools.ietf.org/html/rfc2440'>RFC 2440</link></span> <note>RFC 2440: OpenPGP Message Format &lt;<link url='http://tools.ietf.org/html/rfc2440'>http://tools.ietf.org/html/rfc2440</link>&gt;.</note>" >
<!ENTITY rfc2451 "<span class='ref'><link url='http://tools.ietf.org/html/rfc2451'>RFC 2451</link></span> <note>RFC 2451: The ESP CBC-Mode Cipher Algorithms &lt;<link url='http://tools.ietf.org/html/rfc2451'>http://tools.ietf.org/html/rfc2451</link>&gt;.</note>" >
<!ENTITY rfc2510 "<span class='ref'><link url='http://tools.ietf.org/html/rfc2510'>RFC 2510</link></span> <note>RFC 2510: Internet X.509 Public Key Infrastructure Certificate Management Protocols &lt;<link url='http://tools.ietf.org/html/rfc2510'>http://tools.ietf.org/html/rfc2510</link>&gt;.</note>" >
<!ENTITY rfc2518 "<span class='ref'><link url='http://tools.ietf.org/html/rfc2518'>RFC 2518</link></span> <note>RFC 2518: HTTP Extensions for Distributed Authoring -- WEBDAV &lt;<link url='http://tools.ietf.org/html/rfc2518'>http://tools.ietf.org/html/rfc2518</link>&gt;.</note>" >
@ -488,6 +487,7 @@
<!ENTITY rfc4790 "<span class='ref'><link url='http://tools.ietf.org/html/rfc4790'>RFC 4790</link></span> <note>RFC 4790: Internet Application Protocol Collation Registry &lt;<link url='http://tools.ietf.org/html/rfc4790'>http://tools.ietf.org/html/rfc4790</link>&gt;.</note>" >
<!ENTITY rfc4848 "<span class='ref'><link url='http://tools.ietf.org/html/rfc4848'>RFC 4848</link></span> <note>RFC 4848: Domain-Based Application Service Location Using URIs and the Dynamic Delegation Discovery Service (DDDS) &lt;<link url='http://tools.ietf.org/html/rfc4848'>http://tools.ietf.org/html/rfc4848</link>&gt;.</note>" >
<!ENTITY rfc4854 "<span class='ref'><link url='http://tools.ietf.org/html/rfc4854'>RFC 4854</link></span> <note>RFC 4854: A Uniform Resource Name (URN) Namespace for Extensions to the Extensible Messaging and Presence Protocol (XMPP) &lt;<link url='http://tools.ietf.org/html/rfc4854'>http://tools.ietf.org/html/rfc4854</link>&gt;.</note>" >
<!ENTITY rfc4880 "<span class='ref'><link url='http://tools.ietf.org/html/rfc4880'>RFC 4880</link></span> <note>RFC 4880: OpenPGP Message Format &lt;<link url='http://tools.ietf.org/html/rfc4880'>http://tools.ietf.org/html/rfc4880</link>&gt;.</note>" >
<!-- Internet-Drafts -->