[
https://issues.apache.org/jira/browse/NIFI-1694?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17329384#comment-17329384
]
ASF subversion and git services commented on NIFI-1694:
-------------------------------------------------------
Commit 92bdc23adbe867c93f6e43c6665e84108d743fb2 in nifi's branch
refs/heads/main from David Handermann
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=92bdc23 ]
NIFI-8251 Added EncryptContentPGP and DecryptContentPGP Processors
- Added PGPPrivateKeyService and PGPPublicKeyService interfaces with standard
implementations
- NIFI-7396 EncryptContentPGP writes encryption metadata attributes
- NIFI-6708 Controller Services support ElGamal Public and Private Keys
- NIFI-5346 Controller Services support Keyring Files and ASCII Key properties
- NIFI-5335 Controller Services support multiple public or private keys from
keyrings
- NIFI-2983 DecryptContentPGP finds and decrypts Encrypted Data Packets
regardless of signing
- NIFI-1694 Controller Services support individual key files or keyrings
NIFI-8251 Refactored Public Key ID Property to Public Key Search
NIFI-8251 Corrected handling of multiple Encrypted Data packets in
DecryptContentPGP
- Added unit tests for encryption and decryption with both password-based and
public key
- Added PGP NAR dependencies to nifi-assembly
Signed-off-by: Nathan Gough <[email protected]>
This closes #4842.
> EncryptContent processor should accept keyring file or individual key file
> for PGP encryption/decryption
> --------------------------------------------------------------------------------------------------------
>
> Key: NIFI-1694
> URL: https://issues.apache.org/jira/browse/NIFI-1694
> Project: Apache NiFi
> Issue Type: Improvement
> Components: Core Framework
> Affects Versions: 0.6.0, 0.5.1
> Reporter: Andy LoPresto
> Assignee: David Handermann
> Priority: Minor
> Original Estimate: 72h
> Remaining Estimate: 72h
>
> As reported on the mailing lists [1], prior to {{0.5.1}}, users could provide
> the path to an individual PGP public key file (i.e.
> {{exportedPublicKey.asc}}) as the {{Public Keyring File}} property in the
> {{EncryptContent}} processor. With [NIFI-1324], the handling of the keyring
> files became more strict. While this follows the explicit naming of the
> property, some users may have individual keys rather than the keyring file.
> Add logic to support individual key handling for public and secret keys in
> {{EncryptContent}} processor via {{OpenPGPKeyBasedEncryptor}}.
> [1]
> http://mail-archives.apache.org/mod_mbox/nifi-dev/201603.mbox/%3ccaf3pksz8cdis5pvjnnm_qwoctl6pohr2gw-udnt0h2nfse3...@mail.gmail.com%3e
--
This message was sent by Atlassian Jira
(v8.3.4#803005)