aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorLutz Jänicke <jaenicke@openssl.org>2001-08-23 09:42:12 +0000
committerLutz Jänicke <jaenicke@openssl.org>2001-08-23 09:42:12 +0000
commit0a93a68020b45454bbd6fc48339748fd3ac0042c (patch)
treef1e0421061d6841db9bbf8796a41d5f000fba958 /doc
parentf2ab7d13921890e40c847fba3d22c936a2681f6b (diff)
downloadopenssl-0a93a68020b45454bbd6fc48339748fd3ac0042c.tar.gz
Make clear, that using the compression layer is currently not recommended.
Diffstat (limited to 'doc')
-rw-r--r--doc/ssl/SSL_COMP_add_compression_method.pod6
1 files changed, 6 insertions, 0 deletions
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<COMP_rle()> and (when
especially enabled during compilation) B<COMP_zlib()> 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: