Skip to content

update and improve src-ja/chapter4-7,11,12, appendix7.md #190

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 13 additions & 13 deletions wolfSSL/mkdocs-ja.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,21 +6,21 @@ copyright: Copyright © 2025 wolfSSL Inc.
nav:
- "1. 序章": index.md
- "2. wolfSSLのビルド": chapter02.md
- "3. wolfSSL入門": chapter03.md
- "3. 入門": chapter03.md
- "4. 機能": chapter04.md
- "5. ポータビリティ": chapter05.md
- "5. 移植性": chapter05.md
- "6. コールバック": chapter06.md
- "7. 鍵と証明書": chapter07.md
- "8. デバッグ": chapter08.md
- "9. ライブラリー設計方針": chapter09.md
- "10. wolfCrypt レファレンス": chapter10.md
- "11. SSLチュートリアル": chapter11.md
- "12. 組み込みシステムへの適用": chapter12.md
- "13. OpenSSL 互換": chapter13.md
- "9. ライブラリデザイン": chapter09.md
- "10. wolfCryptの使用法": chapter10.md
- "11. SSL/TLSチュートリアル": chapter11.md
- "12. 組み込みデバイスのベストプラクティス": chapter12.md
- "13. OpenSSL互換性": chapter13.md
- "14. ライセンス": chapter14.md
- "15. サポートとコンサルティング": chapter15.md
- "16. wolfSSLのアップデート": chapter16.md
- "A. wolfSSL API レファレンス":
- "A. wolfSSL APIリファレンス":
- "証明書管理 API": group__CertManager.md
- "メモリー操作": group__Memory.md
- "OpenSSL API": group__openSSL.md
Expand All @@ -29,7 +29,7 @@ nav:
- "wolfSSL コンテクストの設定": group__Setup.md
- "wolfSSL エラーの扱いとレポート": group__Debug.md
- "wolfSSL 初期化": group__TLS.md
- "B. wolfCrypt API レファレンス":
- "B. wolfCrypt APIリファレンス":
- "ASN.1": group__ASN.md
- "ベースエンコーディング": group__Base__Encoding.md
- "圧縮": group__Compression.md
Expand Down Expand Up @@ -57,11 +57,11 @@ nav:
- "暗号アルゴリズム - ECC": group__ECC.md
- "暗号アルゴリズム - ED25519": group__ED25519.md
- "暗号アルゴリズム - ED448": group__ED448.md
- "ECCSI API レファレンス":
- "ECCSI API リファレンス":
- "ECCSI概要": group__ECCSI__Overview.md
- "ECCSI鍵の設定": group__ECCSI__Setup.md
- "ECCSI鍵による署名、検証": group__ECCSI__Operations.md
- "SAKKE API レファレンス":
- "SAKKE API リファレンス":
- "SAKKE鍵の概要": group__SAKKE__Overview.md
- "SAKKE鍵の設定": group__SAKKE__Setup.md
- "SAKKE RSK操作": group__SAKKE__RSK.md
Expand All @@ -80,7 +80,7 @@ nav:
- "暗号アルゴリズム - SHA 128/224/256/384/512": group__SHA.md
- "暗号アルゴリズム - SipHash": group__SipHash.md
- "暗号アルゴリズム - SRP": group__SRP.md
- "C. API ヘッダーファイル":
- "C. APIヘッダーファイル":
- aes_8h.md
- arc4_8h.md
- asn_8h.md
Expand Down Expand Up @@ -139,7 +139,7 @@ nav:
- wc__port_8h.md
- wolfio_8h.md
- "D. SSL/TLS の概要": appendix04.md
- "E. RFC, 仕様および参照": appendix05.md
- "E. RFC・仕様・リファレンス": appendix05.md
- "F. エラーコード": appendix06.md
- "G. ポスト量子暗号の実験": appendix07.md
- "H. wolfSSL 移植ガイド": appendix08.md
Expand Down
Binary file added wolfSSL/src-ja/CTX_structure.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion wolfSSL/src-ja/appendix06.md
Original file line number Diff line number Diff line change
Expand Up @@ -335,4 +335,4 @@ wolfCryptのエラーコードは、`wolfssl/wolfcrypt/error.h`に記載して
I/Oコールバックからデータを受信する呼び出しが、現在受信可能なデータがないためブロックされる場合、I/Oコールバックは`WANT_READ`を返します。
呼び出し元は待機し、後で再度受信を試みてください。
これは通常、[`wolfSSL_read()`](group__IO.md#function-wolfssl_read)、[`wolfSSL_negotiate()`](group__IO.md#function-wolfssl_negotiate)、[`wolfSSL_accept()`](group__IO.md#function-wolfssl_accept)、および[`wolfSSL_connect()`](group__IO.md#function-wolfssl_connect)の呼び出しから見られます。
サンプルクライアントとサーバーは、デバッグ出力が有効である場合に`WANT_READ`を出力します。
サンプルクライアントとサーバーは、デバッグ出力が有効である場合に`WANT_READ`を出力します。
1,299 changes: 564 additions & 735 deletions wolfSSL/src-ja/appendix07.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion wolfSSL/src-ja/chapter03.md
Original file line number Diff line number Diff line change
Expand Up @@ -658,4 +658,4 @@ wolfSSLを使用したクライアントアプリケーションのサンプル
ファイルシステムが利用できない場合は、バッファから証明書と鍵を読み込むこともできます。
詳しい情報は`wolfSSL_CTX_use_certificate_buffer()`と`wolfSSL_CTX_use_PrivateKey_buffer()`のAPIドキュメントをご参照ください。

wolfSSLを使用したサーバーアプリケーションのサンプルプログラムは、`<wolfssl_root>/examples/server.c`ファイルを参照してください。
wolfSSLを使用したサーバーアプリケーションのサンプルプログラムは、`<wolfssl_root>/examples/server.c`ファイルを参照してください。
Loading