I'm able to build a simple application using fips openssl library. Here is
my build script:
SET FIPS_PATH=D:\usr\local\ssl\fips-2.0
SET INC_D=D:\openssl-1.0.1c\inc32
SET INCL_D=D:\openssl-1.0.1c\tmp32
SET INC=-I %INC_D% -I %INCL_D%
SET CFLAG=/MD /Ox -DOPENSSL_THREADS -DDSO_WIN32 -W3 -Gs0 -Gy -
I am able to compile and run version 1.0.1e in FIPS mode. What I
noticed is that it does not have a mechanism for locking in SUITE-B
algorithms (that seems to be possible in 1.1.0-dev). Is there any
guideline/sample code on how to lock SUITE-B algorithms for version
1.0.1e-fips?
--
---
Classification: Public mailing list activity, widely archived and searchable
On 4/5/2013 4:56 AM, Dwipin C wrote:
Classification: For internal use only
Thanks Jakob.
Do you have any pointers around "script that decodes the
Content-Transfer-Encoding" ? Is there something that is widely used ?