Re: I am too stupid for openssl

2005-11-23 Thread Özcelik Hasan
file > --- Ursprüngliche Nachricht --- > Von: Steffen Lips <[EMAIL PROTECTED]> > An: openssl-users@openssl.org > Betreff: Re: I am too stupid for openssl > Datum: Wed, 23 Nov 2005 14:33:34 +0100 > > Hi, > > >error:2006D080:BIO routines:BIO_new_file:n

Fwd: Re: I am too stupid for openssl

2005-11-23 Thread Özcelik Hasan
that isnt the error, i got it in my php document right. the error still exists: error:02001002:system library:fopen:No such file or directory error:2006D080:BIO routines:BIO_new_file:no such file -- Telefonieren Sie schon oder sparen Sie noch? NEU: GMX Phone_Flat http://www.gmx.net/de/go/telefo

Re: I am too stupid for openssl

2005-11-23 Thread Steffen Lips
Hi, error:2006D080:BIO routines:BIO_new_file:no such file error:02001002:system library:fopen:No such file or directory The file "zertifikat.pem" could not find in the place expected. For testing try the complete path e.g. "C:\\zertifkat.pem". Steffen Lips __

Re: I am too stupid for openssl

2005-11-23 Thread netris netris
Yo Hasan, maybe you should fix the following? > > //encrypt the message, now put in the headers. > openssl_pkcs7_encrypt("msg", "enc.txt", > $pubkey,$headers,0,1); > Try this one instead: openssl_pkcs7_encrypt("msg.txt", "enc.txt", $pubkey,$headers,0,1); Dunno, but that one looks l