Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
doc: corrected tlsSocket.getPeerCertificate response type
Within tls.md, the documentation for the response of tlsSocket.getPeerCertificate() included subjectaltname documented as an array of values. However these values are actually returned as a single string of concatenated values. The documentation has been updated to reflect this. Fixes: #27721
- Loading branch information