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
..
1999-04-29 16:04:54 +00:00
2002-12-29 01:38:15 +00:00
2003-01-15 09:51:22 +00:00
2002-09-26 15:52:34 +00:00
2003-02-12 14:17:41 +00:00
2002-09-26 15:52:34 +00:00
2002-12-21 23:49:21 +00:00
2001-03-08 21:54:02 +00:00
2002-09-26 15:52:34 +00:00
2002-07-10 07:01:54 +00:00
2001-11-10 01:16:28 +00:00
2002-08-09 08:56:08 +00:00
2002-08-09 11:58:28 +00:00
2002-01-12 15:56:13 +00:00
2002-03-12 13:32:35 +00:00
2002-09-25 15:38:57 +00:00
2002-09-26 15:52:34 +00:00
2002-09-25 15:38:57 +00:00
2003-07-22 12:34:21 +00:00