| Index: net/cert/internal/parse_certificate.h
|
| diff --git a/net/cert/internal/parse_certificate.h b/net/cert/internal/parse_certificate.h
|
| index 9049246aa781a67f3920eb64815b7890a1672e17..a164682eb49e8e673c33c27c2b24f41383acafd9 100644
|
| --- a/net/cert/internal/parse_certificate.h
|
| +++ b/net/cert/internal/parse_certificate.h
|
| @@ -85,7 +85,7 @@ struct NET_EXPORT ParseCertificateOptions {
|
| //
|
| // This contains the full (unverified) Tag-Length-Value for a SEQUENCE. No
|
| // guarantees are made regarding the value of this SEQUENCE.
|
| -// This can be further parsed using SignatureValue::CreateFromDer().
|
| +// This can be further parsed using SignatureValue::Create().
|
| //
|
| // The |out_signature_value| parameter corresponds with "signatureValue" from
|
| // RFC 5280:
|
| @@ -183,7 +183,7 @@ struct NET_EXPORT ParsedTbsCertificate {
|
| // This contains the full (unverified) Tag-Length-Value for a SEQUENCE. No
|
| // guarantees are made regarding the value of this SEQUENCE.
|
| //
|
| - // This can be further parsed using SignatureValue::CreateFromDer().
|
| + // This can be further parsed using SignatureValue::Create().
|
| der::Input signature_algorithm_tlv;
|
|
|
| // Corresponds with "issuer" from RFC 5280:
|
|
|