@@ -7,7 +7,7 @@ msgstr ""
7
7
"Project-Id-Version : Python 3.12\n "
8
8
"Report-Msgid-Bugs-To : \n "
9
9
"POT-Creation-Date : 2024-04-18 00:04+0000\n "
10
- "PO-Revision-Date : 2024-03-19 18:48 +0800\n "
10
+ "PO-Revision-Date : 2024-05-01 14:51 +0800\n "
11
11
"
Last-Translator :
Adrian Liaw <[email protected] >\n "
12
12
"Language-Team : Chinese - TAIWAN (https://github.com/python/python-docs-zh- "
13
13
"tw)\n "
@@ -1054,6 +1054,9 @@ msgid ""
1054
1054
"extensions must be supported by it (a list of supported ones may vary by "
1055
1055
"platform and kernel version)."
1056
1056
msgstr ""
1057
+ "允許使用 TLS 核心。要想受益於該功能,OpenSSL 必須編譯為支援該功能,並且密碼協"
1058
+ "商套件及擴充套件也必須被該功能支援 (該功能所支援的列表可能會因平台及核心而有"
1059
+ "所差異)。"
1057
1060
1058
1061
#: ../../library/ssl.rst:817
1059
1062
msgid ""
@@ -1062,37 +1065,48 @@ msgid ""
1062
1065
"Providers. This might be undesirable if, for example, the application "
1063
1066
"requires all cryptographic operations to be performed by the FIPS provider."
1064
1067
msgstr ""
1068
+ "請注意當允許使用 TLS 核心時,一些加密操作將直接由核心執行而不是經由任何由可用"
1069
+ "的 OpenSSL 所提供的程序,而這可能並非你所想使用的,例如:當應用程式要求所有的"
1070
+ "加密操作由 FIPS 提供執行。"
1065
1071
1066
1072
#: ../../library/ssl.rst:828
1067
1073
msgid ""
1068
1074
"Allow legacy insecure renegotiation between OpenSSL and unpatched servers "
1069
1075
"only."
1070
- msgstr ""
1076
+ msgstr "只允許 OpenSSL 與未修補的伺服器進行遺留 (legacy) 不安全重協商。 "
1071
1077
1072
1078
#: ../../library/ssl.rst:835
1073
1079
msgid ""
1074
1080
"Whether the OpenSSL library has built-in support for the *Application-Layer "
1075
1081
"Protocol Negotiation* TLS extension as described in :rfc:`7301`."
1076
1082
msgstr ""
1083
+ "OpenSSL 函式庫是否內建支援 *應用層協定協商* TLS 擴充套件,該擴充套件描述在 :"
1084
+ "rfc:`7301` 中。"
1077
1085
1078
1086
#: ../../library/ssl.rst:842
1079
1087
msgid ""
1080
1088
"Whether the OpenSSL library has built-in support not checking subject common "
1081
1089
"name and :attr:`SSLContext.hostname_checks_common_name` is writeable."
1082
1090
msgstr ""
1091
+ "OpenSSL 函式庫是否內建支援不檢查主題通用名稱及 :attr:`SSLContext."
1092
+ "hostname_checks_common_name` 是否可寫。"
1083
1093
1084
1094
#: ../../library/ssl.rst:850
1085
1095
msgid ""
1086
1096
"Whether the OpenSSL library has built-in support for the Elliptic Curve-"
1087
1097
"based Diffie-Hellman key exchange. This should be true unless the feature "
1088
1098
"was explicitly disabled by the distributor."
1089
1099
msgstr ""
1100
+ "OpenSSL 函式庫是否內建支援基於橢圓曲線的 (Elliptic Curve-based) Diffie-"
1101
+ "Hellman 金鑰交換。此回傳值應該要為 true 除非發布者明確禁用此功能。"
1090
1102
1091
1103
#: ../../library/ssl.rst:858
1092
1104
msgid ""
1093
1105
"Whether the OpenSSL library has built-in support for the *Server Name "
1094
1106
"Indication* extension (as defined in :rfc:`6066`)."
1095
1107
msgstr ""
1108
+ "OpenSSL 函式庫是否內建支援 *伺服器名稱提示* 擴充套件 (在 :rfc:`6066` 中定"
1109
+ "義)。"
1096
1110
1097
1111
#: ../../library/ssl.rst:865
1098
1112
msgid ""
@@ -1102,6 +1116,10 @@ msgid ""
1102
1116
"When true, you can use the :meth:`SSLContext.set_npn_protocols` method to "
1103
1117
"advertise which protocols you want to support."
1104
1118
msgstr ""
1119
+ "OpenSSL 函式庫是否內建支援 *下一代協定協商* 該功能在\\ `應用層協定協商 "
1120
+ "<https://en.wikipedia.org/wiki/Application-Layer_Protocol_Negotiation>` 中有"
1121
+ "描述。當此值為 true 時,你可以使用 :meth:`SSLContext.set_npn_protocols` 方法"
1122
+ "來公告你想支援的協定。"
1105
1123
1106
1124
#: ../../library/ssl.rst:875
1107
1125
msgid ""
@@ -1169,7 +1187,7 @@ msgstr ""
1169
1187
1170
1188
#: ../../library/ssl.rst:961
1171
1189
msgid ":class:`enum.IntEnum` collection of ALERT_DESCRIPTION_* constants."
1172
- msgstr ""
1190
+ msgstr ":class:`enum.IntEnum` 為 ALERT_DESCRIPTION_* 常數中的一個集合。 "
1173
1191
1174
1192
#: ../../library/ssl.rst:967
1175
1193
msgid ""
@@ -1189,7 +1207,7 @@ msgstr ""
1189
1207
1190
1208
#: ../../library/ssl.rst:985
1191
1209
msgid ":class:`enum.IntEnum` collection of SSL_ERROR_* constants."
1192
- msgstr ""
1210
+ msgstr ":class:`enum.IntEnum` 為 SSL_ERROR_* 常數中的一個集合。 "
1193
1211
1194
1212
#: ../../library/ssl.rst:991
1195
1213
msgid ""
0 commit comments