From 44366c3713670fb9420448748c4feacd809b8586 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Lutz=20J=C3=A4nicke?= Date: Thu, 23 Aug 2001 09:42:56 +0000 Subject: [PATCH] Make clear, that using the compression layer is currently not recommended. --- doc/ssl/SSL_COMP_add_compression_method.pod | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/ssl/SSL_COMP_add_compression_method.pod b/doc/ssl/SSL_COMP_add_compression_method.pod index 9e970044a6..2a98739114 100644 --- a/doc/ssl/SSL_COMP_add_compression_method.pod +++ b/doc/ssl/SSL_COMP_add_compression_method.pod @@ -41,6 +41,12 @@ of compression methods supported on a per connection basis. The OpenSSL library has the compression methods B and (when especially enabled during compilation) B available. +=head1 WARNINGS + +Once the identities of the compression methods for the TLS protocol have +been standardized, the compression API will most likely be changed. Using +it in the current state is not recommended. + =head1 RETURN VALUES SSL_COMP_add_compression_method() may return the following values: -- 2.25.1