You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "David Handermann (Jira)" <ji...@apache.org> on 2023/04/10 15:37:00 UTC

[jira] [Updated] (NIFI-11425) Remove Compression from EncryptContentPGP and SignContentPGP

     [ https://issues.apache.org/jira/browse/NIFI-11425?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

David Handermann updated NIFI-11425:
------------------------------------
    Summary: Remove Compression from EncryptContentPGP and SignContentPGP  (was: Remove Compression and Remove Camellia Ciphers in EncryptContentPGP)

> Remove Compression from EncryptContentPGP and SignContentPGP
> ------------------------------------------------------------
>
>                 Key: NIFI-11425
>                 URL: https://issues.apache.org/jira/browse/NIFI-11425
>             Project: Apache NiFi
>          Issue Type: Improvement
>          Components: Extensions, Security
>            Reporter: David Handermann
>            Assignee: David Handermann
>            Priority: Major
>             Fix For: 2.latest
>
>
> The first version of the {{EncryptContentPGP}} Processor set {{ZIP}} as the default value for the Compression Algorithm property, aligning the behavior of EncryptContent with PGP settings.
> The [refreshed specification for OpenPGP|https://wiki.gnupg.org/rfc4880bis] is still in progress, but one of the changes includes removal of compression.
> For new messages created using {{EncryptContentPGP}} the Compression Algorithm property should be removed.
> The Symmetric Key Algorithm property supports optional selection of Camellia cipher algorithms. This algorithm is uncommon and supported values should be dropped.
> These changes will put {{EncryptContentPGP}} in a better position to support future OpenPGP specification revisions.
> The {{DecryptContentPGP}} Processor determines compression and cipher algorithms based on message information, so these changes will not impact decryption.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)