Re: OpenSSL exception linking MSVCRT but not MSVCRTD

2001-11-11 Thread Gregg K Gibson

Has anyone come up with a solution for this?  I've seen the same thing with
openssl built with visual c++.

From: Kim Majikes Subject: OpenSSL exception linking MSVCRT but not MSVCRTD 
Date: Wed, 31 Oct 2001 07:16:31 -0800


I'm having problems when running some OpenSSL commands from the command 
line. I performed the following steps as outlined in the Install.w32 
file.

 - used ms\do_ms to create the mak files - compiled using ntdll.mak 
 - Tested the following openssl commands.  openssl req -x509 
-newkey rsa:1024 -keyout server-key.pem - out server-req.pem  
 openssl genrsa -out server-key.pem 1024  openssl req -new -key 
server-key.pem -out server-req.pem

The first two commands seem to be working but then an exception
occurs, The instruction at .. referenced memory at ...  The memory could 
not be read.   The third command works.

When I modify the ntdll.mak to use '/MDd' (MSVCRTD.LIB debug lib)
instead of '/MD' (MSVCRT.LIB), I do not see the errors.

Any ideas? Thanks, Kim


_ 
OpenSSL Project http://www.openssl.org User Support Mailing List
   [EMAIL PROTECTED] Automated List Manager 
 [EMAIL PROTECTED]




_
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp

__
OpenSSL Project http://www.openssl.org
User Support Mailing List[EMAIL PROTECTED]
Automated List Manager   [EMAIL PROTECTED]



OpenSSL exception linking MSVCRT but not MSVCRTD

2001-10-31 Thread Kim Majikes

I'm having problems when running some OpenSSL commands from the command
line.
I performed the following steps as outlined in the Install.w32 file.

 - used ms\do_ms to create the mak files
 - compiled using ntdll.mak
 - Tested the following openssl commands.
  openssl req -x509 -newkey rsa:1024 -keyout server-key.pem -out
server-req.pem
  openssl genrsa -out server-key.pem 1024
  openssl req -new -key server-key.pem -out server-req.pem

The first two commands seem to be working but then an exception occurs,
The instruction at .. referenced memory at ...  The
memory could not be read.   The third command works.

When I modify the ntdll.mak to use '/MDd' (MSVCRTD.LIB debug lib) instead
of '/MD' (MSVCRT.LIB), I do not see the errors.

Any ideas?
Thanks, Kim


__
OpenSSL Project http://www.openssl.org
User Support Mailing List[EMAIL PROTECTED]
Automated List Manager   [EMAIL PROTECTED]



Re: OpenSSL exception linking MSVCRT but not MSVCRTD

2001-10-31 Thread Christopher Crowley

I am interested in providing a /dev/urandom for a Solaris 8 machine.  EGD
doesn't provide sufficient randomness for sendmail 8.11.6, according to the
system logs. However, the SUNWski package doesn't install properly on
Solaris 8 (Sparc). What other  method do you suggest?

Thank you in advance for the information.

Chris

__
OpenSSL Project http://www.openssl.org
User Support Mailing List[EMAIL PROTECTED]
Automated List Manager   [EMAIL PROTECTED]