RE: [openssl.org #3025] Patch for 2012-A-0070 (UNCLASSIFIED)

2013-03-28 Thread Ken Montagna
Try http://www.apachehaus.com You will find what you need -Original Message- From: owner-openssl-...@openssl.org [mailto:owner-openssl-...@openssl.org] On Behalf Of Ramkelawan, Dennis P CTR via RT Sent: Thursday, March 28, 2013 8:31 AM Cc: openssl-dev@openssl.org Subject: [openssl.org #302

RE: Cannot get openssl-1.0.1c into fips mode Resolved

2013-01-04 Thread Ken Montagna
Needed to LFLAGS And MLFLAGS /OPT:NOREF /OPT:NOICF /FIXED /DYNAMICBASE:No From: Ken Montagna [mailto:k...@bitzermobile.com] Sent: Friday, January 04, 2013 12:32 AM To: 'st...@openssl.org'; 'openssl-dev@openssl.org' Subject: Cannot get openssl-1.0.1c into fips mode

Cannot get openssl-1.0.1c into fips mode

2013-01-04 Thread Ken Montagna
CertMgrAPI\Debug>openssl md5 ..\capi_debug.log 912:error:2D06B06F:FIPS routines:FIPS_check_incore_fingerprint:fingerprint does not match:.\fips\fips.c:229: Ken Montagna

RE: Building openssl fips 2.0 shared without version for Android

2012-11-11 Thread Ken Montagna
We are going off topic on my question. Which is just, is android openssl builds going to continue to have versions? -Original Message- From: owner-openssl-...@openssl.org [mailto:owner-openssl-...@openssl.org] On Behalf Of Andy Polyakov Sent: Saturday, November 10, 2012 3:32 PM To: opens

RE: Building openssl fips 2.0 shared without version for Android

2012-11-09 Thread Ken Montagna
I have a common c library on top of openssl to abstract it from our applications we use for devices and servers. We can easily plug in any version of openssl going forward. On Android we had an existing jni wrapper for our common library that I compile with android ndk. Sorry, I realize is not ob

RE: Building openssl fips 2.0 shared without version for Android

2012-11-09 Thread Ken Montagna
g openssl fips 2.0 shared without version for Android Ken Montagna wrote: > I have built android on windows, iOS, and android successfully, but > with android I had to do a workaround for the versioning using this link: > > http://stackoverflow.com/questions/12269563/using-openssl-fip

Building openssl fips 2.0 shared without version for Android

2012-10-30 Thread Ken Montagna
to config to accomplish this? Ken Montagna Earth-Security14x14http://www.BitzerMobile.com <>

RE: FIPS_mode_set(1) always returns false

2012-09-07 Thread Ken Montagna
Shouldn't you be using FIPS 2.0 object module with openssl 1.01c ? That is what I am using From: owner-openssl-...@openssl.org [mailto:owner-openssl-...@openssl.org] On Behalf Of Taraniteja Vishwanatha Sent: Friday, September 07, 2012 7:21 AM To: openssl-dev@openssl.org Subject: FIPS_mode_set(1

Re: Bugfixes and new functionality in the CAPI engine

2012-06-20 Thread Ken Montagna
so this is not in 1.01c either? Dr. Stephen Henson wrote: > > On Thu, Jan 12, 2012, Alexey Melnikov wrote: > >> Hi, >> I have several patches with bugfixes to engines/e_capi.c, as well as >> some new functionality: >> >> 1) some memory/resource leaks in e_capi.c >> >> ctx->cspname can be lea