Github user alopresto commented on the pull request:
https://github.com/apache/nifi/pull/201#issuecomment-179003037
The current state of the code passes on Java 7 and 8 with unlimited
strength cryptographic jurisdiction policies installed (Travis includes these).
I am resolving some tests which would fail on a vanilla JVM without these
policies installed and will push these fixes.
I also discovered some inconsistencies in the `BouncyCastle` implementation
of certain PBE ciphers that can exceed the key strength limit even when using
the correct key length if the underlying password length exceeds an
undocumented inner limit. This was originally recorded in
[NIFI-1255](https://issues.apache.org/jira/browse/NIFI-1255) but I have added a
custom validator temporarily and added further documentation to that ticket.
---
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.
---