X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=README.FIPS;h=c41bab99307bfc71bc69ea876e6640b68b099667;hp=d9f2abba5008a4ba7a9de11a97c3182c74b61e5c;hb=5a21cadbeb9fa13ddeffb31b5749336cdd8c4081;hpb=eea98320a0dd20ae5afe4fcd2d1141bcfb83877b diff --git a/README.FIPS b/README.FIPS index d9f2abba50..c41bab9930 100644 --- a/README.FIPS +++ b/README.FIPS @@ -9,11 +9,15 @@ make clean To build the module do: -./config fipscanisterbuild +./config fipscanisteronly make Build should complete without errors. +Build test utilities: + +make build_tests + Run test suite: test/fips_test_suite @@ -23,7 +27,7 @@ again should complete without errors. Run test vectors: 1. Download an appropriate set of testvectors from www.openssl.org/docs/fips - those for 2007 are OK. + only the fips-2.0 testvector files are usable for complete tests. 2. Extract the files to a suitable directory. @@ -35,6 +39,9 @@ Run test vectors: 4. It should say "passed all tests" at the end. Report full details of any failures. +If you wish to use the older 1.2.x testvectors (for example those from 2007) +you need the command line switch --disable-v2 to fipsalgtest.pl + Examine the external symbols in fips/fipscanister.o they should all begin with FIPS or fips. One way to check with GNU nm is: @@ -117,8 +124,6 @@ reports. Known issues: -Algorithm tests are pre-2011. -The fipslagtest.pl script wont auto run new algorithm tests such as DSA2. Code needs extensively reviewing to ensure it builds correctly on supported platforms and is compliant with FIPS 140-2. The "FIPS capable OpenSSL" is still largely untested, it builds and runs