Skip to content

Commit

Permalink
Adding FIPS notice to README (#680)
Browse files Browse the repository at this point in the history
Adding FIPS notice to README.

Signed-off-by: Davis Benny <[email protected]>
  • Loading branch information
DukeDavis12 authored Mar 22, 2024
1 parent 9efd074 commit ec1a9b4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -494,4 +494,8 @@ $ cd <fdo-pri-src>/component-samples/demo/device
$ java -jar device.jar
```

## Notice: Use of Bouncy Castle FIPS as Security Provider in FDO Project

The PRI FIDO IOT component uses Bouncy Castle FIPS as the primary security provider for all cryptographic operations within the project with the exception of the KDF.

The KDF implementation is compliant with the FIDO specification and is not based on the Bouncy Castle FIPS.

0 comments on commit ec1a9b4

Please sign in to comment.