diff --git a/xep-0138.xml b/xep-0138.xml index 8ef5ab2a..50dcff58 100644 --- a/xep-0138.xml +++ b/xep-0138.xml @@ -10,7 +10,7 @@ This document defines an XMPP protocol extension for negotiating compression of XML streams, especially in situations where standard TLS compression cannot be negotiated. The protocol provides a modular framework that can accommodate a wide range of compression algorithms; the ZLIB compression algorithm is mandatory-to-implement, but implementations may support other algorithms in addition. &LEGALNOTICE; 0138 - Final + Obsolete Standards Track Standards @@ -30,6 +30,12 @@ &hildjj; &stpeter; + + 2.1 + 2022-02-10 + tjb +

Obsolete due to security vulnerability.

+
2.0 2009-05-27 @@ -178,8 +184,7 @@ -

Stream encryption via TLS (as defined in RFC 3920) and stream compression (as defined herein) are not mutually exclusive, but stream encryption via TLS MUST be negotiated before negotiation of stream compression in order to secure the stream.

-

Many of the security considerations related to TLS compression (see Section 6 of RFC 3749) also apply to stream compression.

+

Due to attacks like &CRIME; that apply equally to the zlib method defined here, this method is deemed insecure.

diff --git a/xep-0229.xml b/xep-0229.xml index 4b9a630f..110bd3df 100644 --- a/xep-0229.xml +++ b/xep-0229.xml @@ -10,7 +10,7 @@ This document specifies how to use the LZW algorithm in XML stream compression. &LEGALNOTICE; 0229 - Draft + Obsolete Standards Track Standards @@ -21,6 +21,12 @@ N/A &stpeter; + + 1.1 + 2022-02-10 + tjb +

Obsolete due to security vulnerability.

+
1.0 2007-09-26 @@ -70,7 +76,7 @@
-

The security considerations specified in XEP-0138 apply to usage of the LZW algorithm.

+

Due to attacks like &CRIME; that apply equally to the lzw method defined here, this method is deemed insecure.

diff --git a/xep.ent b/xep.ent index 7c507c5d..6c1bcf83 100644 --- a/xep.ent +++ b/xep.ent @@ -279,6 +279,7 @@ THE SOFTWARE. Clark Notation Clark Notation, a syntax to allow universal names written as a URI in curly brackets followed by the local name; developed by James Clark. <http://www.jclark.com/xml/xmlns.htm>." > +CRIME" >