Build Problem Latest Release

2000-11-20 Thread James Goruk
I was trying to build   2086131 Sep 24 17:46:22 2000 openssl-0.9.6.tar.gz  [LATEST]  And I got two errors   1.     cl /Fotmp32dll\rand_win.obj  -Iinc32 -Itmp32dll /MD /W3 /WX /G5 /Ox /O2 /Ob2 /Gs0 /GF /Gy /nologo -DWIN32 -DWIN32_LEAN_AND_MEAN -DL_ENDIAN -DDSO_WIN32 -DBN_ASM -DMD5_ASM -DSH

Installed.. Making a Cert

2000-11-20 Thread Brock Noland
Ok I have OpenSSL installed.. Now, being used to good docs, I don't know how to configure it for my use. Is there any documentation out there?? I am running linux on a i586.. Thanks Brock __ OpenSSL Project

RE: Timeout problems?

2000-11-20 Thread Michael Wojcik
> From: Lutz Jaenicke [mailto:[EMAIL PROTECTED]] > Sent: Monday, November 20, 2000 6:02 PM > On Mon, Nov 20, 2000 at 03:46:22PM -0800, Soul Fire wrote: > > 1- When compiling with HPUX 10.20 + gcc (or cc) + openssl-0.9.5a I > > get thye following error : > > cc: "/openssl-0.9.5a/include/openssl/st

Using OPENSSL toolkit

2000-11-20 Thread Hegde, Ramdas
Hello All I am new to the SSL world and have this task to write an application which talks to another application using SSL_RSA_WITH_RC4_128_MD5. I have downloaded and installed the OPENSSL toolkit. I am looking for something like a programming reference to guide me thru the steps necessary to ac

Re: Timeout problems?

2000-11-20 Thread Lutz Jaenicke
On Mon, Nov 20, 2000 at 03:46:22PM -0800, Soul Fire wrote: > Thanks for pointing me in the direction of the thread. I compiled the patched >version ... however, I noticed two things : > > 1- When compiling with HPUX 10.20 + gcc (or cc) + openssl-0.9.5a I get thye >following error : > cc:

compiling openssl-0.9.6 without RSAREF

2000-11-20 Thread Randy Danielson
Hello, I am trying to configure a Red Hat 7 server per a developers specs. The SSL specs are: openssl-0.9.6 Net_SSLeay.pm-1.05 He told me that I need to compile openssl without RSAREF. I guessed this is the way to do that: Since I had already installed it that is why I did a make clean first

Re: Timeout problems?

2000-11-20 Thread Soul Fire
Thanks for pointing me in the direction of the thread. I compiled the patched version ... however, I noticed two things : 1- When compiling with HPUX 10.20 + gcc (or cc) + openssl-0.9.5a I get thye following error : cc: "/openssl-0.9.5a/include/openssl/stack.h", line 82: error 1000: Une

Re: SSL Certificate Installation Problem

2000-11-20 Thread Dr S N Henson
"Visionary Website Creations, Inc." wrote: > > At 07:54 PM 11/20/00 +, you wrote: > >Hmmm seems OK to me too. Is that the only certificate in the file? > > > >I suppose it is possible that some other certificate it attempts to read > >in somewhere is corrupt: check the trusted file or directo

somebody has told me to compile without RSAREF

2000-11-20 Thread Randy Danielson
Hello, I am trying to configure a Red Hat 7 server per a developers specs. The SSL specs are: openssl-0.9.6 Net_SSLeay.pm-1.05 He told me that I need to compile openssl without RSAREF. What are the steps/commands to use to compile OpenSSL without RSAREF? Thanks, Randy Danielson Active Compu

Re: SSL Certificate Installation Problem

2000-11-20 Thread Visionary Website Creations, Inc.
At 07:54 PM 11/20/00 +, you wrote: >Hmmm seems OK to me too. Is that the only certificate in the file? > >I suppose it is possible that some other certificate it attempts to read >in somewhere is corrupt: check the trusted file or directory to see if >anything is wrong there. > >Steve. There

Re: Re: Random number generation

2000-11-20 Thread Tim Newsham
> Hi, > since I have the same problem and since there is almost no useful > documentation available, what I'm supposed to do if there is > /dev/random but it blocks? Note: Don't have /dev/urandom. you can read as much as is available, with a non-blocking file descriptor or with FIONREAD. If

Re: SSL Certificate Installation Problem

2000-11-20 Thread Dr S N Henson
"Visionary Website Creations, Inc." wrote: > > > > >What does this alleged certificate look like? Can you read it with > > > >openssl x509 -in cert.pem > > > >or does it give a similar error? Can you include the certificate file? > >It doesn't contain anything confidential and it may be packaged

Re: Timeout problems?

2000-11-20 Thread Soul Fire
Hmm .. would you mind explaining where this needs to be set? Thanks -Original Message- From:Arne Ansper [EMAIL PROTECTED] Sent:Sat, 18 Nov 2000 15:56:06 +0200 (E. Europe Standard Time) To: [EMAIL PROTECTED] Subject: Re: Timeout problems? > > I have been running a power

RE: Looking for an HTTPS client for NT C/C++

