[
https://issues.apache.org/jira/browse/GEODE-9981?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17492871#comment-17492871
]
ASF subversion and git services commented on GEODE-9981:
--------------------------------------------------------
Commit 9eeeb2d810904c19d286c53ab59bebdd8ba0f84f in geode's branch
refs/heads/develop from Owen Nichols
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=9eeeb2d ]
GEODE-9981: Use API to get crypto oid (#7298)
* use more portable approach to getting crypto algorithm oid. this works in
both JDK17 and earlier versions, unlike the previous approach which broke in
JDK17
> use more portable approach to getting crypto algorithm oid
> ----------------------------------------------------------
>
> Key: GEODE-9981
> URL: https://issues.apache.org/jira/browse/GEODE-9981
> Project: Geode
> Issue Type: Sub-task
> Reporter: Owen Nichols
> Priority: Major
> Labels: pull-request-available
>
> instead of:
> `new AlgorithmId(AlgorithmId.md5WithRSAEncryption_oid)`
> this works with more jdk versions:
> AlgorithmId.get("MD5withRSA");
--
This message was sent by Atlassian Jira
(v8.20.1#820001)