/ sk_*_find_ex spots in the OpenSSL HEAD 20090202 have
been inspected + surroundings.
Hope that helps. It's at least worth an RT ticket, this one.
On Wed, Feb 11, 2009 at 4:44 AM, Victor Duchovni
wrote:
>
> ssl/ssl_ciph.c:
>
>int SSL_COMP_add_c
ssl/ssl_ciph.c:
int SSL_COMP_add_compression_method(int id, COMP_METHOD *cm)
{
...
if (ssl_comp_methods
&& !sk_SSL_COMP_find(ssl_comp_methods,comp))
{
OPENSSL_free(comp);
MemCheck_on();
Hi,
I'm looking at adding compression to an SSL enabled protocol. However I'm not
sure whether it's worth the effort in the end. Perhaps this question should be
asked in a zlib mailing list and if that's more appropriate let me know.
Does SSL compress the entire STREAM of an SSL-connection