Galsza opened a new pull request, #6855: URL: https://github.com/apache/ozone/pull/6855
## What changes were proposed in this pull request? As the ongoing crypto-compliance effort, it's important to make CertificateCodec as simple as possible and make it pluggable. Please describe your PR in detail: The codec itself should only be responsible for encoding and decoding certificates. This PR aims at doing most of this work, however there are still some questions left for later. Right now the certificate reading and writing is done through JCAPemWriter and the provider is using BouncyCastle which needs to be moved to the crypto module. https://issues.apache.org/jira/browse/HDDS-10778 ## How was this patch tested? Already existing tests should cover the changes, green CI here: https://github.com/Galsza/ozone/actions/runs/9632416837 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
