diff --git a/src/core/tsi/ssl_transport_security_utils.h b/src/core/tsi/ssl_transport_security_utils.h index dcc7afa2beb..5676d8ff3a9 100644 --- a/src/core/tsi/ssl_transport_security_utils.h +++ b/src/core/tsi/ssl_transport_security_utils.h @@ -170,9 +170,9 @@ absl::StatusOr AkidFromCertificate(X509* cert); // return: a std::string of the DER encoding of the AKID or a status on failure. absl::StatusOr AkidFromCrl(X509_CRL* crl); -// Returns a vector of X509 instances representing the parsed X.509 -// certificates from the given PEM-encoded certificate chain. Caller takes -// ownership of the X509 pointers in the output vector. +// Returns a vector of X509 instances parsed from the given PEM-encoded +// certificate chain. Caller takes ownership of the X509 pointers in the output +// vector. absl::StatusOr> ParsePemCertificateChain( absl::string_view cert_chain_pem);