Re: fipslink

2013-04-05 Thread Raghav Varadan
...@openssl.org [mailto: owner-openssl-us...@openssl.org] *On Behalf Of *Raghav Varadan *Sent:* Wednesday, April 03, 2013 5:59 PM *To:* openssl-users@openssl.org *Subject:* Re: fipslink ** ** Jon, I have the same problem that you were mentioning in your thread. I built a batch

Re: fipslink

2013-04-03 Thread Raghav Varadan
, Raghav On Thu, Feb 7, 2013 at 2:26 PM, Dave Thompson dthomp...@prinpay.com wrote: From: owner-openssl-us...@openssl.org On Behalf Of Jeffrey Walton Sent: Wednesday, 06 February, 2013 16:59 To: openssl-users@openssl.org Subject: Re: fipslink On Wed, Feb 6, 2013 at 2:40 PM, Memmott

RE: fipslink

2013-04-03 Thread Jon Evers
From: owner-openssl-us...@openssl.org [mailto:owner-openssl-us...@openssl.org] On Behalf Of Raghav Varadan Sent: Wednesday, April 03, 2013 5:59 PM To: openssl-users@openssl.org Subject: Re: fipslink Jon, I have the same problem that you were mentioning in your thread. I built a batch

Re: fipslink

2013-04-03 Thread Raghav Varadan
-- *From:* owner-openssl-us...@openssl.org [mailto: owner-openssl-us...@openssl.org] *On Behalf Of *Raghav Varadan *Sent:* Wednesday, April 03, 2013 5:59 PM *To:* openssl-users@openssl.org *Subject:* Re: fipslink ** ** Jon, I have the same problem that you were mentioning in your

RE: fipslink

2013-02-07 Thread Memmott, Lester
[mailto:owner-openssl-us...@openssl.org] On Behalf Of Jeffrey Walton Sent: Wednesday, February 06, 2013 2:59 PM To: openssl-users@openssl.org Subject: Re: fipslink On Wed, Feb 6, 2013 at 2:40 PM, Memmott, Lester lester.memm...@landesk.com wrote: Jon, I’m having trouble with fipslink as well

Re: fipslink

2013-02-07 Thread Dr. Stephen Henson
On Wed, Feb 06, 2013, Memmott, Lester wrote: Jon, I???m having trouble with fipslink as well and thought it might help to compare notes. These are the linker errors I???m getting using Visual Studio 2008: If you can it is far easier to link against the DLLs created by the FIPS capable

RE: fipslink

2013-02-07 Thread Memmott, Lester
carefully, I found that fipslink.pl was used to compile libeay32.dll, but not for openssl.exe. Link libeay32.dll in ntdll.mak. Note that FIPSLINK is used and O_FIPSCANISTER is included along with fips_premain.obj: $(O_CRYPTO): $(CRYPTOOBJ) $(O_FIPSCANISTER) $(PREMAIN_DSO_EXE) SET FIPS_LINK

RE: fipslink

2013-02-07 Thread Memmott, Lester
, Lester -Original Message- From: owner-openssl-us...@openssl.org [mailto:owner-openssl-us...@openssl.org] On Behalf Of Dr. Stephen Henson Sent: Thursday, February 07, 2013 8:00 AM To: openssl-users@openssl.org Subject: Re: fipslink On Wed, Feb 06, 2013, Memmott, Lester wrote: Jon, I

Re: fipslink

2013-02-07 Thread Dr. Stephen Henson
On Thu, Feb 07, 2013, Memmott, Lester wrote: Thanks so much for your response. Perhaps some clarification is in order. When you state static libraries are you referring to libeay32 being statically linked with the c runtime libraries? ...or do you mean my application statically linking

RE: fipslink

2013-02-07 Thread Memmott, Lester
Dr Henson, Excellent! Thanks for clarifying that for us! Jon, I'm using dynamic openssl libraries so I have no need pursue this further. If you still do, good luck! Thanks, Lester __ OpenSSL Project

RE: fipslink

2013-02-07 Thread Dave Thompson
From: owner-openssl-us...@openssl.org On Behalf Of Jeffrey Walton Sent: Wednesday, 06 February, 2013 16:59 To: openssl-users@openssl.org Subject: Re: fipslink On Wed, Feb 6, 2013 at 2:40 PM, Memmott, Lester lester.memm...@landesk.com wrote: Jon, I'm having trouble with fipslink

RE: fipslink

2013-02-06 Thread Memmott, Lester
Jon, I’m having trouble with fipslink as well and thought it might help to compare notes. These are the linker errors I’m getting using Visual Studio 2008: fips_premain.obj : error LNK2001: unresolved external symbol unsigned char * FIPS_signature (?FIPS_signature@@3PAEA) fips_premain.obj

RE: fipslink

2013-02-06 Thread Jon Evers
fips_premain.obj. My equivalent of your @link.rsp does not have fips_premain in it. I thought fipslink compiled and linked that for me. M my fipslink.pl dies at First stage Link Failure - Line 55, which is the same place you get to. I can't really copy my make files because they are on a secure system, so I

RE: fipslink

2013-02-06 Thread Jon Evers
in my previous attempt to use fipslink: I created a full VED.mak file based on ntdll.mak that has fipslink and bunch of symbols in it instead of your shorter batch file method. I ran into problems because I wasn't using the installed locations (from ntdll.mak install). I didn't use the msincore

Re: fipslink

2013-02-06 Thread Jeffrey Walton
On Wed, Feb 6, 2013 at 2:40 PM, Memmott, Lester lester.memm...@landesk.com wrote: Jon, I’m having trouble with fipslink as well and thought it might help to compare notes. These are the linker errors I’m getting using Visual Studio 2008: fips_premain.obj : error LNK2001: unresolved external

fipslink

2013-02-05 Thread Jon Evers
Does anyone have a windows make file that uses fipslink to build an executable that they can forward to me? Alternatively a Visual Studio project that uses that would also help? The smaller and simpler the project the better. I'm trying to build a windows executable that uses the fips