Skip to content

Commit

Permalink
Add preliminary FIPS information.
Browse files Browse the repository at this point in the history
  • Loading branch information
snhenson committed Jan 29, 2011
1 parent 7edfe67 commit 44f54a1
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions README.FIPS
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
Preliminary status and build information for FIPS module v2.0

To build the module do:

./config fipscanisterbuild
make

Build should complete without errors.

Run test suite:

test/fips_test_suite

again should complete without errors.

Run test vectors: TBA.

Known issues:

No Windows support.
Algorithm tests are pre-2011.
No SP800-90 PRNG.
No ECDSA2 support.
No DSA2 support.
No GCM.
No CMAC.

0 comments on commit 44f54a1

Please sign in to comment.