mod_ssl + OpenSSL + Apache

2002-02-01 Thread cyko
I recently have compiled Apache 1.3.22 with PHP 4.1.1, mod_ssl-2.8.5-1.3.22, mm-1.1.3, and OpenSSL 0.9.6c. The server starts fine with startssl, and the I believe the httpd.conf has been setup correctly, but if I try to pull up a https://domain that is hosted on the box, I receive the following e

Re: win32 compile

2002-02-01 Thread William Johnston
Dr. Henson: I applied your recommendations and still received the same errors. attached are the source and error files. Regards, William Johnston - Original Message - From: "Dr S N Henson" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, February 01, 2002 9:56 PM Subject:

Re: problems compilling PRNGD for Solaris 8 Sparc

2002-02-01 Thread Yuri HuitrĂ³n Alvarado
Tnx ! anyway, I've installed it via local packs =D - Original Message - From: "Christopher Crowley" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, February 01, 2002 9:57 PM Subject: Re: problems compilling PRNGD for Solaris 8 Sparc > I am able to compile it for Sol 8.

Re: win32 compile

2002-02-01 Thread Dr S N Henson
William Johnston wrote: > > openssl-users: > > Yes. I found wincrypt.h. > > The only errors I am receiving are for the > declaration of the variable named X509_NAME > in (line 51). > > typedef struct pem_recip_st > { > char *name; > X509_NAME *dn; > > int cipher; > int key_enc; > char

Re: win32 compile

2002-02-01 Thread William Johnston
openssl-users: Yes. I found wincrypt.h. The only errors I am receiving are for the declaration of the variable named X509_NAME in (line 51). typedef struct pem_recip_st { char *name; X509_NAME *dn; int cipher; int key_enc; char iv[8]; } PEM_USER; X509_NAME is defined in (line 1575

Re: X509 V3 extension 'Certificate Template'

2002-02-01 Thread Adam
hello, I did that and now the certificate appears as 'personal' certificate, and seems to look as any other certficate (ie got private key, got root certifcate, valid for all purposes, valid date etc). but yet windows XP still will not use it for network authentication (802.1x). any idea

Re: win32 compile

2002-02-01 Thread Gregory Stark
wincrypt.h comes with the Microsoft VC 6 compiler. == Greg Stark [EMAIL PROTECTED] == - Original Message - From: "William Johnston" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, February 01, 2002 4:31 PM Subject: Re: win32 compile