Skip to content

Commit

Permalink
Add Japanese support for wolfSSL-FIPS-Ready
Browse files Browse the repository at this point in the history
  • Loading branch information
tamasan238 committed Jun 2, 2024
1 parent bb6450e commit ba410b4
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions wolfSSL-FIPS-Ready/src-ja/section02.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

ここでは、LinuxまたはmacOS環境でwolfSSL FIPS Ready GPL v3版を利用し、システムに共有ライブラリとしてインストールする手順を示します。

## ソースコードを解凍します
## ソースコードの解凍

```
$ tar xzvf wolfssl-5.6.4-gplv3-fips-ready.tar.gz
Expand All @@ -13,23 +13,23 @@ $ cd wolfssl-5.6.0-gplv3-fips-ready

ソースコードを解凍し、生成されたディレクトリに移動します。商用リリースを受け取った場合は、gplv3をcommercialに、.tar.gz を .7z に、tar xzvf を 7z x -p<password> に置き換えてください。

## ビルドを構成します
## ビルドを構成

```
$ ./configure --enable-fips=ready
```

このコマンドは、FIPS Ready版のwolfSSLを構築するようにMakefileを構成します。

## ライブラリをビルドします
## ライブラリのビルド

```
$ make
```

これにより、すべてのソースがコンパイルされライブラリがリンクされます。 また、サンプルツールとテストツールも構築します。

## コアメモリのハッシュを更新します
## コアメモリのハッシュを更新

```
$ ./fips-hash.sh
Expand Down Expand Up @@ -61,7 +61,7 @@ $ ./configure --enable-fips=ready CFLAGS=”-DWOLFCRYPT_FIPS_CORE_HASH_VALUE=8D2

4.2 再びmakeを実行します。

## ビルドを検証します
## ビルドの検証

```
$ make check
Expand Down Expand Up @@ -107,7 +107,7 @@ Testsuite summary for wolfssl 4.0.0
```

## ライブラリをインストールします
## ライブラリのインストール

```
$ make install
Expand Down

0 comments on commit ba410b4

Please sign in to comment.