Re: [openssl-users] Query on usage of openssl 1.1.0f with openssl-FIPS

2017-09-06 Thread Salz, Rich via openssl-users
Ø I am unable to find the openssl-fips module for 1.1.0f. Do you know when it will be available? We have no date. Work hasn’t fully started, and isn’t fully funded. Perhaps your company would like to help? :) See our blog for updates (look in the archive for postings with FIPS in the title

[openssl-users] Query on usage of openssl 1.1.0f with openssl-FIPS

2017-09-05 Thread Grace Priscilla Jero
Hi All, We would want to build our openssl 1.1.0f with FIPS but we noticed it is mentioned as “The 2.0 FIPS module is compatible with OpenSSL releases 1.0.1 and 1.0.2, and no others”. I am unable to find the openssl-fips module for 1.1.0f. Do you know when it will be available? Could you

[openssl-users] OpenSSL FIPS CAVP tests throws an error iob_func while linking

2017-06-27 Thread Jayalakshmi bhat
Hi All, I am trying to build CAVP test executable for WinCE. Most of the executable are built except 1-2. I am facing iob_func unresolved error. Every thing seems to be proper. Any idea or help is well appreciated. Regards Jaya -- openssl-users mailing list To unsubscribe: https://mta.openssl.o

[openssl-users] FIPS CAVP tests for WinCE.

2017-06-18 Thread Jayalakshmi bhat
Hi All, I am using OpenSSL-FIPS-2.0.4 library on ARM7 + WinCE 6.0 with "user affirm" the validation for Y per I.G. G.5. We want to run latest CAVP test suites. We have built the *build_algvs and other executable* for the above product/build environment. However when we are trying to e

Re: [openssl-users] Source code to build "OpenSSL 1.0.1e-fips 11 Feb 2013"?

2017-06-03 Thread Joe Flowers
ake your best guess at building it manually yourself from original > source: > > (a) your old OpenSSL source here: > > https://www.openssl.org/source/old/1.0.1/ > > (b) that string doesn't tell you which exact FIPS module source, the > current version is here: > >

Re: [openssl-users] Source code to build "OpenSSL 1.0.1e-fips 11 Feb 2013"?

2017-06-02 Thread Porter, Andrew
.org/source/old/1.0.1/ (b) that string doesn't tell you which exact FIPS module source, the current version is here: https://www.openssl.org/source/openssl-fips-2.0.16.tar.gz (c) The FIPS-140 User Guide here, which covers how to build first the FIPS module and then fips-ena

[openssl-users] Source code to build "OpenSSL 1.0.1e-fips 11 Feb 2013"?

2017-06-02 Thread Joe Flowers
Hello Everyone, Will someone tell me where the source code is to build this version of openssl, please? "OpenSSL 1.0.1e-fips 11 Feb 2013" Thanks! Joe - -- openssl-users mailing list To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-users

Re: [openssl-users] /proc/sys/crypto/fips_enabled=1 is this enough to make OpenSSL to change its mode to FIPS?

2017-05-13 Thread Steve Marquess
On 05/12/2017 05:17 PM, Hareesh Joshi wrote: > Hi, > > I've a CentOS machine with >1. FIPS capable OpenSSL module installed >2. Kernel switched to FIPS with /proc/sys/crypto/fips_enabled=1 > > Will this make OpenSSL to switch to FIPS mode as well? Or do I

[openssl-users] /proc/sys/crypto/fips_enabled=1 is this enough to make OpenSSL to change its mode to FIPS?

2017-05-12 Thread Hareesh Joshi
Hi, I've a CentOS machine with 1. FIPS capable OpenSSL module installed 2. Kernel switched to FIPS with /proc/sys/crypto/fips_enabled=1 Will this make OpenSSL to switch to FIPS mode as well? Or do I necessarily need to use OPENSSL_FIPS=1 ? Thank you, -Hareesh Joshi -- openssl-

Re: [openssl-users] Problem building Linux shared library with static FIPS capable OpenSSL

2017-05-02 Thread Nathan Glasser
>Try a shared build of the FIPS capable OpenSSL. You should then get >fips_premain_dso built as part of that process. Alternatively just do: > make fips_premain_dso >The fips_premain_dso executable isn't anything special: all it does is load >the library. It shoul

Re: [openssl-users] Problem building Linux shared library with static FIPS capable OpenSSL

2017-05-01 Thread Dr. Stephen Henson
On Mon, May 01, 2017, Nathan Glasser wrote: > Hello, > > We are using openssl-fips 2.0.14 with OpenSSL 1.0.2j. > > We have a shared library on both Linux and Windows which uses static OpenSSL > libraries. We'd like it to use static FIPS-capable OpenSSL libraries. > &

[openssl-users] Problem building Linux shared library with static FIPS capable OpenSSL

2017-05-01 Thread Nathan Glasser
Hello, We are using openssl-fips 2.0.14 with OpenSSL 1.0.2j. We have a shared library on both Linux and Windows which uses static OpenSSL libraries. We'd like it to use static FIPS-capable OpenSSL libraries. On Windows, everything is fine. On Linux, I have a problem. I am doing my tes

Re: [openssl-users] Static FIPS Library with Address Randomization

2017-03-21 Thread Jakob Bohm
: Re: [openssl-users] Static FIPS Library with Address Randomization Note you may not modify the openssl-FIPS build files or process. However, building the openssl host container of the FIPS library build, you may pin the DLL file with link flags and dodge this relocation. Yes. That's

Re: [openssl-users] Static FIPS Library with Address Randomization

2017-03-21 Thread Steve Marquess
ssl.org >>> Subject: Re: [openssl-users] Static FIPS Library with Address >>> Randomization >>> >>> Note you may not modify the openssl-FIPS build files or process. >>> >>> However, building the openssl host container of the FIPS library build, >&g

Re: [openssl-users] Static FIPS Library with Address Randomization

2017-03-21 Thread Jakob Bohm
On 21/03/2017 14:02, Michael Wojcik wrote: From: openssl-users [mailto:openssl-users-boun...@openssl.org] On Behalf Of William A Rowe Jr Sent: Monday, March 20, 2017 20:59 To: openssl-users@openssl.org Subject: Re: [openssl-users] Static FIPS Library with Address Randomization Note you may not

Re: [openssl-users] Static FIPS Library with Address Randomization

2017-03-21 Thread Michael Wojcik
> From: openssl-users [mailto:openssl-users-boun...@openssl.org] On Behalf > Of William A Rowe Jr > Sent: Monday, March 20, 2017 20:59 > To: openssl-users@openssl.org > Subject: Re: [openssl-users] Static FIPS Library with Address Randomization > > Note you may not modify t

Re: [openssl-users] Static FIPS Library with Address Randomization

2017-03-20 Thread William A Rowe Jr
On Fri, Mar 17, 2017 at 12:06 PM, Michael Wojcik wrote: > >> From: openssl-users [mailto:openssl-users-boun...@openssl.org] On Behalf >> Of Neptune >> Sent: Friday, March 17, 2017 09:26 >> To: openssl-users@openssl.org >> Subject: [openssl-users] Static FIPS L

Re: [openssl-users] Static FIPS Library with Address Randomization

2017-03-17 Thread Michael Wojcik
> From: openssl-users [mailto:openssl-users-boun...@openssl.org] On Behalf > Of Neptune > Sent: Friday, March 17, 2017 09:26 > To: openssl-users@openssl.org > Subject: [openssl-users] Static FIPS Library with Address Randomization > > Platform: Win32 > FIPS Object

[openssl-users] Static FIPS Library with Address Randomization

2017-03-17 Thread Neptune
Platform: Win32 FIPS Object Module: 2.0.13 OpenSSL: 1.0.2j We've been using FIPS-capable OpenSSL for over a year now. Some of our components are .dlls that statically link the libraries. Using the BASE: linker flag (but not /FIXED) has worked well with only very occasional address cl

Re: [openssl-users] OpenSSL DRBG in FIPS mode confusion.

2017-03-15 Thread Matthias St. Pierre
On 15.03.2017 10:50, Jayalakshmi bhat wrote: > Hi All, > > OpenSSL uses 256 bit AES-CTR DRBG as default DRBG in FIPS mode. I have > question associated with this. > > 1. OpenSSL wiki says : Default DRBG is 256-bit CTR AES *using a derivation > function* > 2. Where

[openssl-users] OpenSSL DRBG in FIPS mode confusion.

2017-03-15 Thread Jayalakshmi bhat
Hi All, OpenSSL uses 256 bit AES-CTR DRBG as default DRBG in FIPS mode. I have question associated with this. 1. OpenSSL wiki says : Default DRBG is 256-bit CTR AES *using a derivation function* 2. Where as the document http://csrc.nist.gov/groups/STM/cmvp/documents/140-1/140sp/140sp1747.pdf

Re: [openssl-users] Can I rename the OpenSSL shared objects for FIPS?

2017-01-12 Thread Eichenberger, John
, 2017 12:10 PM To: openssl-users@openssl.org Subject: [openssl-users] Can I rename the OpenSSL shared objects for FIPS? We are shipping OpenSSL (1.0.2j) shared objects built with FIPS, which are automatically loaded when the application starts. But if our software directory is in the path (or

Re: [openssl-users] Can I rename the OpenSSL shared objects for FIPS?

2017-01-12 Thread Benjamin Kaduk
On 01/12/2017 02:10 PM, Perrow, Graeme wrote: > > We are shipping OpenSSL (1.0.2j) shared objects built with FIPS, > which are automatically loaded when the application starts. But if our > software directory is in the path (or LD_LIBRARY_PATH or platform > equivalent) earlier

[openssl-users] Can I rename the OpenSSL shared objects for FIPS?

2017-01-12 Thread Perrow, Graeme
We are shipping OpenSSL (1.0.2j) shared objects built with FIPS, which are automatically loaded when the application starts. But if our software directory is in the path (or LD_LIBRARY_PATH or platform equivalent) earlier than the system directories, then other applications that load OpenSSL

Re: [openssl-users] [FIPS compliance] ssl reneg when counter overflows(AES_GCM)

2016-11-04 Thread Jakob Bohm
On 04/11/2016 09:26, Marcus Meissner wrote: On Fri, Nov 04, 2016 at 10:03:21AM +0530, Akshar Kanak wrote: Dear team as per the documnet http://csrc.nist.gov/groups/ STM/cmvp/documents/fips140-2/FIPS1402IG.pdf page 150 , Its mentioned The implementation of the nonce_explicit manage

Re: [openssl-users] [FIPS compliance] ssl reneg when counter overflows(AES_GCM)

2016-11-04 Thread Marcus Meissner
On Fri, Nov 04, 2016 at 10:03:21AM +0530, Akshar Kanak wrote: > Dear team > as per the documnet http://csrc.nist.gov/groups/ > STM/cmvp/documents/fips140-2/FIPS1402IG.pdf > page 150 , Its mentioned > The implementation of the nonce_explicit management logic inside the > module shall ens

[openssl-users] [FIPS compliance] ssl reneg when counter overflows(AES_GCM)

2016-11-03 Thread Akshar Kanak
Dear team as per the documnet http://csrc.nist.gov/groups/ STM/cmvp/documents/fips140-2/FIPS1402IG.pdf page 150 , Its mentioned The implementation of the nonce_explicit management logic inside the module shall ensure that when the nonce_explicit part of the IV exhausts the maximum n

[openssl-users] [FIPS compliance] ssl reneg when counter overflows(AES_GCM)

2016-11-02 Thread Akshar Kanak
Dear team as per the documnet http://csrc.nist.gov/groups/STM/cmvp/documents/fips140-2/FIPS1402IG.pdf page 150 , Its mentioned The implementation of the nonce_explicit management logic inside the module shall ensure that when the nonce_explicit part of the IV exhausts the maximum nu

[openssl-users] Cannot initialize FIPS library in 1.0.2j but 1.0.2i is OK

2016-10-28 Thread Perrow, Graeme
I'm seeing a problem where my application cannot initialize the FIPS library (i.e. the call to FIPS_mode_set fails) when using 1.0.2j libraries. The error I get is: "FIPS_check_incore_fingerprint:fingerprint does not match:fips.c:232:" However if I build 1.0.2i libraries, everyt

[openssl-users] EVP_aes_256_wrap() in FIPS-140 mode?

2016-10-28 Thread Surendar Chandra
I cannot seem to use EVP_aes_256_wrap() in FIPS mode. I saw some earlier discussions on using low level APIs; but I am using the EVP method. Is it supported? I am using 1.0.2h/2.0.12. Thanks much -S -- openssl-users mailing list To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl

Re: [openssl-users] Enabling FIPS on an custom embedded system.

2016-10-27 Thread Steve Marquess
On 10/26/2016 06:06 PM, Eric Tremblay wrote: > Hi Steve, > > Thanks for the quick reply. > > That is what I had understand from my reading but wasn't sure. > > My next question is about OpenSSH. There is no official support in > OpenSSH for FIPS at the moment

Re: [openssl-users] Enabling FIPS on an custom embedded system.

2016-10-26 Thread Scott Neugroschl
-boun...@openssl.org] On Behalf Of Eric Tremblay Sent: Wednesday, October 26, 2016 3:06 PM To: openssl-users@openssl.org Subject: Re: [openssl-users] Enabling FIPS on an custom embedded system. Hi Steve, Thanks for the quick reply. That is what I had understand from my reading but wasn't sure

Re: [openssl-users] Enabling FIPS on an custom embedded system.

2016-10-26 Thread Eric Tremblay
Hi Steve, Thanks for the quick reply. That is what I had understand from my reading but wasn't sure. My next question is about OpenSSH. There is no official support in OpenSSH for FIPS at the moment right ? Thanks Eric On Wed, Oct 26, 2016 at 5:04 PM, Steve Marquess wrote: >

Re: [openssl-users] Enabling FIPS on an custom embedded system.

2016-10-26 Thread Steve Marquess
On 10/26/2016 04:37 PM, Eric Tremblay wrote: > Hi all, > > __ __ > > I have built the FIPS module into our Platform but I am stuck at the > point to enable it. > > __ __ > > We need FIPS to be enabled « Platform wide » not just for one > application.___

[openssl-users] Enabling FIPS on an custom embedded system.

2016-10-26 Thread Eric Tremblay
Hi all, I have built the FIPS module into our Platform but I am stuck at the point to enable it. We need FIPS to be enabled « Platform wide » not just for one application. I have read the documentation and search on the web for answer but it seem that I would have to modify a package or

[openssl-users] Seeking to understand difference in RSA key gen between X9.31 and FIPS 186-4

2016-10-12 Thread Ethan Rahn
Hey Openssl-User's, I'm trying to understand the difference between how primes are generated in RSA X9.31 ANSI standards ( which I don't have access to ) and FIPS 186-4 ( found here: http://csrc.nist.gov/groups/STM/cavp/documents/dss2/rsa2vs.pdf ) In the code at crypt

Re: [openssl-users] Building an application with OpenSSL and FIPS support.

2016-10-12 Thread Matthew Heimlich
.4346 From: openssl-users on behalf of Dr. Stephen Henson Sent: Tuesday, October 11, 2016 10:35 AM To: openssl-users@openssl.org Subject: Re: [openssl-users] Building an application with OpenSSL and FIPSsupport. On Mon, Oct 10, 2016, Matthew Heimlich wrote: > $openssl

Re: [openssl-users] Building an application with OpenSSL and FIPS support.

2016-10-11 Thread Dr. Stephen Henson
On Mon, Oct 10, 2016, Matthew Heimlich wrote: > $openssl version > > returns: > > OpenSSL 1.0.2j-fips > > My FIPS module version is openssl-fips-2.0.13 > > $OPENSSL_FIPS=1 openssl md5 /dev/null > > returns: > > Error setting digest md5 > 14006

Re: [openssl-users] Building an application with OpenSSL and FIPS support.

2016-10-10 Thread Matthew Heimlich
$openssl version returns: OpenSSL 1.0.2j-fips My FIPS module version is openssl-fips-2.0.13 $OPENSSL_FIPS=1 openssl md5 /dev/null returns: Error setting digest md5 140066569107136:error:060A80A3:digital envelope routines:FIPS_DIGESTINIT:disabled for fips:fips_md.c:180: $OPENSSL_FIPS=1

Re: [openssl-users] Building an application with OpenSSL and FIPS support.

2016-10-10 Thread Dr. Stephen Henson
On Fri, Oct 07, 2016, Matthew Heimlich wrote: > Which returns > > > Attempting to set FIPS mode to 1... > Last error was: 2d06b06f > FIPS_mode_set failed: 2d06b06f > FIPS mode is: 0??? > > So it would appear that my FIPS mode is never even being set, and walking &g

Re: [openssl-users] Linking FIPS 2.0.12 and OpenSSL 1.0.2f - "multiple definition of `bn_div_3_words"

2016-10-10 Thread Dr. Stephen Henson
On Fri, Oct 07, 2016, craig_we...@trendmicro.com wrote: > I am trying to build a library of FIPS 2.0.12 and OpenSSL 1.0.2f for MIPS > architecture on vxWorks. I am getting this error during the link step: > > ../libcrypto.a(bn-mips.o)(.text+0x700): In function `bn_div_3_words&#x

Re: [openssl-users] Linking FIPS 2.0.12 and OpenSSL 1.0.2f - "multiple definition of `bn_div_3_words"

2016-10-07 Thread craig_we...@trendmicro.com
ers@openssl.org' Subject: Linking FIPS 2.0.12 and OpenSSL 1.0.2f - "multiple definition of `bn_div_3_words" I am trying to build a library of FIPS 2.0.12 and OpenSSL 1.0.2f for MIPS architecture on vxWorks. I am getting this error during the link step: ../libcrypto.a(bn-mip

Re: [openssl-users] Building an application with OpenSSL and FIPS support.

2016-10-07 Thread Matthew Heimlich
t ret = 0; unsigned long err = 0; if(mode == 0) { ret = FIPS_mode_set(1 /* on */); printf("Attempting to set FIPS mode to 1...\n"); err = ERR_peek_last_error(); printf("Last error was: %lx\n", err); if(ret != 1) {

Re: [openssl-users] Building an application with OpenSSL and FIPS support.

2016-10-07 Thread Ethan Rahn
Matt, What part of the selftest fails? Can you step through it with a debugger? Cheers, Ethan On Fri, Oct 7, 2016 at 10:56 AM, Matthew Heimlich wrote: > I'm on RHEL7. I've got a very simple encryption/decryption program that > works fine without FIPS support enabled, but

[openssl-users] Linking FIPS 2.0.12 and OpenSSL 1.0.2f - "multiple definition of `bn_div_3_words"

2016-10-07 Thread craig_we...@trendmicro.com
I am trying to build a library of FIPS 2.0.12 and OpenSSL 1.0.2f for MIPS architecture on vxWorks. I am getting this error during the link step: ../libcrypto.a(bn-mips.o)(.text+0x700): In function `bn_div_3_words': : multiple definition of `bn_div_3_words' /usr/local/src/w/bran

[openssl-users] Building an application with OpenSSL and FIPS support.

2016-10-07 Thread Matthew Heimlich
I'm on RHEL7. I've got a very simple encryption/decryption program that works fine without FIPS support enabled, but fails when it is: #include #include #include #include void handleErrors(void) { ERR_print_errors_fp(stderr); abort(); } int encrypt(unsigned char *plai

[openssl-users] OpenSSL 1.1.0 release (was: new FIPS module)

2016-09-29 Thread Jeffrey Walton
> Work on the new FIPS module has so far taken a backseat to higher > priority topics like the 1.1 release ... OpenSSL 1.1.0 was a very strong release. The team did an awesome job. Hats off to them for a job that exceeded well done. I did not observe problems at places where you can ta

Re: [openssl-users] new FIPS module

2016-09-29 Thread Steve Marquess
On 09/29/2016 12:40 PM, Troy Smoke wrote: > I am in the position of evaluating products that have (or claim to have) > implemented the OpenSSL FIPS module. > > I would like to be able to be able to run a command or run the FIPS > self-test on command, for the purpose of verifyin

Re: [openssl-users] new FIPS module

2016-09-29 Thread Troy Smoke
I am in the position of evaluating products that have (or claim to have) implemented the OpenSSL FIPS module. I would like to be able to be able to run a command or run the FIPS self-test on command, for the purpose of verifying if OpenSSL is operating in FIPS mode. This may not be important for

Re: [openssl-users] new FIPS module

2016-09-28 Thread Steve Marquess
l address > this or not. An option to compile the fips module as a dll instead > of a static lib would be nice or at least allow the fips capable > module to be rebased. As I understand it (not being a Windows person), we don't have any options good across the Windows ecosystem.

Re: [openssl-users] Building FIPS-capable OpenSSL on Linux PPC64

2016-09-27 Thread Steve Marquess
On 09/27/2016 10:56 AM, Perrow, Graeme wrote: > I am trying to build FIPS OpenSSL libraries for Linux PPC64 but it does > not seem possible. This has been raised before (link below) but I didn’t > see any resolution. > > > > http://openssl.6102.n7.nabble.com/BUG-FIPS-cap

[openssl-users] Building FIPS-capable OpenSSL on Linux PPC64

2016-09-27 Thread Perrow, Graeme
I am trying to build FIPS OpenSSL libraries for Linux PPC64 but it does not seem possible. This has been raised before (link below) but I didn't see any resolution. http://openssl.6102.n7.nabble.com/BUG-FIPS-capable-OpenSSL-fails-to-build-on-Linux-PPC64-td66890.html I can build it if

Re: [openssl-users] new FIPS module

2016-09-27 Thread Zeke Evans
> As always, if you don't care about FIPS 140 then count yourself lucky and > move on. > > Work on the new FIPS module has so far taken a backseat to higher priority > topics like the 1.1 release and security vulnerabilities, but we should start > to > make some progre

Re: [openssl-users] new FIPS module

2016-09-27 Thread Jakob Bohm
On 27/09/2016 15:41, Steve Marquess wrote: As always, if you don't care about FIPS 140 then count yourself lucky and move on. Work on the new FIPS module has so far taken a backseat to higher priority topics like the 1.1 release and security vulnerabilities, but we should start to make

[openssl-users] new FIPS module

2016-09-27 Thread Steve Marquess
As always, if you don't care about FIPS 140 then count yourself lucky and move on. Work on the new FIPS module has so far taken a backseat to higher priority topics like the 1.1 release and security vulnerabilities, but we should start to make some progress soon. I've put together a

Re: [openssl-users] regarding openssl and openssl fips

2016-08-24 Thread Steve Marquess
; > Regards, > > Yes, it's fine to stay at 2.0.1 if that's working for you now. With one singular exception, we're not allowed to implement improvements or bug fixes in a validated cryptographic module, so the later revisions of the OpenSSL FIPS module (now up to 2.0.1

[openssl-users] regarding openssl and openssl fips

2016-08-24 Thread Test ssl
Hi, I am having a product which is right now using openssl1.0.1s and opensslfips 2.0.1 I am upgrading to openssl1.0.2h, is it OK to still be at openssfips 2.0.1 or do i need to upgrade the opensslfips too to 2.0.12? Regards, -- openssl-users mailing list To unsubscribe: https://mta.openssl.org/

Re: [openssl-users] OpenSSL - FIPS 140 Compliant

2016-08-17 Thread Porter, Andrew
Multiple versions of OpenSSL can, with an additional source package (the OpenSSL FIPS module) be built by you to be 140-2 compliant. See http://openssl.com/fips/ for more info. From: openssl-users [mailto:openssl-users-boun...@openssl.org] On Behalf Of Vikram Kamaraj - ERS, HCL Tech Sent

Re: [openssl-users] OpenSSL - FIPS 140 Compliant

2016-08-17 Thread Steve Marquess
On 08/17/2016 09:10 AM, Vikram Kamaraj - ERS, HCL Tech wrote: > Hello OpenSSL, > > > > Which version of OpenSSL is FIPS 140 compliant? None. A more useful question to ask is "for which versions of OpenSSL are compatible FIPS modules available?". The answer to tha

[openssl-users] OpenSSL - FIPS 140 Compliant

2016-08-17 Thread Vikram Kamaraj - ERS, HCL Tech
Hello OpenSSL, Which version of OpenSSL is FIPS 140 compliant? Thanks, Vikram K ::DISCLAIMER:: The contents of this e-mail and any attachment(s

Re: [openssl-users] Question about OpenSSL and FIPS 140-2 module

2016-08-04 Thread Jakob Bohm
On 04/08/2016 17:53, Thomas Francis, Jr. wrote: ... I really should point out three things, though: 1) FIPS 140 compliance (from any software package) is always less secure than non-FIPS 140 compliant packages. By its nature, the validation process places software several months to years

Re: [openssl-users] Question about OpenSSL and FIPS 140-2 module

2016-08-04 Thread Thomas Francis, Jr.
> On Aug 4, 2016, at 11:00 AM, o haya wrote: > > Hi, > > I've been tasked to look into FIPS 140-2 "compliance" for our systems, > overall, and I know that there's a "FIPS 140-2 module" for OpenSSL, that > needs to be built from source and

Re: [openssl-users] Question about OpenSSL and FIPS 140-2 module

2016-08-04 Thread Steve Marquess
On 08/04/2016 11:00 AM, o haya wrote: > Hi, > > I've been tasked to look into FIPS 140-2 "compliance" for our > systems, overall, and I know that there's a "FIPS 140-2 module" for > OpenSSL, that needs to be built from source and then integrated int

[openssl-users] Question about OpenSSL and FIPS 140-2 module

2016-08-04 Thread o haya
Hi, I've been tasked to look into FIPS 140-2 "compliance" for our systems, overall, and I know that there's a "FIPS 140-2 module" for OpenSSL, that needs to be built from source and then integrated into OpenSSL by building OpenSSL with the FIPS module. T

Re: [openssl-users] FIPS: using libcrypto.so ?

2016-08-03 Thread jonetsu
Thanks for the explanation. > Just link against the library produced by the FIPS capable > OpenSSL build. If, for some reason, that only produced > libcrypto.a, then you need to investigate why — perhaps you > passed “no-shared” when running the config script? The confusion came fr

Re: [openssl-users] FIPS: using libcrypto.so ?

2016-08-03 Thread Thomas Francis, Jr.
> On Aug 2, 2016, at 1:59 PM, jonetsu wrote: > > The current FIPS User Guide mentions: > > "3.3 Creation of Shared Libraries > > The FIPS Object Module is not directly usable as a shared > library, but it can be linked into an application that is a > sh

Re: [openssl-users] FIPS mode: Need to use FIPS versions of (EVP) methods ?

2016-08-02 Thread Dr. Stephen Henson
On Tue, Aug 02, 2016, jonetsu wrote: > FIPS: Need to use FIPS versions of (EVP) methods ? > > In FIPS mode, is there a need to use the FIPS_* methods instead of the > regular ones once FIPS_mode_set(1) was successfully executed ? For > instance, is there a need to use FIPS_evp_sh

[openssl-users] FIPS mode: Need to use FIPS versions of (EVP) methods ?

2016-08-02 Thread jonetsu
FIPS: Need to use FIPS versions of (EVP) methods ? In FIPS mode, is there a need to use the FIPS_* methods instead of the regular ones once FIPS_mode_set(1) was successfully executed ? For instance, is there a need to use FIPS_evp_sha1() instead of EVP_sha1() ? Wouldn't the FIPS versi

[openssl-users] FIPS: using libcrypto.so ?

2016-08-02 Thread jonetsu
The current FIPS User Guide mentions: "3.3 Creation of Shared Libraries The FIPS Object Module is not directly usable as a shared library, but it can be linked into an application that is a shared library. A “FIPS compatible” OpenSSL distribution will automatically incorpora

[openssl-users] Android javax.net.ssl and FIPS compliance openSSL. (In Application vs Android Stack).

2016-08-01 Thread Nitz Malikarjun
++ https://android.googlesource.com/platform/external/conscrypt/+/master/src/main/native/org_conscrypt_NativeCrypto.cpp org_conscrypt_NativeCrypto.cpp https://android.googlesource.com/platform/external/conscrypt/+/master/Android.mk (Build OpenSSL or BoringSSL). Intention: Load FIPS compliance

Re: [openssl-users] iOS FIPS armv7, armv7s, arm64

2016-07-28 Thread Brian Jost
> > I have been trying for the life of me to get the FIPS module to compile > for those supported platforms. Our app compiles for those platforms so > without a compatible version of the openssl FIPS it causes errors. > > Is there any plans to have the FIPS module support t

Re: [openssl-users] Custom Random number generation while in Fips mode

2016-07-28 Thread Thomas Francis, Jr.
l function that I'm using for hashing is > "SHA512" from FIPS OpenSSL. > Does the mere usage of salt that was generated via a non-FIPS-recommended > approach violate my compliance ? You used what is typically considered a cryptographic function (some form of RNG) from a so

Re: [openssl-users] Custom Random number generation while in Fips mode

2016-07-28 Thread pratyush parimal
Hi Thomas, Thanks for your response! It clears up matters a lot :) There's one thing that I thought of though -- even though I'm generating the salt via non-OpenSSL means, the actual function that I'm using for hashing is "SHA512" from FIPS OpenSSL. Does the mere usage o

Re: [openssl-users] Custom Random number generation while in Fips mode

2016-07-28 Thread Thomas Francis, Jr.
> On Jul 27, 2016, at 8:18 PM, pratyush parimal > wrote: > > Hi all, > > I work on a consumer application which is striving to be fips-140-2 compliant. > > I'm using OpenSSL as recommended in the fips guide by invoking > fips_mode_set(). However, in certa

[openssl-users] Custom Random number generation while in Fips mode

2016-07-27 Thread pratyush parimal
Hi all, I work on a consumer application which is striving to be fips-140-2 compliant. I'm using OpenSSL as recommended in the fips guide by invoking fips_mode_set(). However, in certain parts of the same application, I'm using my own non-OpenSSL random number generator to generate

[openssl-users] FIPS: Simulating failure at run-time ?

2016-07-18 Thread jonetsu
Hello, Is it possible to simulate FIPS failure at run-time, at any given time ? Or does OpenSSL have to start in failure simulation mode ? Also, is failure simulation a standard part of a normal, non-debug, build ? Thanks. -- View this message in context: http://openssl.6102.n7.nabble.com

Re: [openssl-users] FIPS canister 2.0.12 and 186-4

2016-07-12 Thread Wall, Stephen
> Does 2.0.12 support 186-4 ? Specifically, does it support the RSA > requirements ? No. -- openssl-users mailing list To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-users

[openssl-users] FIPS canister 2.0.12 and 186-4

2016-07-12 Thread jonetsu
Hello, Does 2.0.12 support 186-4 ?  Specifically, does it support the RSA requirements  ? Thanks. -- openssl-users mailing list To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-users

Re: [openssl-users] Regarding FIPS capable openssl (I want to combine libcrypto.a and libssl.a)

2016-07-01 Thread Sahil Gandhi
ply. I really appreciate your suggestion but I some >> > how need to have static library not the dynamic one. >> >> You can statically link an application with the FIPS module, using the >> special "fipsld" link process, but you cannot put the FIPS module in a >&

Re: [openssl-users] Regarding FIPS capable openssl (I want to combine libcrypto.a and libssl.a)

2016-06-29 Thread Sahil Gandhi
tic library not the dynamic one. > > You can statically link an application with the FIPS module, using the > special "fipsld" link process, but you cannot put the FIPS module in a > conventional static library (as managed with "ar"). > > Unfortunately the re

Re: [openssl-users] Regarding FIPS capable openssl (I want to combine libcrypto.a and libssl.a)

2016-06-29 Thread Steve Marquess
On 06/29/2016 07:09 AM, Sahil Gandhi wrote: > Hi Ken, > > Sorry for the late reply. I really appreciate your suggestion but I some > how need to have static library not the dynamic one. You can statically link an application with the FIPS module, using the special "fipsld"

Re: [openssl-users] Regarding FIPS capable openssl (I want to combine libcrypto.a and libssl.a)

2016-06-29 Thread Sahil Gandhi
> https://wiki.openssl.org/index.php/Android . > > Trying to warp libcryto.so to your dynamic library by the specified FIPS > compiler, once you successfully generated your dynamic library, then no > need to specify FIPS compiler for compiling your execute program any more, > and it work

Re: [openssl-users] Regarding FIPS capable openssl (I want to combine libcrypto.a and libssl.a)

2016-06-27 Thread Ken Chow
I think you should refer the way of building Android application https://wiki.openssl.org/index.php/Android . Trying to warp libcryto.so to your dynamic library by the specified FIPS compiler, once you successfully generated your dynamic library, then no need to specify FIPS compiler for

Re: [openssl-users] Regarding FIPS capable openssl (I want to combine libcrypto.a and libssl.a)

2016-06-27 Thread Sahil Gandhi
ws fingerprint mismatch error. >>> My sample source file has FIPS_mode_set(1) call only. >>> >>> Because fipscannister.o is not compiled as 100% position independent >> code (and cannot legally be done so due to the bureaucratic rules of >> the FIPS validation), ev

Re: [openssl-users] Regarding FIPS capable openssl (I want to combine libcrypto.a and libssl.a)

2016-06-27 Thread Sahil Gandhi
if i use that new library(to create executable) as it is, it >> throws fingerprint mismatch error. >> My sample source file has FIPS_mode_set(1) call only. >> >> Because fipscannister.o is not compiled as 100% position independent > code (and cannot legally be done so due

Re: [openssl-users] Regarding FIPS capable openssl (I want to combine libcrypto.a and libssl.a)

2016-06-24 Thread Jakob Bohm
(and cannot legally be done so due to the bureaucratic rules of the FIPS validation), every new program linked to the FIPS enabled libcrypto.a will end up with a different fingerprint for the fipscannister. And if load address randomization is enabled in the operating system, each new run of the pr

Re: [openssl-users] Regarding FIPS capable openssl (I want to combine libcrypto.a and libssl.a)

2016-06-24 Thread Sahil Gandhi
<mailto:jb-open...@wisemo.com>> wrote: > > > > On 24/06/2016 07:59, Sahil Gandhi wrote: > > > > Hi All, > > > > I have built Openssl-fips-2.0.10.tar on* RHEL Linux* (/_*Same > > happens with Solaris 10*_/). Then I built

Re: [openssl-users] Regarding FIPS capable openssl (I want to combine libcrypto.a and libssl.a)

2016-06-24 Thread Steve Marquess
<mailto:jb-open...@wisemo.com>> wrote: > > On 24/06/2016 07:59, Sahil Gandhi wrote: > > Hi All, > > I have built Openssl-fips-2.0.10.tar on* RHEL Linux* (/_*Same > happens with Solaris 10*_/). Then I built Openssl-1.0.1p using >

Re: [openssl-users] Regarding FIPS capable openssl (I want to combine libcrypto.a and libssl.a)

2016-06-24 Thread Sahil Gandhi
Hi Jakob, Could you please elaborate it? I am not getting it. I might missing something but I did not get it. Many Thanks Jakob for replying. -Sahil On Fri, Jun 24, 2016 at 11:57 AM, Jakob Bohm wrote: > On 24/06/2016 07:59, Sahil Gandhi wrote: > >> Hi All, >> >> I

Re: [openssl-users] Regarding FIPS capable openssl (I want to combine libcrypto.a and libssl.a)

2016-06-23 Thread Jakob Bohm
On 24/06/2016 07:59, Sahil Gandhi wrote: Hi All, I have built Openssl-fips-2.0.10.tar on* RHEL Linux* (/_*Same happens with Solaris 10*_/). Then I built Openssl-1.0.1p using respective fips object module (i.e. Openssl-fips-2.0.10.tar). Once I have built Openssl-1.0.1p, libcrypto.a and

[openssl-users] Regarding FIPS capable openssl (I want to combine libcrypto.a and libssl.a)

2016-06-23 Thread Sahil Gandhi
Hi All, I have built Openssl-fips-2.0.10.tar on* RHEL Linux* (*Same happens with Solaris 10*). Then I built Openssl-1.0.1p using respective fips object module (i.e. Openssl-fips-2.0.10.tar). Once I have built Openssl-1.0.1p, libcrypto.a and libssl.a has been created. I need to join these 2

[openssl-users] Need Information on validation for OpenSSL FIPS

2016-06-15 Thread Kamal, Murali
my above question is that, we don't want to build 2 versions of our product, one that is built with 2.0.10 and another with 2.0.12 or higher for the same OS with different version (say FreeBSD 9.x and 10.x) to claim FIPS-validated status. This way, we may be able to pay for re-asserting/revali

[openssl-users] FIPS & FIPS_SIgnature

2016-06-03 Thread Jason Talley
Hello all, I have successfully compiled/linked w/ fipsld and FIPS_mode_set(1) returns true. I'm trying to understand what the FIPS_signature variable represents. Can it be used to verify/match against the FIPS library somehow? Is it supposed to match the sha/mac from the fips build? Or s

Re: [openssl-users] Looking for the Changelog in openssl-fips-2.0.12

2016-05-24 Thread Steve Marquess
On 05/24/2016 07:56 AM, Philip Bellino wrote: > Hello, > > I am looking for the Changelog that explains the changes between > openssl-fips-2.0.9 and 2.0.12. > > > > The README.FIPS that comes with 2.0.12 points here: > https://www.openssl.org/docs/fips bu

[openssl-users] Looking for the Changelog in openssl-fips-2.0.12

2016-05-24 Thread Philip Bellino
Hello, I am looking for the Changelog that explains the changes between openssl-fips-2.0.9 and 2.0.12. The README.FIPS that comes with 2.0.12 points here: https://www.openssl.org/docs/fips but I cannot find the changes. Any help would be most appreciated. Thanks, Phil [E-Banner]<h

[openssl-users] FIPS errors

2016-05-14 Thread Stuart Bradbury
g/pub/fedora/linux/releases/23/Cloud/x86_64/Images/Fedora-Cloud-Base-23-20151030.x86_64.qcow2 OpenSSL: error:2D06D075:FIPS routines:fips_pkey_signature_test:test failure OpenSSL: error:2D08E06B:FIPS routines:FIPS_CHECK_EC:pairwise test failed OpenSSL: error:1409802

[openssl-users] FIPS 186-4 support ?

2016-05-13 Thread jonetsu
Hello, Is there anything new regarding the prime number requirement handling for FIPS 186-4, as far as supporting it ? I asked some time ago. Just want to see if anything has changed, if there's anything planned. - thanks ! -- View this message in context: http://openssl.6102.n7.nabbl

[openssl-users] Attack of the FIPS 140-2 Clones

2016-05-10 Thread Steve Marquess
If you neither know nor care what FIPS 140-2 is, count yourself lucky and move on (even if you're a Star Wars fan; this isn't nearly as entertaining). The "Alternative Scenario 1A/1B" aka "clone" aka "rebrand" validations have been an endless source of conf

Re: [openssl-users] While ssl handshake happens, getting error Operation not allowed in fips mode

2016-05-04 Thread Jakob Bohm
On 04/05/2016 08:15, mani kanta wrote: Hello, While the SSL handshake is happening,I am getting the error as below SSL_connect error:0408E09E:rsa routines:PKEY_RSA_SIGN:operation not allowed in fips mode. ssl handshake went well up to client sending key exchange to server and failing in

[openssl-users] While ssl handshake happens, getting error Operation not allowed in fips mode

2016-05-03 Thread mani kanta
Hello, While the SSL handshake is happening,I am getting the error as below SSL_connect error:0408E09E:rsa routines:PKEY_RSA_SIGN:operation not allowed in fips mode. ssl handshake went well up to client sending key exchange to server and failing in the process of send client verify. Why this

<    1   2   3   4   5   6   7   8   9   10   >