openssl 0.9.7 and debug

2002-04-18 Thread Jean-Marc Desperrier
./config -d on a standard linux box (RedHat 7.1) gives : Operating system: i686-whatever-linux2 This system (debug-linux-pentium) is not supported. See file INSTALL for details I think that out of the box debug support for this kind of platform is needed.

Re: Small patch to 0.9.6c crypto/objects/obj_dat.c

2002-04-18 Thread Lutz Jaenicke
On Wed, Apr 17, 2002 at 09:43:07PM -0700, Howard Chu wrote: I just checked the CVS head and this patch should be valid there as well: diff -u -r1.1 obj_dat.c --- obj_dat.c 2002/04/18 04:34:17 1.1 +++ obj_dat.c 2002/04/18 04:35:10 @@ -437,8 +437,7 @@ return(0);

Re: Stratus OpenSSL diffs and test results.

2002-04-18 Thread David Maurus
Disclaiemr: I can't by any means give an authorative answer, since I am not part of the development team But I think you should consider the following: - if you are in the US, you should send every source code contribution in CC to [EMAIL PROTECTED] - I think that it's not so nice to include

Re: openssl 0.9.7 and debug

2002-04-18 Thread Lutz Jaenicke
On Thu, Apr 18, 2002 at 01:36:39PM +0200, Jean-Marc Desperrier wrote: ./config -d on a standard linux box (RedHat 7.1) gives : Operating system: i686-whatever-linux2 This system (debug-linux-pentium) is not supported. See file INSTALL for details I think that out of the box debug

There is no closedir in /ssl/ssl_cert.c

2002-04-18 Thread Lorinczy Zsigmond
Dear Sirs! In version 0.9.6c there is no closedir after opendir/readdir. If it is already fixed then forget this note... Sincerely yours: Lorinczy Zsigmond __ OpenSSL Project

crypt() function

2002-04-18 Thread Jan Fedak
Hi guys. I find it rather unfortunate that you provide crypt() function. This causes a lot of conflicts in poorly written configure scripts and Makefiles especially on GNU systems that provide crypt with richer functionality. I see few possible solutions: - removing crypt() from libcrypto

RE: Stratus OpenSSL diffs and test results.

2002-04-18 Thread Ghanta, Bose
Dear David, Thank you for your input. I hope to hear from the OpenSSL developers shortly. Our changes to example programs are platform specific changes only to run on our VOS. We will be glad to remove Stratus copy right notice. We want to give all our changes to OpenSSL to incorporate into

[no subject]

2002-04-18 Thread Adi Stav
There is an input sanity check in asn1_lib.c that is #if'd out for some reason. In its absence, a corrupt certificate read by d2i_X509() can at least crash the process. Additionally, the sanity checks both there and in a_bytes.c do not take into account a possibility of negative length and of

Re: [patch] Sign certs that aren't self signed for x509 -CA

2002-04-18 Thread Simon Josefsson
What about the patch below for 0.9.6d? Doc patch as well: --- x509.pod.orig Mon Jan 14 12:03:55 2002 +++ x509.podMon Jan 14 12:03:35 2002 @@ -43,6 +43,7 @@ [B-CAkey filename] [B-CAcreateserial] [B-CAserial filename] +[B-noselfsign] [B-text] [B-C] [B-md2|-md5|-sha1|-mdc2] @@

Re: crypt() function

2002-04-18 Thread Richard Levitte - VMS Whacker
In message [EMAIL PROTECTED] on Thu, 18 Apr 2002 14:05:04 +0200, Jan Fedak [EMAIL PROTECTED] said: jack I find it rather unfortunate that you provide crypt() function. This jack causes a lot of conflicts in poorly written configure scripts and jack Makefiles especially on GNU systems that

Re: 0.9.6d-beta1

2002-04-18 Thread Richard Levitte - VMS Whacker
In message [EMAIL PROTECTED] on Wed, 17 Apr 2002 23:01:58 +0200 (MET DST), Francesco Gennai [EMAIL PROTECTED] said: Francesco.Gennai #include e_os.h Francesco.Gennai .^ Francesco.Gennai %CC-F-NOINCLFILEF, Cannot find file e_os.h specified in #include directive. Francesco.Gennai at line number

Re: Stratus OpenSSL diffs and test results.

2002-04-18 Thread David Maurus
Disclaiemr: I can't by any means give an authorative answer, since I am not part of the development team But I think you should consider the following: - if you are in the US, you should send every source code contribution in CC to [EMAIL PROTECTED] - I think that it's not so nice to include

Re: Stratus OpenSSL diffs and test results.

