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

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

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

NIFI-12152 This closes #7818. Refactored addProvider() Bouncy Castle references

- Removed Security.addProvider() references from several tests
- Refactored KeyStoreUtils to use instance of BouncyCastleProvider instead of 
BC provider name string
- Refactored MiNiFi references to pass BouncyCastleProvider for BCFKS

Signed-off-by: Joseph Witt <[email protected]>


> Refactor Security.addProvider References to Bouncy Castle
> ---------------------------------------------------------
>
>                 Key: NIFI-12152
>                 URL: https://issues.apache.org/jira/browse/NIFI-12152
>             Project: Apache NiFi
>          Issue Type: Improvement
>          Components: Extensions, MiNiFi
>            Reporter: David Handermann
>            Assignee: David Handermann
>            Priority: Major
>             Fix For: 2.0.0
>
>          Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> Several tests and server components include Security.addProvider() statements 
> that register the BouncyCastleProvider in static initialization methods. This 
> change applies to the entire Java Virtual Machine.
> Most cryptographic operations support passing a Provider as an argument, and 
> this approach should be used when the Bouncy Castle Provider is required for 
> certain algorithms not included in the standard JDK, such as the Bouncy 
> Castle FIPS Key Store BCFKS.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to