[Mailer][Mime] Document PGP/MIME signing and encryption - #22732
[Mailer][Mime] Document PGP/MIME signing and encryption#22732lacatoire wants to merge 2 commits into
Conversation
|
Thanks for documenting this, as the author of the feature I am happy to see it covered so thoroughly. One inaccuracy worth fixing:
That is true of the S/MIME signer, but not of the S/MIME encrypter: For the record, I opened #22764 to document the S/MIME side (#22719), which includes that |
Documents the PGP/MIME support added in symfony/symfony#64540.
mailer.rstgets a new "PGP/MIME Signing and Encryption" section: requirements (thegpgbinary and the Process component, no OpenSSL extension), the warning that only the body is protected whileSubject,FromandTostay in cleartext, standalone usage ofPgpSigner/PgpEncrypter, the globalpgp_signer/pgp_encrypterconfiguration, theX-Pgp-Sign/X-Pgp-Encryptheaders that select the messages to protect (sign-then-encrypt, after templates are rendered and before logging), the threeon_missing_keymodes with theenvelope.recipientscaveat, andencrypt_for_sender/hide_recipients.reference/configuration/framework.rstgets the full reference for both configuration nodes.Fixes #22726