Skip to content

Commit

Permalink
Merge branch 'master' into security_fix
Browse files Browse the repository at this point in the history
  • Loading branch information
KiranSukhavasi authored Mar 22, 2024
2 parents 01d9347 + c964c2f commit 472d6e5
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
4 changes: 4 additions & 0 deletions docs/implementation-references/getting-started-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -296,6 +296,10 @@ Once the Owner instance has successfully started, the following output is displa
Update to0-scheduler: `interval: 120`
- [Read more](https://github.com/fido-device-onboard/pri-fidoiot/blob/master/component-samples/demo/README.MD) about starting PRI services.
!!!NOTES
- 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.
## Running E2E for PRI Device
1. #####[Start FDO Service Containers](#starting-fdo-server-side-containers).
Expand Down
4 changes: 2 additions & 2 deletions docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ Environment="HTTPS_PROXY=<Proxy IP/URL:Port>"
"default":
{
"httpProxy": "<Proxy IP/URL:Port>",
"httpsProxy": "<Proxy IP/URL:Port>"
"noProxy": "<Proxy IP/URL:Port>"
"httpsProxy": "<Proxy IP/URL:Port>",
"noProxy": "<Domain names or IP addresses>"
}
}
}
Expand Down
4 changes: 3 additions & 1 deletion docs/releases.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,12 @@ Following list provides details about all the past releases.

## Current Release

* [Release v1.1.7](https://github.com/fido-device-onboard/release-fidoiot/releases/v1.1.7)
* [Release v1.1.8](https://github.com/fido-device-onboard/release-fidoiot/releases/v1.1.8)

## Past Releases

* [Release v1.1.7](https://github.com/fido-device-onboard/release-fidoiot/releases/v1.1.7)

* [Release v1.1.6](https://github.com/fido-device-onboard/release-fidoiot/releases/v1.1.6)

* [Release v1.1.5](https://github.com/fido-device-onboard/release-fidoiot/releases/v1.1.5)
Expand Down

0 comments on commit 472d6e5

Please sign in to comment.