update pgcrypto for 18.6 (retry) - #3735
Open
koizumistr wants to merge 1 commit into
Open
koizumistr wants to merge 1 commit into
koizumistr wants to merge 1 commit into
Conversation
noborus
reviewed
Sep 16, 2026
| <literal>ignore-cipher-failure</literal>はそのシナリオにとって必要でも有用でもありません。 | ||
| このオプションを使用して正しく暗号化されたメッセージの<quote>復号化</quote>がたまたまPGP整合性チェックに合格した場合、その結果は偶然の一致であり、回復された平文をmakeすることはできません。 | ||
| 対照的に、正しく暗号化されたが、それを生成した暗号が現在の<productname>OpenSSL</productname>設定では利用できないメッセージの場合があります。 | ||
| このような平文を<filename>pgcrypto</filename>を使用して回復するには、例えば、適切なプロバイダを有効にすることによって、実際の暗号をOpenSSLで利用できるようにすることが必要です。 |
Member
There was a problem hiding this comment.
対象は「暗号化されたメッセージ」なので、「このような平文」だとちょっと誤解するような行頭のように思います。
意味的には、
このようなメッセージからpgcryptoを使用して平文を回復するには、
だと思います。
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.
pgcrypto.sgml の 18.6 対応です。
( #3732 の再挑戦です。pgcrypto.sgml としては変更内容は同一、のはず)