openssl/crypto/comp
Richard Levitte 8242354952 Make sure int SSL_COMP_add_compression_method() checks if a certain
compression identity is already present among the registered
compression methods, and if so, reject the addition request.

Declare SSL_COMP_get_compression_method() so it can be used properly.

Change ssltest.c so it checks what compression methods are available
and enumerates them.  As a side-effect, built-in compression methods
will be automagically loaded that way.  Additionally, change the
identities for ZLIB and RLE to be conformant to
draft-ietf-tls-compression-05.txt.

Finally, make update.

Next on my list: have the built-in compression methods added
"automatically" instead of requiring that the author call
SSL_COMP_add_compression_method() or
SSL_COMP_get_compression_methods().
2003-10-06 11:00:15 +00:00
..
.cvsignore Ignore Makefile.save 1999-04-29 16:04:54 +00:00
c_rle.c COMP_METHOD has a new argument since some time back... 2000-11-30 12:18:10 +00:00
c_zlib.c Setting the ex_data index is unsafe in a threaded environment, so 2003-10-06 09:09:44 +00:00
comp_err.c Make sure we get the definition of OPENSSL_NO_ERR. 2003-03-20 23:19:41 +00:00
comp_lib.c Implement a stateful variant if the ZLIB compression method. The old 2002-12-08 02:39:38 +00:00
comp.h Define COMP method function prototypes properly. 2003-03-21 00:05:14 +00:00
Makefile.ssl Make sure int SSL_COMP_add_compression_method() checks if a certain 2003-10-06 11:00:15 +00:00