Browse Source
We are currently encoding an empty hostNames array to subjectAltName in the keystore. While parsing the certificates in the test this causes the issue - Unparseable SubjectAlternativeName extension due to java.io.IOException: No data available in passed DER encoded value. Up to Java 17, this parsing error was ignored. This PR assigns subjectAltName to null if hostnames are empty. Co-authored-by: Ismael Juma <ismael@juma.me.uk> Reviewers: Rajini Sivaram <rajinisivaram@googlemail.com>pull/14447/head
Purshotam Chauhan
1 year ago
committed by
GitHub
2 changed files with 8 additions and 7 deletions
Loading…
Reference in new issue