Open
Conversation
ken71301
reviewed
Jan 31, 2026
| msgid "" | ||
| "Returns verified certificate chain provided by the other end of the SSL " | ||
| "channel as a list of DER-encoded bytes. If certificate verification was " | ||
| "disabled method acts the same as :meth:`~SSLSocket.get_unverified_chain`." | ||
| msgstr "" | ||
| "回傳 SSL 通道另一端提供的已驗證證書鏈,以 DER 編碼位元組的清單形式。如果" |
Collaborator
There was a problem hiding this comment.
Suggested change
| "回傳 SSL 通道另一端提供的已驗證證書鏈,以 DER 編碼位元組的清單形式。如果" | |
| "回傳 SSL 通道另一端提供的已驗證憑證鏈,以 DER 編碼位元組的清單形式。如果" |
| msgid "" | ||
| "Returns raw certificate chain provided by the other end of the SSL channel " | ||
| "as a list of DER-encoded bytes." | ||
| msgstr "" | ||
| "回傳 SSL 通道另一端提供的原始證書鏈,以 DER 編碼位元組的清單形式。" |
| msgid "" | ||
| "Returns a three-value tuple containing the name of the cipher being used, " | ||
| "the version of the SSL protocol that defines its use, and the number of " | ||
| "secret bits being used. If no connection has been established, returns " | ||
| "``None``." | ||
| msgstr "" | ||
| "回傳包含三個值的 tuple,分別為正在使用的密碼的名稱、定義其使用方式的 SSL " |
| @@ -1840,55 +1832,72 @@ msgid "" | |||
| "``None`` if no connection has been established or the socket is a client " | |||
| "socket." | |||
| msgstr "" | |||
| "回傳用戶端和伺服器都可用的密碼清單。回傳清單的每個項目都是一個包含三個值的 " | |||
Collaborator
There was a problem hiding this comment.
要查一下之前的用法,主要是覺得會跟 items 搞混
| msgid "" | ||
| "If the higher-level protocol supports its own compression mechanism, you can " | ||
| "use :data:`OP_NO_COMPRESSION` to disable SSL-level compression." | ||
| msgstr "" | ||
| "如果更高階的協定支援自己的壓縮機制,你可以使用 :data:`OP_NO_COMPRESSION` " |
Co-authored-by: Payon <ken71301@hotmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.