From 831b1779ff830415043666f7cb30c6595a49330d Mon Sep 17 00:00:00 2001 From: Davis Benny Date: Fri, 22 Mar 2024 12:24:12 +0530 Subject: [PATCH 1/2] 1.1.8 Release documentation updates (#69) Signed-off-by: Benny --- docs/implementation-references/getting-started-guide.md | 4 ++++ docs/releases.md | 4 +++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/docs/implementation-references/getting-started-guide.md b/docs/implementation-references/getting-started-guide.md index 21677e7..16c725e 100644 --- a/docs/implementation-references/getting-started-guide.md +++ b/docs/implementation-references/getting-started-guide.md @@ -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). diff --git a/docs/releases.md b/docs/releases.md index d85f78f..646b71e 100644 --- a/docs/releases.md +++ b/docs/releases.md @@ -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) From c964c2fbf90b405c2ccf1b1b01da5612d4b2f1c8 Mon Sep 17 00:00:00 2001 From: Suraj Kumar <156418558+suraj-Intel@users.noreply.github.com> Date: Fri, 22 Mar 2024 12:32:15 +0530 Subject: [PATCH 2/2] Correcting the docker-proxy format (#66) Signed-off-by: root Co-authored-by: root Co-authored-by: KiranSukhavasi --- docs/installation.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/installation.md b/docs/installation.md index 815e520..8359e48 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -50,8 +50,8 @@ Environment="HTTPS_PROXY=" "default": { "httpProxy": "", - "httpsProxy": "" - "noProxy": "" + "httpsProxy": "", + "noProxy": "" } } }