GitHub user steveardis opened a pull request:
https://github.com/apache/camel/pull/305
CAMEL-7938 - Crypto won't decrypt message with multiple encrypted parts if
"our" key isn't the first part
CAMEL-7938 patch. Note that this patch was made off the last commit in
2.11.x, based on when I actually made the fix. I'd like to see this fix move
into the next possible release, so I wasn't sure which commit to actually make
it against.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/steveardis/camel
crypto_multiple_encrypted_parts
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/camel/pull/305.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #305
----
commit 041b4591f41bef5bed9c3ff32f09973230aee5a3
Author: Steve Ardis <[email protected]>
Date: 2013-08-19T19:19:09Z
CAMEL-7938 - Fixed issue with camel-crypto not iterating through encrypted
parts and finding the one that goes with our private key; for example - if the
payload was encrypted for recipients A and B (in that order), and "our key" is
B, the private key lookup fails
commit fa4b061d23dd470abcfa8849be97ba32271c4c99
Author: Steve Ardis <[email protected]>
Date: 2014-10-21T17:46:33Z
CAMEL-7938 - Removed changes to pom.xml
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---