Skip to content

Commit 2c53bd9

Browse files
authored
Update chapter07.md for clarity and typo correction
Removed redundant English description of system properties and corrected a typo in 'WolfSSLSocker' to 'WolfSSLSocket'.
1 parent 1261cb9 commit 2c53bd9

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

wolfSSL-JNI/src-ja/chapter07.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,6 @@ wolfJSSEは以下のプロパティに対応しています。
9292

9393
wolfJSSEは以下のプロパティに対応しています。
9494

95-
wolfJSSE supports several System properties:
96-
9795
| プロパティ | デフォルト値 | 設定可能値 | 説明 |
9896
| --- | --- | --- | --- |
9997
| `wolfssl.debug` | "false" | "true" | wolfSSLのネイティブデバッグログ |
@@ -175,7 +173,7 @@ sslSocket.setSSLParameters(params);
175173
システムプロパティ`wolfjsse.autoSNI`によって、ホスト名に基づくSNIの自動設定を有効化できます。`HttpsURLConnection`に適用されます。
176174

177175
サーバサイドでは、`SSLSession.getRequestedServerNames()`を実行することでクライアントがSNIを求めているか確認できます。
178-
このとき、`WolfSSLSocker`によるSNI一致ロジックが実行されます。
176+
このとき、`WolfSSLSocket`によるSNI一致ロジックが実行されます。
179177

180178
## DTLS 1.3の使い方
181179

0 commit comments

Comments
 (0)