2002-04-18 Thread Richard Levitte - VMS Whacker
A few comments: - Since you're based in the US, you MUST cc: any patch to OpenSSL to [EMAIL PROTECTED] (preferably, because that address is publically archived) or [EMAIL PROTECTED] The cc: MUST be visible for us, or we (the OpenSSL team) will not permit ourselves to even look at the

0.9.6d-beta1

2002-04-18 Thread Francesco Gennai
Compaq C V6.4-008 on OpenVMS Alpha V7.3 OpenSSL 0.9.6d-beta1 Building by the following command $ @MAKEVMS ALL NORSAREF NODEBUG DECC UCX I get the following error .. .. ... . Compiling The CONF Library Files. (LIBRARY,LIB) conf_err.c conf_lib.c

openssl dgst ignores read errors

2002-04-18 Thread Solar Designer
Hi, This sounds like a bug to me. Noticed it last year and I've just checked that it's still not resolved in the latest snapshot. jill!solar:~/build/openssl-SNAP-20020416$ apps/openssl dgst -md5 /bin/ls MD5(/bin/ls)= d93498d9f52c3dc0330ab930fe3ffc50 OK.

problem OpenSA SSL

2002-04-18 Thread xavier de CD and LP
Hi I don't know if this a bug but I advise you about my problem : I am running OpenSA on a Windows 2000 server. Since I have tried to launch the service with SSL it doesn't work. Iget this error message on the prompt : syntax error on line 209 of d:/opensa/apache/conf/httpd.conf cannot

Re: There is no closedir in /ssl/ssl_cert.c

2002-04-18 Thread Richard Levitte - VMS Whacker
In message [EMAIL PROTECTED] on Wed, 17 Apr 2002 18:38:02 +0200, Lorinczy Zsigmond [EMAIL PROTECTED] said: lzsiga In version 0.9.6c there is no closedir after opendir/readdir. lzsiga If it is already fixed then forget this note... Thanks, I'm fixing it as I speak. I also noticed that the

Re: problem OpenSA SSL

2002-04-18 Thread Erwann ABALEA
On Thu, 18 Apr 2002, xavier de CD and LP wrote: I don't know if this a bug but I advise you about my problem : I am running OpenSA on a Windows 2000 server. Since I have tried to launch the service with SSL it doesn't work. I get this error message on the prompt : syntax error on line 209

How to read the personal certificate in IE Browser

2002-04-18 Thread Hao Shi
Hi, All I have issued personal certificate and installed it in IE Browser. I want to read the certificate installed in IE browser, specially the private key ,and then sign the web Form data that IE submit. How can i do ? Thank you very much!

[ANNOUNCE] OpenSSL 0.9.6d beta 1 released

2002-04-18 Thread Richard Levitte - VMS Whacker
The first beta release of OpenSSL 0.9.6d is now available from the OpenSSL FTP site URL: ftp://ftp.openssl.org/source/. This is planned to be the only beta, as we believe that the snapshots have been tested quite thoroughly tested by a number of people. If everything works as planned, the

Re: Stratus OpenSSL diffs and test results.

2002-04-18 Thread Lutz Jaenicke
On Tue, Apr 16, 2002 at 02:32:11PM -0400, Sundaram, Mani wrote: Ben Laurie suggested that we send our OpenSSL diffs to the developers for review. We would like to call our port as VOS OpenSSL; we request your permission to use the OpenSSL name. Our changes include adding header files to

REMOVE

2002-04-18 Thread Mike
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Erwann ABALEA Sent: 18 April 2002 17:02 To: xavier de CD and LP Cc: [EMAIL PROTECTED] Subject: Re: problem OpenSA SSL On Thu, 18 Apr 2002, xavier de CD and LP wrote: I don't know if this a bug but I

Re: [ANNOUNCE] OpenSSL 0.9.6d beta 1 released [DOS PATCH]

2002-04-18 Thread Doug Kaufman
On Wed, 17 Apr 2002, Richard Levitte - VMS Whacker wrote: The first beta release of OpenSSL 0.9.6d is now available from the OpenSSL FTP site URL: ftp://ftp.openssl.org/source/. This is This still doesn't have the patch for DOS integrated, so it probably won't work on platforms that don't

Re: Announcement of OpenSSL 0.9.6d and 0.9.7 Release Plan and Schedule[DOS PATCH]

2002-04-18 Thread Doug Kaufman
On Tue, 16 Apr 2002, Lutz Jaenicke wrote: Announcement of OpenSSL 0.9.6d and 0.9.7 Release Plan and Schedule == The OpenSSL developers team is pleased to announce the upcoming release of OpenSSL 0.9.7. OpenSSL 0.9.7 contains