COMP_zlibd don't return a valid method

2005-08-08 Thread Ignacio Butler
Hello, first of all, sorry by my english... The problem is, i have started to develop a simple application that uses SSL with compression, but when i try to add the zlib compression method to my server it is imposible the code that i use is: comp_method = COMP_zlib(); if(comp_m

create password on private key

2005-08-08 Thread Martijn Moret
Hi, I created a certificate request with a private key with no password. openssl req -new -nodes -keyout private.key -out public.csr No, my application requires a private key password to import the key. is there any way to add a password on the private key?? The certificate and private key works

Re: create password on private key

2005-08-08 Thread Jorey Bump
Martijn Moret wrote: I created a certificate request with a private key with no password. openssl req -new -nodes -keyout private.key -out public.csr No, my application requires a private key password to import the key. is there any way to add a password on the private key?? The certificate an

Re: create password on private key

2005-08-08 Thread Martijn Moret
> Martijn Moret wrote: > >> I created a certificate request with a private key with no password. >> openssl req -new -nodes -keyout private.key -out public.csr >> >> No, my application requires a private key password to import the key. is >> there any way to add a password on the private key?? >> >

Re: OpenSSL issue with xsupplicant

2005-08-08 Thread Michael Wang
On 8/6/05, Shane Stixrud <[EMAIL PROTECTED]> wrote: > I am attempting to use xsupplicant to connect my fedora 4 laptop to a Open > / static wep / eap-tls enabled cisco wireless network with Cisco ACS > radius server and a Microsoft CA, everything works fine if I just use wep > and avoid EAP-TLS. >

CSR verification

2005-08-08 Thread Arsen Hayrapetyan
Hello all, I have a question that comes from a real-life situation. Suppose you have a CA that signed a CSR and prodused a certificate for some user. After sometime the CA revokes that certificate. Then that user sends to a CA a new CSR. The policy of the CA does not permit it to sign a CSR generat

Re: CSR verification

2005-08-08 Thread Richard Levitte
Arsen Hayrapetyan writes: Hello all, I have a question that comes from a real-life situation. Suppose you have a CA that signed a CSR and prodused a certificate for some user. After sometime the CA revokes that certificate. Then that user sends to a CA a new CSR. The policy of the CA does not pe

Re: OpenSSL issue with xsupplicant

2005-08-08 Thread Shane Stixrud
On Mon, 8 Aug 2005, Michael Wang wrote: On 8/6/05, Shane Stixrud <[EMAIL PROTECTED]> wrote: I am attempting to use xsupplicant to connect my fedora 4 laptop to a Open / static wep / eap-tls enabled cisco wireless network with Cisco ACS radius server and a Microsoft CA, everything works fine if

Re: CSR verification

2005-08-08 Thread Arsen Hayrapetyan
Thank you Richard for a quick response, Richard Levitte wrote: > Arsen Hayrapetyan writes: > >> Hello all, >> I have a question that comes from a real-life situation. >> Suppose you have a CA that signed a CSR and prodused a certificate for >> some user. >> After sometime the CA revokes that cert

SSL & PHP

2005-08-08 Thread Chuck Lidderdale
My test as a cut'n paste right from the php web page. ftp://$sftp/tmp/c1";, 'r'); ?> I get back: *Fatal error*: Call to undefined function: ssh2_connect() in */var/www/html/tst.php* on line *3 I downloaded libssh2-0.11 (as I was told) config'ed, made, installed. Still no ssh2_connect. I

Can't to find .so libraries

2005-08-08 Thread Johnny Gonzalez
Hello everybody, Can anyone tell me where can I find a library I need? I need the libncipher.so library, but I can't find it. Where should I look for it? Thanks a lot, Johnny __ Renovamos el Correo Yahoo! Nuevos servicios, más segur

Re: What's the state of WinCE support in Openssl-0.9.8?

2005-08-08 Thread Michael Wang
OK. I've downloaded the 20050805 stable snapshot and did some compiles. I'll post my experiences on a separate thread. Michael On 8/3/05, Andy Polyakov <[EMAIL PROTECTED]> wrote: > > As for the source of randomness, it looks like the 0.9.8 release makes > > the appropriate set of WinCE calls t

openssl-0.9.8-stable-SNAP-20050805 on WinCE5.0

2005-08-08 Thread Michael Wang
Hi, I downloaded openssl-0.9.8-stable-SNAP-20050805 and compiled it for my Windows CE platform and had a few problems. In general though, the code (for WinCE) has been much improved over the 0.9.8 release; good job openlssl developers! Here are a couple of issues I had. 1. In the CFLAGS define,

Re: Can't to find .so libraries

2005-08-08 Thread Richard Levitte - VMS Whacker
In message <[EMAIL PROTECTED]> on Mon, 8 Aug 2005 20:32:09 +0200 (CEST), Johnny Gonzalez <[EMAIL PROTECTED]> said: johnnygonzalezl> Can anyone tell me where can I find a library I need? johnnygonzalezl> I need the libncipher.so library, but I can't find johnnygonzalezl> it. Where should I look f

Re: Can't to find .so libraries

2005-08-08 Thread Johnny Gonzalez
Hello Richard, I thought I only needed to download it somewhere in openssl sources or compile it and generate it. For example in: openssl-0.9.7-stable-SNAP-20050801/crypto/engine/ I found these files: hw_ncipher.c hw_ncipher_err.h hw_ncipher_err.c Can I generate the lib (.so) using these files?

Re: Can't to find .so libraries

2005-08-08 Thread Richard Levitte - VMS Whacker
In message <[EMAIL PROTECTED]> on Mon, 8 Aug 2005 22:16:13 +0200 (CEST), Johnny Gonzalez <[EMAIL PROTECTED]> said: johnnygonzalezl> Hello Richard, johnnygonzalezl> johnnygonzalezl> I thought I only needed to download it somewhere in johnnygonzalezl> openssl sources or compile it and generate it.

RE: SSL & PHP

2005-08-08 Thread Ted Mittelstaedt
What OS? Ted >-Original Message- >From: [EMAIL PROTECTED] >[mailto:[EMAIL PROTECTED] Behalf Of Chuck Lidderdale >Sent: Monday, August 08, 2005 11:27 AM >To: openssl-users@openssl.org >Subject: SSL & PHP > > >My test as a cut'n paste right from the php web page. > > > $connection = s

Re: SSL & PHP

2005-08-08 Thread Chuck Lidderdale
Ted Mittelstaedt wrote: What OS? Ted Sorry bout that: RH Linux - PHP 5.0.4 OpenSSH_3.4p1, SSH protocols 1.5/2.0, OpenSSL 0x0090602f -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Chuck Lidderdale Sent: Monday, August 08, 2005 11:27 AM

Re: Can't to find .so libraries

2005-08-08 Thread Johnny Gonzalez
Hello Richard, Thanks a lot for your answer, however I have another question. How can I generate them? I tried using the last openssl-0.9.7 snapshot: openssl-0.9.7-stable-SNAP-20050801.tar.gz What I did was: ./config make make install But no libs (.so) files were generated. So would you mind

RE: SSL & PHP

2005-08-08 Thread Ted Mittelstaedt
Doesen't that version of PHP no longer ship with PHP extensions? I think you have to add those in separately? See the PHP site for more details. Ted >-Original Message- >From: [EMAIL PROTECTED] >[mailto:[EMAIL PROTECTED] Behalf Of Chuck Lidderdale >Sent: Monday, August 08, 2005 3:08 PM

Re: Can't to find .so libraries

2005-08-08 Thread Richard Levitte - VMS Whacker
In message <[EMAIL PROTECTED]> on Tue, 9 Aug 2005 00:24:50 +0200 (CEST), Johnny Gonzalez <[EMAIL PROTECTED]> said: johnnygonzalezl> Hello Richard, johnnygonzalezl> johnnygonzalezl> Thanks a lot for your answer, however I have another johnnygonzalezl> question. johnnygonzalezl> johnnygonzalezl>

RE: openssl-0.9.8-stable-SNAP-20050805 on WinCE5.0

2005-08-08 Thread Steven Reddie
Hi Michael, I've put a new wcecompat.zip up at essemer.com.au which includes ENOMEM and EAGAIN. The remainder of the problems need to be corrected in OpenSSL. Regards, Steven -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Michael Wang Sent: Tuesday,

Re: Can't to find .so libraries

2005-08-08 Thread Johnny Gonzalez
Hello Richard, --- Richard Levitte - VMS Whacker <[EMAIL PROTECTED]> escribió: > In message > <[EMAIL PROTECTED]> > on Tue, 9 Aug 2005 00:24:50 +0200 (CEST), Johnny > Gonzalez <[EMAIL PROTECTED]> said: > > johnnygonzalezl> Hello Richard, > johnnygonzalezl> > johnnygonzalezl> Thanks a lot for y

Re: Can't to find .so libraries

2005-08-08 Thread Richard Levitte - VMS Whacker
In message <[EMAIL PROTECTED]> on Tue, 9 Aug 2005 03:29:09 +0200 (CEST), Johnny Gonzalez <[EMAIL PROTECTED]> said: johnnygonzalezl> Is this the same as that I need. My whole context is johnnygonzalezl> this: I have a CA software (OpenCA) which uses an HSM johnnygonzalezl> (nCipher), in some docs

Re: Can't to find .so libraries

2005-08-08 Thread Johnny Gonzalez
Hello Richard, --- Richard Levitte - VMS Whacker <[EMAIL PROTECTED]> escribió: > In message > <[EMAIL PROTECTED]> > on Tue, 9 Aug 2005 03:29:09 +0200 (CEST), Johnny > Gonzalez <[EMAIL PROTECTED]> said: > > johnnygonzalezl> Is this the same as that I need. My > whole context is > johnnygonzalezl

Re: Can't to find .so libraries

2005-08-08 Thread Richard Levitte - VMS Whacker
In message <[EMAIL PROTECTED]> on Tue, 9 Aug 2005 03:45:01 +0200 (CEST), Johnny Gonzalez <[EMAIL PROTECTED]> said: johnnygonzalezl> > Hmm, maybe you should ask the OpenCA folks? They johnnygonzalezl> > may be counting on OpenSSL 0.9.8, which does indeed johnnygonzalezl> > contain that shared lib

Re: Can't to find .so libraries

2005-08-08 Thread Johnny Gonzalez
Hello Richard, --- Richard Levitte - VMS Whacker <[EMAIL PROTECTED]> escribió: > In message > <[EMAIL PROTECTED]> > on Tue, 9 Aug 2005 03:45:01 +0200 (CEST), Johnny > Gonzalez <[EMAIL PROTECTED]> said: > > johnnygonzalezl> > Hmm, maybe you should ask the > OpenCA folks? They > johnnygonzalezl>