Skip to content

Commit d624031

Browse files
authored
Merge pull request #225 from lealem47/providerV5
Update Provider instructions for FIPS v5
2 parents ba7339a + b9f6379 commit d624031

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

wolfProvider/src-ja/chapter03.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,11 +72,11 @@ sudo make install
7272

7373
wolfProviderでwolfSSL FIPS版を使用するには、特定のFIPS検証済みソースバンドルやセキュリティポリシーで指定されたビルド手順に従う必要があります。
7474
まずコンフィギュレーションオプションとして`--enable-fips`が必要で、かつ **WOLFSSL_PUBLIC_MP** が定義された状態でwolfSSLをコンパイルします。
75-
以下に、Linuxで「wolfCrypt Linux FIPSv2バンドル」をビルドする例を示します。
75+
以下に、Linuxで「wolfCrypt Linux FIPSv5バンドル」をビルドする例を示します。
7676

7777
```
78-
cd wolfssl-X.X.X-commercial-fips-linuxv
79-
./configure --enable-fips=v2 CFLAGS="-DWOLFSSL_PUBLIC_MP"
78+
cd wolfssl-X.X.X-commercial-fips-linuxv5
79+
./configure --enable-fips=v5 CFLAGS="-DWOLFSSL_PUBLIC_MP"
8080
make
8181
./wolfcrypt/test/testwolfcrypt
8282
#--< ここで、fips_test.c内のverifyCoreを開き、testwolfcryptスクリプトが出力するハッシュ値に更新してください >--

wolfProvider/src/chapter03.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,10 @@ sudo make install
6262

6363
### Building wolfSSL
6464

65-
If using a FIPS-validated version of wolfSSL with wolfProvider, follow the build instructions provided with your specific FIPS validated source bundle and Security Policy. In addition to the correct “--enable-fips” configure option, wolfProvider will need wolfSSL to be compiled with “**WOLFSSL_PUBLIC_MP**” defined. For example, building the “wolfCrypt Linux FIPSv2” bundle on Linux:
65+
If using a FIPS-validated version of wolfSSL with wolfProvider, follow the build instructions provided with your specific FIPS validated source bundle and Security Policy. In addition to the correct “--enable-fips” configure option, wolfProvider will need wolfSSL to be compiled with “**WOLFSSL_PUBLIC_MP**” defined. For example, building the “wolfCrypt Linux FIPSv5” bundle on Linux:
6666
```
67-
cd wolfssl-X.X.X-commercial-fips-linuxv
68-
./configure --enable-fips=v2 CFLAGS=”-DWOLFSSL_PUBLIC_MP”
67+
cd wolfssl-X.X.X-commercial-fips-linuxv5
68+
./configure --enable-fips=v5 CFLAGS=”-DWOLFSSL_PUBLIC_MP”
6969
make
7070
./wolfcrypt/test/testwolfcrypt
7171
< modify fips_test.c using verifyCore hash output from testwolfcrypt >

0 commit comments

Comments
 (0)