You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "ASF subversion and git services (Jira)" <ji...@apache.org> on 2023/04/19 12:29:00 UTC

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

    [ https://issues.apache.org/jira/browse/NIFI-11425?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17714080#comment-17714080 ] 

ASF subversion and git services commented on NIFI-11425:
--------------------------------------------------------

Commit 382058e1547e201fdb36ad623b2a72d14a07c566 in nifi's branch refs/heads/main from David Handermann
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=382058e154 ]

NIFI-11425 Removed Compression from EncryptContentPGP and SignContentPGP

- Removed Compression Algorithm property from EncryptContentPGP and SignContentPGP
- Removed Camellia values from Symmetric Key Algorithm property in EncryptContentPGP

Signed-off-by: Pierre Villard <pi...@gmail.com>

This closes #7156.


> 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
>
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> 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)