[
https://issues.apache.org/jira/browse/GEODE-9439?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17384620#comment-17384620
]
ASF subversion and git services commented on GEODE-9439:
--------------------------------------------------------
Commit d77cb31c85112a1ffadb6d2a152b4627216ccc97 in geode's branch
refs/heads/develop from Jens Deppe
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=d77cb31 ]
GEODE-9439: Convert CertificateBuilder to sun/jdk APIs (#6707)
- Makes it easier to de/serialize created certificates
- Remove the requirement for the Bouncy Castle library
- Suppress deprecated API warnings during compile
- Make CertificateMaterial Serializable
> Convert CertifacteBuilder to sun/jdk APIs
> -----------------------------------------
>
> Key: GEODE-9439
> URL: https://issues.apache.org/jira/browse/GEODE-9439
> Project: Geode
> Issue Type: Test
> Components: tests
> Reporter: Jens Deppe
> Priority: Major
> Labels: pull-request-available
>
> The {{CertificateBuilder}} test utility uses Bouncy Castle APIs to build CA
> and regular certs for test purposes. In some cases it is desirable for these
> certificates to be serializable. In such cases it is also required that the
> BC security provider have a higher priority than the standard java one
> otherwise the deserialized certificates are not usable.
> It would be less trouble to just use standard jdk APIs to build these
> certificates. Although no {{X509}} APIs are public/documented they are well
> used throughout the JDK. For example the {{keytool}} utility. Java 9
> introduces its own {{CertificateBuilder}} API which could eventually replace
> this one.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)