Re: openssl libs for win32 w/o requiring the dreaded msvcr71.dll?

2008-03-28 Thread Bobby Krupczak
Hi! > First off, let me thank Shining Path folks for making available the I must have revolutionary thoughts on the brain. I meant to say "Shining Light" -- thats the name of the company that distributed the pre-build win32 openssl libs. Sorry for the typo. Shining Path is the name of the alle

openssl libs for win32 w/o requiring the dreaded msvcr71.dll?

2008-03-28 Thread Bobby Krupczak
Hi! First off, let me thank Shining Path folks for making available the installation package for openssl 0.9.8g. I went ahead and download the source and built it myself because I found that the Shining Path distro had a dependency on msvcr71.dll. Older win32 systems like win2k and win2003 do no

RE: MS linker crash while building FIPS Openssl DLL on Windows

2008-03-28 Thread Ming Rutar
Use gcc 3.4.2. You can get it by selecting Previous version when install minGW. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Stuart Juengst Sent: Friday, March 28, 2008 8:29 AM To: openssl-users@openssl.org Subject: MS linker crash while building FIPS O

MS linker crash while building FIPS Openssl DLL on Windows

2008-03-28 Thread Stuart Juengst
I'm attempting to build a Windows DLL for openssl-fips-1.1.2, and it's crashing the MS linker. I have MinGW 5.1.3, MSYS 1.0.10, gcc 3.4.5. I see the same thing with a variety of different versions of the MS toolchain, including Visual Studio 2008 and 2003, and MS DDKs (3790 and 6000). I did the

Re: Client Side certification process through OpenSSL

2008-03-28 Thread vaibhav bindroo
thanks for the response ..i got it work !! -Vaibhav

Help Needed: Error loading cert from Char buffer

2008-03-28 Thread Mohd Saleem
Hi, I am trying to load a cert from a char buffer, I am getting an error, "error:0D0680A8:asn1 encoding routines:ASN1_CHECK_TLEN:wrong tag" This is the code snippet, could one somene please tell me what is the error ??? And how do we rectify it. Thanks, Saleem int SClient::loadCert(char *v_ce

Re: Problems about how to store private key safely

2008-03-28 Thread Michael S. Zick
On Fri March 28 2008 04:18, learning openssl wrote: > > Hello, > > I hope to design an application that uses OpenSSL. Users will use this > application from different PCs or Laptops. Therefore, users will have to have > their private key in different pcs. If I use the pass phrase protected > p

stunnel 4.22 released (Black Hat Europe edition)

2008-03-28 Thread MichaƂ Trojnara
Dear Users, I have just released a new version of stunnel. This is mostly a bugfix release and I recommend to schedule an upgrade. Please find below the ChangeLog entry: Version 4.22, 2008.03.28, urgency: MEDIUM: * New features - Makefile was updated to use standard autoconf variables: sy

Unable to load private key error

2008-03-28 Thread BARRY KUMRO
Hello, perhaps you can advise me on this? I ran openssl req -new -out certreq.arm -keyout QMNGRXXX.pem -config /usr/xxx/xxx/ssl/openssl.cnf I then typed and retyped the pass phrase. And recorded it for future use. This created a QMNGRXXX.pem and a certreq.arm I sent the certreq.arm to t

openssl make has problem!!!

2008-03-28 Thread Gohari, Mina (Best Buy Canada)
Hi There, I am trying to install openssl-0.9.8g on my solaris-sparcv9 and am getting error when I ran make. Could you please point me the problem? Thanks gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -m32 -mcpu=ultrasparc -O3 -fomit-frame-pointer -

Solved - Re: Problem making shared libraries on Solaris

2008-03-28 Thread Joseph Felten
Got it. Using the sun Studio 11 C compiler and manually specifying: ./Configure solaris-sparcv8-cc --prefix=/usr/local/openssl.0.9.8g --openssldir=/usr/local/openssl.0.9.8g shared threads Thanks to those that helped! Quoting Carson Gaspar <[EMAIL PROTECTED]>: > Joseph Felten wrote: > > Has any