Re: OpenSSL FIPS 1.1.2 on Windows

2008-03-13 Thread Sisyphus
- Original Message - From: "Sisyphus" <[EMAIL PROTECTED]> . . Yet I still get those "undefined references" (posted earlier in this thread) when the attempt is made to build fips_desmoves.exe during the 'make' stage. Looks like I'll have to go digging. Rather than digging, I opte

how to uninstall openssl from source?

2008-03-13 Thread zlf.stevens
I have installed openssl-0.9.8g from source, using ./configure make make install But when i want to uninstall openssl , there is not a command to uninstall. such as make uninstall Please help me! how to uninstall openssl from source? Thanks Best Rgs Shengjun li __

Re: OpenSSL FIPS 1.1.2 on Windows

2008-03-13 Thread Sisyphus
- Original Message - From: "Dr. Stephen Henson" <[EMAIL PROTECTED]> To: Sent: Friday, March 14, 2008 5:24 AM Subject: Re: OpenSSL FIPS 1.1.2 on Windows On Thu, Mar 13, 2008, Scholl, Ben M. wrote: Would you please explain how to "properly" install the MingW environment? I started

Flags for embedded microcontroller compilation

2008-03-13 Thread Bruno, Frank
Hi, I'm working my way thru the makefile and need some info on the flags used. I've set L_ENDIAN, but I'd like to set a 32 bit flag. This is a non POSIX OS as well. Ideas? Thx - - - - - Appended by Scientific Atlanta, a Cisco company - - - - - This e-mail and any attachments may contai

RE: OpenSSL FIPS 1.1.2 on Windows

2008-03-13 Thread Scholl, Ben M.
Steve, I followed your procedure, and this time it actually looks like it worked. I am confused at what I need to do now to use this build. I ran this command: ~\apps\openssl version It returned: OpenSSL 0.9.7j-fips-dev XX xxx Is this the expected result? Do I need to then build another

RE: OpenSSL FIPS 1.1.2 on Windows

2008-03-13 Thread Ming Rutar
Steve, I saw your name in fips user guide, so you must be the best person to ask this question. How can I build fips libeay32.dll with 0.9.7m? I tried MSVC 6.0 and 8.x (aka VC 2005), and got link crash (LNK1000) in First stage of fipslink.pl. The crash seems caused by *.o file built by minGW/gc

Re: OpenSSL FIPS 1.1.2 on Windows

2008-03-13 Thread Dr. Stephen Henson
On Thu, Mar 13, 2008, Elia, Leonard F. wrote: > When I made OpenSSL-Fips for win32 with MinGW, I did not have any luck with > gcc-3.4.5; I just looked and mine is gcc-3.4.3 and that built > OpenSSL-Fips-1.1.1 just fine, all tests passed. I have not tried building > 1.1.2 yet, however. > >Fro

Re: OpenSSL FIPS 1.1.2 on Windows

2008-03-13 Thread Elia, Leonard F.
When I made OpenSSL-Fips for win32 with MinGW, I did not have any luck with gcc-3.4.5; I just looked and mine is gcc-3.4.3 and that built OpenSSL-Fips-1.1.1 just fine, all tests passed. I have not tried building 1.1.2 yet, however. The build process I followed: You untar OpenSSL-Fips-x.x.x a

Re: OpenSSL FIPS 1.1.2 on Windows

2008-03-13 Thread Dr. Stephen Henson
On Thu, Mar 13, 2008, Scholl, Ben M. wrote: > > Would you please explain how to "properly" install the MingW environment? I > started with a fresh installed and updated instance of Windows XP Pro SP2 and > installed a the version of MingW and MSYS as specified in the docs. What > else was I

RE: OpenSSL FIPS 1.1.2 on Windows

2008-03-13 Thread Scholl, Ben M.
Steve, Would you please explain how to "properly" install the MingW environment? I started with a fresh installed and updated instance of Windows XP Pro SP2 and installed a the version of MingW and MSYS as specified in the docs. What else was I supposed to do and how was I supposed to configu

Re: OpenSSL FIPS 1.1.2 on Windows

