MINIFICPP-2749 Add EncryptContentPGP and DecryptContentPGP - #2225
Open
martinzink wants to merge 25 commits into
Open
martinzink wants to merge 25 commits into
martinzink wants to merge 25 commits into
Conversation
martinzink
force-pushed
the
minifi_rust_pgp
branch
from
August 5, 2026 13:19
d8d95a6 to
3c78d17
Compare
martinzink
force-pushed
the
minifi_rust_pgp
branch
from
August 6, 2026 13:50
3c78d17 to
ec38f7e
Compare
martinzink
force-pushed
the
minifi_rust_pgp
branch
3 times, most recently
from
August 13, 2026 16:22
0727d82 to
2ba9029
Compare
martinzink
changed the base branch from
minifi_rust_impr
to
minifi_rust_impr_2
August 13, 2026 16:23
martinzink
force-pushed
the
minifi_rust_pgp
branch
2 times, most recently
from
August 17, 2026 12:43
75e1bf9 to
beb4e74
Compare
martinzink
force-pushed
the
minifi_rust_pgp
branch
from
August 18, 2026 07:50
beb4e74 to
6bb2ae0
Compare
martinzink
force-pushed
the
minifi_rust_pgp
branch
from
August 19, 2026 13:03
6bb2ae0 to
d3260c4
Compare
martinzink
force-pushed
the
minifi_rust_pgp
branch
2 times, most recently
from
August 26, 2026 11:39
b913bef to
b632b71
Compare
martinzink
force-pushed
the
minifi_rust_pgp
branch
from
August 28, 2026 14:59
71ba3f0 to
b81b278
Compare
martinzink
force-pushed
the
minifi_rust_pgp
branch
from
September 1, 2026 10:34
b81b278 to
39c2916
Compare
lordgamez
approved these changes
Sep 17, 2026
szaszm
reviewed
Sep 23, 2026
adamdebreceni
self-requested a review
September 24, 2026 09:04
adamdebreceni
approved these changes
Sep 24, 2026
-support for encrypting when the encryption key is a sub-key and not primary key -fixing ambigious key search -allow multiple key password (new line delimited) -lazily evaulate get_id -import add_extension_to_minifi_container after rebase and remove duplicated impl -dry fixes for parse::impls -test keys regenerated for more extensive testing
v4 tests key (regenerated for faster unit tests)
martinzink
force-pushed
the
minifi_rust_pgp
branch
from
September 25, 2026 16:08
79b1c74 to
a4cd718
Compare
This branch has not been deployed
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.
Thank you for submitting a contribution to Apache NiFi - MiNiFi C++.
In order to streamline the review of the contribution we ask you to ensure the following steps have been taken:
For all changes:
Is there a JIRA ticket associated with this PR? Is it referenced in the commit message?
Does your PR title start with MINIFICPP-XXXX where XXXX is the JIRA number you are trying to resolve? Pay particular attention to the hyphen "-" character.
Has your PR been rebased against the latest commit within the target branch (typically main)?
Is your initial contribution a single, squashed commit?
For code changes:
For documentation related changes:
Note:
Please ensure that once the PR is submitted, you check GitHub Actions CI results for build issues and submit an update to your PR as soon as possible.