diff --git a/library/ssl.po b/library/ssl.po index 9a1d1d6432..5953375bed 100644 --- a/library/ssl.po +++ b/library/ssl.po @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: Python 3.12\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2024-04-18 00:04+0000\n" -"PO-Revision-Date: 2024-03-19 18:48+0800\n" +"PO-Revision-Date: 2024-05-01 14:51+0800\n" "Last-Translator: Adrian Liaw \n" "Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-" "tw)\n" @@ -1054,6 +1054,9 @@ msgid "" "extensions must be supported by it (a list of supported ones may vary by " "platform and kernel version)." msgstr "" +"允許使用 TLS 核心。要想受益於該功能,OpenSSL 必須編譯為支援該功能,並且密碼協" +"商套件及擴充套件也必須被該功能支援 (該功能所支援的列表可能會因平台及核心而有" +"所差異)。" #: ../../library/ssl.rst:817 msgid "" @@ -1062,24 +1065,31 @@ msgid "" "Providers. This might be undesirable if, for example, the application " "requires all cryptographic operations to be performed by the FIPS provider." msgstr "" +"請注意當允許使用 TLS 核心時,一些加密操作將直接由核心執行而不是經由任何由可用" +"的 OpenSSL 所提供的程序,而這可能並非你所想使用的,例如:當應用程式要求所有的" +"加密操作由 FIPS 提供執行。" #: ../../library/ssl.rst:828 msgid "" "Allow legacy insecure renegotiation between OpenSSL and unpatched servers " "only." -msgstr "" +msgstr "只允許 OpenSSL 與未修補的伺服器進行遺留 (legacy) 不安全重協商。" #: ../../library/ssl.rst:835 msgid "" "Whether the OpenSSL library has built-in support for the *Application-Layer " "Protocol Negotiation* TLS extension as described in :rfc:`7301`." msgstr "" +"OpenSSL 函式庫是否內建支援 *應用層協定協商* TLS 擴充套件,該擴充套件描述在 :" +"rfc:`7301` 中。" #: ../../library/ssl.rst:842 msgid "" "Whether the OpenSSL library has built-in support not checking subject common " "name and :attr:`SSLContext.hostname_checks_common_name` is writeable." msgstr "" +"OpenSSL 函式庫是否內建支援不檢查主題通用名稱及 :attr:`SSLContext." +"hostname_checks_common_name` 是否可寫。" #: ../../library/ssl.rst:850 msgid "" @@ -1087,12 +1097,16 @@ msgid "" "based Diffie-Hellman key exchange. This should be true unless the feature " "was explicitly disabled by the distributor." msgstr "" +"OpenSSL 函式庫是否內建支援基於橢圓曲線的 (Elliptic Curve-based) Diffie-" +"Hellman 金鑰交換。此回傳值應該要為 true 除非發布者明確禁用此功能。" #: ../../library/ssl.rst:858 msgid "" "Whether the OpenSSL library has built-in support for the *Server Name " "Indication* extension (as defined in :rfc:`6066`)." msgstr "" +"OpenSSL 函式庫是否內建支援 *伺服器名稱提示* 擴充套件 (在 :rfc:`6066` 中定" +"義)。" #: ../../library/ssl.rst:865 msgid "" @@ -1102,6 +1116,10 @@ msgid "" "When true, you can use the :meth:`SSLContext.set_npn_protocols` method to " "advertise which protocols you want to support." msgstr "" +"OpenSSL 函式庫是否內建支援 *下一代協定協商* 該功能在\\ `應用層協定協商 " +"` 中有" +"描述。當此值為 true 時,你可以使用 :meth:`SSLContext.set_npn_protocols` 方法" +"來公告你想支援的協定。" #: ../../library/ssl.rst:875 msgid "" @@ -1169,7 +1187,7 @@ msgstr "" #: ../../library/ssl.rst:961 msgid ":class:`enum.IntEnum` collection of ALERT_DESCRIPTION_* constants." -msgstr "" +msgstr ":class:`enum.IntEnum` 為 ALERT_DESCRIPTION_* 常數中的一個集合。" #: ../../library/ssl.rst:967 msgid "" @@ -1189,7 +1207,7 @@ msgstr "" #: ../../library/ssl.rst:985 msgid ":class:`enum.IntEnum` collection of SSL_ERROR_* constants." -msgstr "" +msgstr ":class:`enum.IntEnum` 為 SSL_ERROR_* 常數中的一個集合。" #: ../../library/ssl.rst:991 msgid ""