stop warnings about no previous prototype when compiling shared engines
[openssl.git] / README.FIPS
1 Preliminary status and build information for FIPS module v2.0
2
3 To build the module do:
4
5 ./config fipscanisterbuild
6 make
7
8 Build should complete without errors.
9
10 Run test suite:
11
12 test/fips_test_suite
13
14 again should complete without errors.
15
16 Run test vectors: TBA.
17
18 Known issues:
19
20 No Windows support. 
21 Algorithm tests are pre-2011.
22 No SP800-90 PRNG.
23 No ECDSA2 support.
24 No DSA2 support.
25 No GCM.
26 No CMAC.