Skip to content

Commit

Permalink
Merge branch 'master' into ver118_rel
Browse files Browse the repository at this point in the history
  • Loading branch information
shrikant1407 authored Mar 22, 2024
2 parents 8059f1f + ec1a9b4 commit a72731e
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 a72731e

Please sign in to comment.