2000-11-20 Thread Harry Whitehouse
John -- Take a look at the WININET.DLL resources on the MS site. This DLL is the core of Internet Explorer and the API set is exposed to developers. The user must have IE installed on their machine (although it needn't be their default browser) for this to work. HTH Harry -Original Message

Re: SSL Certificate Installation Problem

2000-11-20 Thread Visionary Website Creations, Inc.
At 04:57 PM 11/20/00 +, you wrote: >"Visionary Website Creations, Inc." wrote: >> >> At 09:50 PM 11/17/00 +, you wrote: >> >"Visionary Website Creations, Inc." wrote: >> >> >> >> Hi, >> >> >> >> I chatted via IRC with a Thawte tech for about 3 hours. Unfortunately, >> >> we're stumped. >

Re: SSL Certificate Installation Problem

2000-11-20 Thread Dr S N Henson
"Visionary Website Creations, Inc." wrote: > > At 09:50 PM 11/17/00 +, you wrote: > >"Visionary Website Creations, Inc." wrote: > >> > >> Hi, > >> > >> I chatted via IRC with a Thawte tech for about 3 hours. Unfortunately, > >> we're stumped. > >> > >> Here's the problem: > >> > >> I generat

Re: Re: Random number generation

2000-11-20 Thread Wolfgang=20H=E4felinger
Hi, since I have the same problem and since there is almost no useful documentation available, what I'm supposed to do if there is /dev/random but it blocks? Note: Don't have /dev/urandom. Btw, is there any useful documentation around or in progress? Bye, Wolfgang. [EMAIL PROTECTED] schri

Re: Random number generation

2000-11-20 Thread Tim Newsham
> Hi, > > I am a complete novice when it comes to SSL and I have had to = > incorporate OpenSSL into my project through use of a CORBA ORB I am = > using. > > I have been advised that I need a random number generator to use = > OpenSSL. Is this true, and if so why? I am just trying to understand

Re: xenroll.cab for IE to auto install certificate?

2000-11-20 Thread Rick Fister
I thought this Active X control was bundled with all but the older versions of IE... Anyhow, I've used it with IE 5+ without problems. Here's a link that gives some usage examples, etc: http://msdn.microsoft.com/library/default.asp?URL=/library/psdk/certsrv/xen_abus_0gtv.htm Rick "P.K.B. Hari

Re: SSL Certificate Installation Problem

2000-11-20 Thread Visionary Website Creations, Inc.
At 09:50 PM 11/17/00 +, you wrote: >"Visionary Website Creations, Inc." wrote: >> >> Hi, >> >> I chatted via IRC with a Thawte tech for about 3 hours. Unfortunately, >> we're stumped. >> >> Here's the problem: >> >> I generated a csr for probrasive.com using SSLeay. While trying to insta

x509_def.c error

2000-11-20 Thread mslygh
I have tried building both 9.5a and 9.6. I get the same error with both. error c2220: warning treated as error - no object file generated warning c4129: 'o' unrecognized character escape sequence. the code it is: const char *X509_get_default_private_dir(void) { return(X509_PRIVATE_DIR);

OpenSSL on MacOS X Public Beta

2000-11-20 Thread saywake
Has anybody tried to build 0.9.6 on MacOS X? Anybody willing to try? -KenS __ OpenSSL Project http://www.openssl.org User Support Mailing List[EMAIL PROTECTED] Automated List M

RE: Openssl RPMs

2000-11-20 Thread John . Airey
Thank you all for your replies, especially Fonya's. I agree that modssl isn't openssl , but I find it odd that the RPMS for openssl are being put on the modssl site rather than the openssl site (which incidentally has only one contribution at www.openssl.org./contrib). Openssl RPMS have a much w

RE: Openssl RPMs

2000-11-20 Thread Villy Kruse
On Mon, 20 Nov 2000 [EMAIL PROTECTED] wrote: > > Thank you for your reply. However, I find it confusing that RPMs are > available from the modssl site yet I am unable to contact the person who > provided them. I have managed to contact one person who tells me that he > didn't provide them, and I

Re: Sending data on a socket before SSL_Accept

2000-11-20 Thread Lutz Jaenicke
On Sun, Nov 19, 2000 at 11:33:18PM -0500, Jeffrey Altman wrote: > > > > Can I send data to a client via normal send() call before I call = > > SSL_Accept? I would like to send a message to my client that identifies = > > the server and it's options, like if SSL is being used or not? Will this = >

Open SSL on Solaris 2.6

2000-11-20 Thread Marco Donati
Is there any place (www, ftp...) where I can download a COMPILED version of Open-SSL (0.9.0.5a or 0.9.6) for Solaris 2.6 ? Thanks -- Marco Donati Context Security - Software P.zza Liberazione, 25 - 20013 Magenta (MI) Phone:

RE: Openssl RPMs

2000-11-20 Thread Akos Szabo
On Mon, 20 Nov 2000 [EMAIL PROTECTED] wrote: > Thank you for your reply. However, I find it confusing that RPMs are > available from the modssl site yet I am unable to contact the person who > provided them. I have managed to contact one person who tells me that he > didn't provide them, and I've

RE: Openssl RPMs

2000-11-20 Thread John . Airey
Thank you for your reply. However, I find it confusing that RPMs are available from the modssl site yet I am unable to contact the person who provided them. I have managed to contact one person who tells me that he didn't provide them, and I've had no response so far from the only other email addr