make test fails with ver. 0.9.8

2005-07-06 Thread Muenz, Michael
Hi, just tried to install the new version on my debian woody. All versions prior 0.9.8 work fine, but with this one I get an error while make test: ecb cast5 ok This test will take some time123456789ABCDEF ok ../util/shlib_wrap.sh ./randtest test 1 done test 2 done test 3 done test 4 done

openssl-0.9.8 will not compile on MinGW

2005-07-06 Thread Frank Buttner
Hello, i have tryed to compile openssl but it stops with the error: gcc -o out\md2test tmp\md2test.o out\libssl.a out\libcrypto.a -lwsock32 -lgdi32 out\libcrypto.a(cryptlib.o)(.text+0x2b9):cryptlib.c: undefined reference to `OPENSSL_ia32_cpuid'

Re: make test fails with ver. 0.9.8

2005-07-06 Thread Muenz, Michael
I build regularly on Debian [unstable]. It didn't fail, so I wonder how your platform differs. Ok, when I do a ./config make make test it works. But with ./config shared make make test it fails. Now I've found the error: grsec: From XXX: denied resource overstep by requesting 4096 for

Re: Matching Subject and Issuer Names

2005-07-06 Thread Arsen Hayrapetyan
Dr. Stephen Henson wrote: On Sat, Jul 02, 2005, Dr. Stephen Henson wrote: On Sat, Jul 02, 2005, Arsen Hayrapetyan wrote: Hello, I have the following question: Suppose you have CA certificate /cacert.pem/ with the following subjectName: */C=xx/O=aa/O=bb/CN=uu*

Re: openssl-0.9.8 will not compile on MinGW

2005-07-06 Thread Jim Mosier
I too was unable to compile using MinGW 3.1 but was able to sucessfully compile using the latest cygwin via the INSTALL.W32 directions. ./Configure mingw make On 7/6/05, Frank Buttner [EMAIL PROTECTED] wrote: Hello, i have tryed to compile openssl but it stops with the error: gcc -o

Shamir Secret Sharing in OpenSSL?

2005-07-06 Thread Rafael Cividanes
Hi, I'm looking for a secure implementation of Shamir Secret Sharing algorithm in OpenSSL Project. I coudn't find anything in the page (www.openssl.org). Is there any free implementation like that of Shamir's algorithm? Thanks in advance, Rafael Cividanes. -- Rafael Cividanes

Cygwin/MinGW DLL creation with 0.9.8

2005-07-06 Thread Jim Mosier
I am sure that this is rookie user stuff, but try as I might, I am unable to figure out how to create the DLLs: libeay32.dll libssl32.dll to use with the w32 stunnel. When trying ./Configure mingw -shared I get the following make error. make[2]: Entering directory

RE: openssl-0.9.8 will not compile on MinGW

2005-07-06 Thread Frank Buttner
This is Windows there will ./Configure not work -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jim Mosier Sent: Wednesday, July 06, 2005 3:14 PM To: openssl-users@openssl.org Subject: Re: openssl-0.9.8 will not compile on MinGW I too was unable to

Re: Shamir Secret Sharing in OpenSSL?

2005-07-06 Thread Richard Levitte
Rafael Cividanes writes: Hi, I'm looking for a secure implementation of Shamir Secret Sharing algorithm in OpenSSL Project. I coudn't find anything in the page (www.openssl.org). Is there any free implementation like that of Shamir's algorithm? We did talk about it a few years ago.

RE: openssl-0.9.8 will not compile on MinGW

2005-07-06 Thread Frank Buttner
But i use mingw and not cygwin. And on mingw it will not work. Only perl Configure mingw will work. But make will fail. At make I only get messages about the contes of my disk. -Original Message- From: Jim Mosier [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 06, 2005 4:42 PM To:

Re: Shamir Secret Sharing in OpenSSL?

2005-07-06 Thread Vadym Fedyukovych
Richard Levitte wrote: Rafael Cividanes writes: Hi, I'm looking for a secure implementation of Shamir Secret Sharing algorithm in OpenSSL Project. I coudn't find anything in the page (www.openssl.org). Is there any free implementation like that of Shamir's algorithm? We did talk

Re: Shamir Secret Sharing in OpenSSL?

2005-07-06 Thread Rafael Cividanes
Richard Levitte wrote: Rafael Cividanes writes: Hi, I'm looking for a secure implementation of Shamir Secret Sharing algorithm in OpenSSL Project. I coudn't find anything in the page (www.openssl.org). Is there any free implementation like that of Shamir's algorithm? We did talk

Re: [ANNOUNCE] OpenSSL 0.9.8 released

2005-07-06 Thread Thomas J. Hruska
Richard Levitte - VMS Whacker wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 OpenSSL version 0.9.8 released == OpenSSL - The Open Source toolkit for SSL/TLS http://www.openssl.org/ The OpenSSL project team is pleased to announce

Re: BC-32 dll

2005-07-06 Thread Thomas J. Hruska
[EMAIL PROTECTED] wrote: Hi there, I've finaly compiled 0.9.8 under BCB win32 (Yay!) and now wondering is there any way do make dlls instead of .libs? If you are using the default build of OpenSSL: http://www.slproweb.com/products/Win32OpenSSL.html It comes with pre-built binaries and

Openssl 0.9.8 make test failed - addendum

2005-07-06 Thread Rabellino Sergio
This is the segmentation-fault line inside destest.c DES_ede3_cbcm_encrypt(cbc_data,cbc_out,16L,ks,ks2,ks3,iv3,iv2,DES_ENCRYPT); I'm using gcc as stated below: Reading specs from /usr/local/gnu_r342_solaris9/bin/../lib/gcc/sparc-sun-solaris2.9/3.4.2/specs Configured with:

Extracting public key from certificate

2005-07-06 Thread Arsen Hayrapetyan
Hello, I have the public key certificate in cert.pem and I want to extract the public key and store it in file pubkey.pem. I did it with the following command: (openssl v.0.9.7a) openssl x509 -in cert.pem -pubkey -noout pubkey.pem However the following command did the strange things:

Re: [ANNOUNCE] OpenSSL 0.9.8 released

2005-07-06 Thread A . L . M . Buxey
Hi, I would like to personally thank the entire OpenSSL team on behalf of everyone using OpenSSL in any form. You guys do a terrific job with this project and this latest release is, well, wow. The number of changes in this release are insane. Keep up the great work! ditto. but I have

openssl ocsp request , serial number

2005-07-06 Thread Choudhary, Bimalendu
Hi, I am using an OCSP command to sned ocsp request to my program using following command Openssl ocsp -serial 0x80 -issuer issuer.pem -text -url http://myprogram When I see the actual DER encoded request which openssl sends, I found different behaviour for different serial numbers. 1)

RE: openssl-0.9.8 will not compile on MinGW

2005-07-06 Thread Frank Buttner
What data do you need. Can I send you the full output of the compiling process? -Original Message- From: Richard Levitte - VMS Whacker [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 06, 2005 6:47 PM To: [EMAIL PROTECTED] Subject: Re: openssl-0.9.8 will not compile on MinGW In message

Re: Shamir Secret Sharing in OpenSSL?

2005-07-06 Thread Richard Levitte - VMS Whacker
In message [EMAIL PROTECTED] on Wed, 06 Jul 2005 12:00:24 -0300, Rafael Cividanes [EMAIL PROTECTED] said: rafacividanes I was looking this discussion you have rafacividanes mentioned. But for my application I just need a free rafacividanes secure implementation of Shamir's Secret Sharing

Re: openssl ocsp request , serial number

2005-07-06 Thread Richard Levitte - VMS Whacker
In message [EMAIL PROTECTED] on Wed, 6 Jul 2005 09:07:23 -0700, Choudhary, Bimalendu [EMAIL PROTECTED] said: bchoudhary 2) When I send the serial number 0x81 the der encoded bchoudharyserial number is bchoudhary bchoudhary 02 02 00 81 bchoudhary bchoudhary 4) When I send the serial number

0.9.8 on OS X (Tiger) (10.4.1)

2005-07-06 Thread Joseph Bruni
I seem to be having some build problems. I'll describe what's happening below. I'm trying to install openssl 0.9.8 onto OS X 10.4.1. I have the Xcode 2.1 tools installed. Firstly, I downloaded the tarball using curl to make sure that Safari wasn't causing me any grief. The installed curl is

Re: openssl-0.9.8 will not compile on MinGW

2005-07-06 Thread Richard Levitte - VMS Whacker
In message [EMAIL PROTECTED] on Wed, 6 Jul 2005 18:53:43 +0200, Frank Buttner [EMAIL PROTECTED] said: frank-buettner What data do you need. Can I send you the full output frank-buettner of the compiling process? Configuration and compilation, yes please. Cheers, Richard - Please consider

RE: openssl-0.9.8 will not compile on MinGW

2005-07-06 Thread Frank Buttner
So here the output: C:\c++\OpenSSL\openssl-0.9.8ms\mingw32 C:\c++\OpenSSL\openssl-0.9.8perl Configure mingw Configuring for mingw no-gmp [default] OPENSSL_NO_GMP (skip dir) no-krb5 [krb5-flavor not specified] OPENSSL_NO_KRB5 no-mdc2 [default]

Re: openssl-0.9.8 will not compile on MinGW

2005-07-06 Thread Jim Mosier
I am not sure what I did different, but my environment is: WindowsXP Pro MinGW 3.1.0 ActiveState Perl 5.8.7 ms\mingw32 no-asm complies cleanly and produces the DLL files. On 7/6/05, Frank Buttner [EMAIL PROTECTED] wrote: So here the output: C:\c++\OpenSSL\openssl-0.9.8ms\mingw32

Re: openssl-0.9.8 will not compile on MinGW

2005-07-06 Thread Thomas J. Hruska
Jim Mosier wrote: I am not sure what I did different, but my environment is: WindowsXP Pro MinGW 3.1.0 ActiveState Perl 5.8.7 ms\mingw32 no-asm complies cleanly and produces the DLL files. Hmm... On 7/6/05, Frank Buttner [EMAIL PROTECTED] wrote: So here the output:

RE: openssl-0.9.8 will not compile on MinGW

2005-07-06 Thread Frank Buttner
I have try Version openssl-0.9.7g this compile without any problems. So i think it is not a problem with the path -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Thomas J. Hruska Sent: Wednesday, July 06, 2005 10:08 PM To: openssl-users@openssl.org

Re: openssl-0.9.8 will not compile on MinGW

2005-07-06 Thread Thomas J. Hruska
Frank Buttner wrote: I have try Version openssl-0.9.7g this compile without any problems. So i think it is not a problem with the path ms\mingw32 no-asm complies cleanly and produces the DLL files. C:\c++\OpenSSL\openssl-0.9.8ms\mingw32 Okay, assume the paths are fine. The two command

RE: openssl-0.9.8 will not compile on MinGW

2005-07-06 Thread Frank Buttner
So i have try openssl-0.9.8 with the option no-asm. But the same result: gcc -o out\md2test tmp\md2test.o out\libssl.a out\libcrypto.a -lwsock32 -lgdi32 out\libcrypto.a(cryptlib.o)(.text+0x2b9):cryptlib.c: undefined reference to `OPENSSL_ia32_cpuid' collect2: ld returned 1 exit status

Apache 2.0 + ssl + client cert + server cert

2005-07-06 Thread Fco .J. Arias
Hello I'm trying to use apache with client auth, but I can't. The problem is in logs errors: . . . before other CA a, B ,C ,D, E, F are strings . [Wed Jul 06 21:56:47 2005] [debug] ssl_engine_init.c(1095): CA certificate: /C=A/ST=B/L=C/O=D/OU=Webserver Team/CN=www.foo.com/[EMAIL PROTECTED] [Wed

Re: Apache 2.0 + ssl + client cert + server cert

2005-07-06 Thread Joseph Bruni
Is your client sending only its certificate, or are you sending the entire certificate chain? It looks like your server is unable to rebuild the cert. chain from the client to the root. -Original Message- From: Fco .J. Arias [EMAIL PROTECTED] Sent: Jul 6, 2005 2:47 PM To: