projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f2ab7d1
)
Make clear, that using the compression layer is currently not recommended.
author
Lutz Jänicke
<jaenicke@openssl.org>
Thu, 23 Aug 2001 09:42:12 +0000
(09:42 +0000)
committer
Lutz Jänicke
<jaenicke@openssl.org>
Thu, 23 Aug 2001 09:42:12 +0000
(09:42 +0000)
doc/ssl/SSL_COMP_add_compression_method.pod
patch
|
blob
|
history
diff --git
a/doc/ssl/SSL_COMP_add_compression_method.pod
b/doc/ssl/SSL_COMP_add_compression_method.pod
index 9e970044a6b063017db83e150069dbc24879b1ba..2a987391147c1a1b1010ac3b58de7bca9ff2f991 100644
(file)
--- 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: