diff options
author | Richard Levitte <levitte@openssl.org> | 2002-12-08 09:31:41 +0000 |
---|---|---|
committer | Richard Levitte <levitte@openssl.org> | 2002-12-08 09:31:41 +0000 |
commit | fdaea9ed2e5644b98baae983ce7a55100c956999 (patch) | |
tree | d63dc28bfa9fc4e353183d94d5da52fcf79e47e5 /CHANGES | |
parent | 5daec7ea0ed73def95c65d4e23d1a22839355332 (diff) | |
download | openssl-new-fdaea9ed2e5644b98baae983ce7a55100c956999.tar.gz |
Since it's defined in draft-ietf-tls-compression-04.txt, let's make
ZLIB a known compression method, with the identity 1.
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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): |