problem with segmentation faults

2004-10-01 Thread Sravan M
Hi, I am using timestamping and ocsp code in a Qt application in Linux. When I run the individual timestamp & ocsp code, they are working fine and i am able to get timestamp & ocsp requests. But when i integrate the code & run the entire application, i am getting segmentation faults while creati

Re: Is there a sample valid input and output for sha message digest?

2004-10-01 Thread Eric Meyer
Thank you! That was exactly it. In in Java the string "SHA" refers to "SHA1". In OpenSSL "SHA" refers to "SHA0". Eric On Oct 1, 2004, at 3:50 PM, David Schwartz wrote: When I attempt to get a SHA message digest value for a specific string using Java and Openssl, I get a different value. I was ho

RE: Is there a sample valid input and output for sha message digest?

2004-10-01 Thread David Schwartz
> When I attempt to get a SHA message digest value for a specific string > using Java and Openssl, I get a different value. I was hoping that I > could use Openssl to validate the Java result, but have not gotten them > to agree. It does work for md5... > > Here is an example. > > For the sample s

Is there a sample valid input and output for sha message digest?

2004-10-01 Thread Eric Meyer
When I attempt to get a SHA message digest value for a specific string using Java and Openssl, I get a different value. I was hoping that I could use Openssl to validate the Java result, but have not gotten them to agree. It does work for md5... Here is an example. For the sample string: "ABCDF

RE: Getting error information

2004-10-01 Thread David Schwartz
> I'm using openssl-0.9.7d in a multithreaded application and want > to do some > special processing in the case of a client mistakenly trying to > connect without > SSL to a port which is expecting SSL (i.e. someone types > "http://foo.com:1"; > into their browser instead of "https://foo.com:

Getting error information

2004-10-01 Thread Jonathan Hersch
I'm using openssl-0.9.7d in a multithreaded application and want to do some special processing in the case of a client mistakenly trying to connect without SSL to a port which is expecting SSL (i.e. someone types "http://foo.com:1"; into their browser instead of "https://foo.com:1";). Look

Re: Microsoft Web server can use OpenSSL?

2004-10-01 Thread Bernhard Froehlich
Nguyen, LocX Q schrieb: Hi, I am new to OpenSSL, any suggestion is appreciated. My question is: is it possible to force my Microsoft Web server (Windows Server 2003) to use OpenSSL? If so, then how? Many thanks, Loc Oh, I think it should not be too hard to write a proxy, that accepts se

Re: Microsoft Web server can use OpenSSL?

2004-10-01 Thread Dr. Stephen Henson
On Fri, Oct 01, 2004, Nguyen, LocX Q wrote: > Hi, > > > > I am new to OpenSSL, any suggestion is appreciated. > > > > My question is: is it possible to force my Microsoft Web server (Windows > Server 2003) to use OpenSSL? If so, then how? > > Depends on what you mean by forcing it to u

OT: symbol ssl_expr_yylex: referenced symbol not found

2004-10-01 Thread David Gianndrea
Im running into a problem building apache with mod_ssl. Im getting a strange error that no one on the apache users list seems to know about. Anybody here have a clue about this? Some info... Solaris 9 apache-1.3.31 mod_ssl-2.8.19-1.3.31 openssl-0.9.7d gcc -DSOLARIS2=290 -DMOD_SSL=208119 -DEAPI -DU

Re: Microsoft Web server can use OpenSSL?

2004-10-01 Thread Peter O Sigurdson
I'm pretty such that IIS servers can only work with the certificate you generate via the IIS server  certificate wizard "Nguyen, LocX Q" <[EMAIL PROTECTED]> Sent by: [EMAIL PROTECTED] 10/01/2004 12:08 PM Please respond to openssl-users                 To:        <[EMAIL PROTECTED]>    

Microsoft Web server can use OpenSSL?

2004-10-01 Thread Nguyen, LocX Q
Hi,   I am new to OpenSSL, any suggestion is appreciated.   My question is: is it possible to force my Microsoft Web server (Windows Server 2003) to use OpenSSL? If so, then how?   Many thanks, Loc

Re: Problems creating a CA with openssl 0.9.7d

2004-10-01 Thread Bernhard Froehlich
Luis Matilla wrote: Hi, i have installed openssl 0.9.7d using a file downloaded from a web called Win32 OpenSSL v0.9.7d.exe, so i didn't compile any source code. Well, the problem is that i have tried to create a CA using this command: openssl req -x509 -newkey rsa -out cacert.pem -outform PEM [.

Problems creating a CA with openssl 0.9.7d

2004-10-01 Thread Luis Matilla
Hi, i have installed openssl 0.9.7d using a file downloaded from a web called Win32 OpenSSL v0.9.7d.exe, so i didn't compile any source code. Well, the problem is that i have tried to create a CA using this command: openssl req -x509 -newkey rsa -out cacert.pem -outform PEM When i use this comman