2008-03-13 Thread Dr. Stephen Henson
On Thu, Mar 13, 2008, Scholl, Ben M. wrote: > Saju, > > When you do get some time, would you please elaborate on how to accomplish > this task of building and installing each version and somehow linking each of > them together? > I have never had to do any of that. The FIPS 1.1.2 module shoul

RE: OpenSSL FIPS 1.1.2 on Windows

2008-03-13 Thread Scholl, Ben M.
Saju, When you do get some time, would you please elaborate on how to accomplish this task of building and installing each version and somehow linking each of them together? Thank you, Ben M. Scholl Ennovex Solutions, Inc. Software Engineer DoD PKE Engineering Phone: 703-933-9064 Fax: 703-933-

RE: OpenSSL FIPS 1.1.2 on Windows

2008-03-13 Thread Saju Paul
typo in step 2. 2. Build & Install openssl-fips- 1.1.2 -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Saju Paul Sent: Thursday, March 13, 2008 10:37 AM To: openssl-users@openssl.org Subject: RE: OpenSSL FIPS 1.1.2 on Windows On a clean system the build

RE: OpenSSL FIPS 1.1.2 on Windows

2008-03-13 Thread Saju Paul
On a clean system the build order would be. 1. Build & Install openssl-0.9.7m 2. Build & Install openssl-1.1.2 3. Build & Install openssl-0.9.8g 4. Build your application. Sorry, wish I had the time in the day to get into specifics. Saju -Original Message- From: [EMAIL PROTECTED] [mailto:[

RE: OpenSSL FIPS 1.1.2 on Windows

2008-03-13 Thread Blasdel, Jerry
Only the 0.9.7 series of OpenSSL can be built fips enabled. I checked on this a few weeks ago and they had suggested that it will probably not be until later this year before a 0.9.8 version is available that will be fips compatible. And after that, it has to go through the validation process. K

RE: OpenSSL FIPS 1.1.2 on Windows

2008-03-13 Thread Scholl, Ben M.
So do you need either openssl version 0.9.7m, 0.9.8g, or other to be built on the system before trying to build the FIPS version? How do you link the two versions? Ben M. Scholl Ennovex Solutions, Inc. Software Engineer DoD PKE Engineering Phone: 703-933-9064 Fax: 703-933-9067 www.ennovex.com

Re: OpenSSL FIPS 1.1.2 on Windows

2008-03-13 Thread Sisyphus
- Original Message - From: "Saju Paul" <[EMAIL PROTECTED]> To: Sent: Friday, March 14, 2008 12:11 AM Subject: RE: OpenSSL FIPS 1.1.2 on Windows Here is a clue...you need to have openssl 0.9.7m built & installed on the system you are attempting the FIPS build on. I have openssl-0.

RE: OpenSSL FIPS 1.1.2 on Windows

2008-03-13 Thread Saju Paul
Here is a clue...you need to have openssl 0.9.7m built & installed on the system you are attempting the FIPS build on. HTH - Saju -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Sisyphus Sent: Thursday, March 13, 2008 12:40 AM To: openssl-users@openssl.org Su

Re: Client authentication using Certificate chain.

2008-03-13 Thread kalyan janakiram
Hi Ma'm, I am a faculty in an Engg. College, AP. I need to teach my students abt OpenSSL. Can u help me with appropriate material and simple C programs to work on Windows. regards, kalyan On 3/13/08, Bhat, Jayalakshmi Manjunath <[EMAIL PROTECTED]> wrote: > > Hi All, > > If client authenticatio

Re: regarding ciphersuites

2008-03-13 Thread kalyan janakiram
Hi Gopi, I want some help regarding OpenSSl. My doubt is what is the requirements for the client to start? regrads, kalyan On 3/10/08, gopinath ethiraja <[EMAIL PROTECTED]> wrote: > > when I used the s_client command > > C:\OpenSSL\bin>openssl s_client -connect localhost:443 > Loading 'screen'

Client authentication using Certificate chain.

2008-03-13 Thread Bhat, Jayalakshmi Manjunath
Hi All, If client authentication requested by the server, is it MUST to send the certificate chain along with client certificate? Does RFC mandates sending certificate chain? Regards Jaya __ OpenSSL Project