Building on Windows in 64 bit mode

2013-07-08 Thread Andrew MARLOW
the 64 bit build is using some components that came out of the 32 bit build, but I am not sure. Regards, Andrew Marlow ___ This e-mail may contain confidential and/or privileged information. If you are not the intended recipient

enh rqst for util/mkdir -p.pl

2003-10-31 Thread Andrew Marlow
mkdir-p.pl check to see if the directory already exists before it tries to create it. Regards, Andrew Marlow There is an emerald here the size of a plover's egg! __ OpenSSL Project http

Target functionality for 0.9.8?

2003-09-17 Thread Andrew Marlow
will be released in 0.9.8? The reason I ask is that I am waiting for a performance enhancement to be released that I made for using zlib compression with openSSL. The optimisation avoids repeated mallocs for successive SSL'd compressed packets. Regards, Andrew Marlow There is an emerald here the size

openssl+zlib /MD problem

2003-07-23 Thread Andrew Marlow
adding a call to CRYPTO_malloc_init() as the first line in subroutine main(). Again, no effect. Any ideas? Regards, Andrew Marlow There is an emerald here the size of a plover's egg! __ OpenSSL Project

weird corruption on return from SSL_write

2003-07-21 Thread Andrew Marlow
with openSSL? I think there may be some strange sort of interaction between the two dynamic libraries on Windoze. I get no problem on Solaris. Regards, Andrew Marlow There is an emerald here the size of a plover's egg

Re: weird corruption on return from SSL_write

2003-07-21 Thread Andrew Marlow
[EMAIL PROTECTED] writes: On Mon, Jul 21, 2003, Andrew Marlow wrote: I am using openssl-0.9.7b on Windoze with the Visual Studio v6 compiler and have found a strange problem. [ strange problem snipped ] Only thing I can immediately think of is that ZLIB might not be compiled to use the same

RE: more spam

2003-07-17 Thread Andrew Marlow
him (with a friendly eMail warning). You're a harsh man. :-) Regards, Andrew Marlow There is an emerald here the size of a plover's egg! __ OpenSSL Project http://www.openssl.org User

ZLIB compression performance improvement

2003-03-18 Thread Andrew Marlow
Dear openSSLers, Attached is a performance enhancement to the ZLIB compression facility of openSSL. It uses the deflate API rather than the compress API to avoid repeated mallocs. I would be very interested to hear how people get on with this. It has been tested on Solaris 8 and MS-Windows

scatter/gather buffers and SSL_write

2003-03-14 Thread Andrew Marlow
Are there any plans to offer a scatter/gather version of the SSL_{read,write} interface? Sometimes openSSL is used as a component in a stream and it gets to the openSSL bit and finds a bottleneck where a scatter-gather buffer has to be put into one contigous block so it can call SSL_write. I

Compression: efficiency and protocol negotiation

2003-02-26 Thread Andrew Marlow
This post is about two things: 1) I am curious to know if anyone has tried out the performance enhancement I submitted for using ZLIB with openSSL. 2) I would like to know if anything is going to be done about openSSL ignoring the compression byte during the handshake when the

Fwd: openSSL zlib performance enhancement

2003-02-23 Thread Andrew Marlow
Below is a patch I sent to Richard but I think he must be on holiday or something because there has been no response yet. I wonder if other openSSL developers would care to try this out. -Andrew Hello Richard, Attached is a tarfile with some minor changes to c_rle.c and c_zlib.c

openSSL 0.9.7 and COMP_{zlib,rle}

2003-01-15 Thread Andrew Marlow
SSL_COMP_add_compression_method is all that is needed (i.e no explicit negotiation is needed unlike 0.9.6) but I do not think it is working properly. Regards, Andrew Marlow. __ OpenSSL Project http

Re: openSSL 0.9.7 and COMP_{zlib,rle}

2003-01-15 Thread Andrew Marlow
[EMAIL PROTECTED] writes: In message [EMAIL PROTECTED] on Wed, 15 Jan 2003 10:20:46 +, Andrew Marlow [EMAIL PROTECTED] said: apm35 I would like to report a bug in openSSL version 0.9.7. apm35 I cannot get on-the-fly compression to work using apm35 SSL_COMP_add_compression_method. [snip

ssltest and on-the-fly ZLIB compression

2003-01-15 Thread Andrew Marlow
This post is about my attempts to discover why the ssltest program does not use compression when -zlib is given on the command line. My openSSL is version 0.9.7 and was built via the command './Configure shared zlib'. I have proved that compression does not occur. I proved it via trace statements

Re: ssltest and on-the-fly ZLIB compression

2003-01-15 Thread Andrew Marlow
[EMAIL PROTECTED] writes: * Andrew Marlow ([EMAIL PROTECTED]) wrote: I have done some more investigation and have found that ssltest will compress when the TLS1 protocol is explicitly selected. I also took a look - it seems the problem is the v23 SSL/TLS method, it's there to provide

shared library not built on linux

2003-01-10 Thread Andrew Marlow
yet please? regards, Andrew Marlow. On Mon, Jun 17, 2002 at 11:44:28AM -0700, Rodney Thayer wrote: There are other combinations where shared libs don't build. For example, if you do ./config -d shared you don't get shared libraries (RedHat 7.2 Intel). [snip] Shared libs are only built