Re: sk_SSL_COMP_find() in SSL_COMP_add_compression_method()?

2009-02-11 Thread Ger Hobbelt
/ 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

sk_SSL_COMP_find() in SSL_COMP_add_compression_method()?

2009-02-10 Thread Victor Duchovni
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();

SSL_COMP_add_compression_method()

2005-04-06 Thread Ragnar Paulson
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