Re: openSSL zlib performance enhancement

2003-02-23 Thread Richard Levitte - VMS Whacker
In message <[EMAIL PROTECTED]> on Sun, 23 Feb 2003 10:16:29 +, Andrew Marlow <[EMAIL PROTECTED]> said: apm35> Below is a patch I sent to Richard but I think he must be on holiday or apm35> something because there has been no response yet. I wonder if other apm35> openSSL developers would care

Openssl Install problem

2003-02-23 Thread Bob DeRosier
I thought I posted this yesterday, but I don't see any trace of it, so I am sending it again. Apologies if it shows up twice. I am attempting to install Openssl-0.9.7 on a Windows 2000 server. When it gets to the end of the mingw32.bat file, it runs into problems. I can't figure out which fi

Re: [ANNOUNCE] OpenSSL 0.9.7a and 0.9.6i released

2003-02-23 Thread clemens fischer
Richard Levitte - VMS Whacker <[EMAIL PROTECTED]>: > OpenSSL version 0.9.7a and 0.9.6i released previous versions of openssl on freebsd has been lacking some configuration details, which obviously have been dealt with, except for this: when installing openssl-0.9.7a on freebsd-4.6.2, the confi

Openssl-0.9.7 install problem

2003-02-23 Thread Bob DeRosier
I am attempting to install the OpenSSL 0.9.7 on a Windows 2000 server. When I try to run the mingw32a.mak file, I get this error. I don't see any clues here as to what file it is looking for or why it can't find it. Could it be a problem with the mingw32 or Perl installation ? \openssl>mingw32-

Java's TLS not compatible with OpenSSL's TLS?

2003-02-23 Thread Boris Schaeling
I initialize OpenSSL 0.9.7 in a non-blocking C++ server like this: SSL_METHOD *method = TLSv1_method(); SSL_CTX CTX = SSL_CTX_new(method); A Java 1.4.1_01 client is initialized like that: SSLContext ctx = SSLContext.getInstance("TLSv1"); When the Java client connects to the server SSL_accept()

How to detect a closed socket?

2003-02-23 Thread Boris Schaeling
I use a Java 1.4.1_01 client to connect to a non-blocking C++ server which uses OpenSSL 0.9.7 (under Cygwin). When I exit the Java client a "close notify" is sent to the server and the connection is closed by the Java client. The server receives the "close notfiy" in SSL_read() which returns 0 (SSL

make test problems on linux

2003-02-23 Thread Al Smith
Just FYI... advice appreciated. A. # uname -a Linux test 2.4.20 #1 Mon Dec 16 16:01:15 CET 2002 i586 unknown # gcc -v Reading specs from /usr/lib/gcc-lib/i386-slackware-linux/2.95.3/specs gcc version 2.95.3 20010315 (release) # ls /lib/libc-*so /lib/libc-2.2.5.so # cat /etc/slackware-version Slack

Creating self signed client certificates

2003-02-23 Thread Pj
Please help, I need to test client certificate authorization on my OBI implementation but Im darned if I can get Internet explorer to accept my self signed certificates, my certificates are "imported successfully" but the browser presents an empty certificate window when I hit my webserver Pl

creating a CSR

2003-02-23 Thread Rick Assmus
I was asked to renew a digital certificate for one of our servers running Apache Tomcat, but I'm running into problems. Below is the output I get when I try creating a CSR using the following command line from the VeriSign site, openssl req -new -nodes -keyout private.key -out public.csr. I sent t

QcStatements

2003-02-23 Thread Philippe Chataigner
I am trying to generate a certificate with QcStatements. I add in openssl.cnf this line qcStatements = critical,DER:30:21:30:08:06:06:04:00:8E:46:01:01:30:08:06:06:04:00:8E:46:01:01:30:0B:06:06:04:00:8E:46:01:03:02:01:OA DER encoded Qstatements with qcEuCompliance, QcEuLimitValue and QcEuRetentio

Re: Linking errors 0.9.7(a) Borland C++Builder 5 (win32) (never mind)

2003-02-23 Thread Reinier Boon
Hi all, Sorry for bothering you all, I seemed to had a very old tlib earlier in my path than the newest version... Excuse me. Best regards, Reinier Boon Telecats __ OpenSSL Project http://www.ope

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 fo