Re: RE : faster connexion

2003-01-22 Thread Pablo Royo Moreno
Or perhaps socket buffer size on the other side was low?(Just curiosity...) May be increasing it you could reach even more speed because a 3.3Mb/(2*100Mb) = 0.016secs ping time seems high in a 100Mb ethernet. Pablo J. Royo -- Original Message -- From: "p

Re: OpenSSL and compression using ZLIB

2002-11-28 Thread Pablo Royo Moreno
>The latter is the problem with >just putting the compression layer inside >the SSL/TLS layer, you need an >out-of-band (read: application) mechanism >to decide when to use it or >not. I must admit I didn´t think in this problem when I posted my message (I´m not an expert :-( ), because I hav

Re: [openssl.org #44] OpenSSL_add_all_algorithms problems in Win32

2002-05-17 Thread ZAZ - Pablo Royo Moreno
Hi: >Take a look at the source code for OpenSSL_add_all_algorithms(). For >each cipher there is a block of code to initialize it. Simply >initialize the ones you want in your code. There is no requirement >that OpenSSL_add_all_algorithms() be called. > The problem is that as this are COMponen

Re: [openssl.org #44] OpenSSL_add_all_algorithms problems in Win32

2002-05-17 Thread ZAZ - Pablo Royo Moreno
Hi Jeffrey: >Are you sure your problem is in OpenSSL_add_all_algorithms() and not a >call to RAND_poll()? Many of the methods used in RAND_poll() to >collect random data are incompatible with COM when called from within >DLL initializers. Yes, I have seen it to happen several times in my debug