From: Richard Levitte Date: Sun, 8 Dec 2002 09:31:41 +0000 (+0000) Subject: Since it's defined in draft-ietf-tls-compression-04.txt, let's make X-Git-Tag: STATE_after_zlib^2 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=fdaea9ed2e5644b98baae983ce7a55100c956999;p=oweals%2Fopenssl.git Since it's defined in draft-ietf-tls-compression-04.txt, let's make ZLIB a known compression method, with the identity 1. --- diff --git a/CHANGES b/CHANGES index f0fd7ac861..c466dd4a95 100644 --- a/CHANGES +++ b/CHANGES @@ -16,6 +16,11 @@ help make "keygen" another member function of RSA_METHOD etc. [Geoff Thorpe] + *) Change the ZLIB compression method to be stateful, and make it + available to TLS with the number defined in + draft-ietf-tls-compression-04.txt. + [Richard Levitte] + *) Add the ASN.1 structures and functions for CertificatePair, which is defined as follows (according to X.509_4thEditionDraftV6.pdf):