[
https://issues.apache.org/jira/browse/WICKET-7174?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18054516#comment-18054516
]
ASF subversion and git services commented on WICKET-7174:
---------------------------------------------------------
Commit 5710d7d276bb0a407dbf592dfe666612b4272282 in wicket's branch
refs/heads/master from Martin Grigorov
[ https://gitbox.apache.org/repos/asf?p=wicket.git;h=5710d7d276 ]
WICKET-7174: DefaultSecureRandomSupplier does not work for FIPS (#1361)
1. Lazy load DefaultSecureRandomSupplier in SecuritySettings.java
2. Lazy load `SecureRandom.getInstance("SHA1PRNG")` in
DefaultSecureRandomSupplier.java
> DefaultSecureRandomSupplier does not work for FIPS
> --------------------------------------------------
>
> Key: WICKET-7174
> URL: https://issues.apache.org/jira/browse/WICKET-7174
> Project: Wicket
> Issue Type: Bug
> Components: wicket
> Affects Versions: 10.7.0
> Reporter: Martin Tzvetanov Grigorov
> Assignee: Martin Tzvetanov Grigorov
> Priority: Major
>
> [https://github.com/apache/wicket/pull/1357]
>
> {quote}We've run into an issue where our software is running on FIPS-3
> systems and will not start because Wicket is requesting SHA1PRNG. I've
> replaced the exception with setting a new SecureRandom() to allow Java to
> choose the implementation.
> {quote}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)