From cde282dbdd8c1d4c7127dc63ef0743bad23fc068 Mon Sep 17 00:00:00 2001 From: chauncyc Date: Mon, 30 Sep 2019 21:07:46 +0000 Subject: [PATCH] crypto/x509: add IPAddresses to list of template fields used by CreateCertificate Change-Id: Ifbdf33ee4e413c3edba59b7dbed00ab90698cd35 GitHub-Last-Rev: c3bd33c4cf9c4f4a1e6724c93b865fc5bbb4ca9d GitHub-Pull-Request: golang/go#34277 Reviewed-on: https://go-review.googlesource.com/c/go/+/195157 Run-TryBot: Andrew Bonventre TryBot-Result: Gobot Gobot Reviewed-by: Andrew Bonventre Reviewed-by: Filippo Valsorda --- src/crypto/x509/x509.go | 1 + 1 file changed, 1 insertion(+) diff --git a/src/crypto/x509/x509.go b/src/crypto/x509/x509.go index d959d0ba3f..9b47033947 100644 --- a/src/crypto/x509/x509.go +++ b/src/crypto/x509/x509.go @@ -2052,6 +2052,7 @@ var emptyASN1Subject = []byte{0x30, 0} // - ExcludedURIDomains // - ExtKeyUsage // - ExtraExtensions +// - IPAddresses // - IsCA // - IssuingCertificateURL // - KeyUsage -- 2.50.0