Skip to content

Commit

Permalink
Merge branch 'master' into readme_fix
Browse files Browse the repository at this point in the history
  • Loading branch information
shrikant1407 authored Mar 22, 2024
2 parents 710b21c + ec1a9b4 commit a3baece
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 @@ -523,4 +523,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 a3baece

Please sign in to comment.