Commit cde282db authored by chauncyc's avatar chauncyc Committed by Filippo Valsorda

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 <andybons@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: default avatarAndrew Bonventre <andybons@golang.org>
Reviewed-by: default avatarFilippo Valsorda <filippo@golang.org>
parent 0adc89aa
...@@ -2052,6 +2052,7 @@ var emptyASN1Subject = []byte{0x30, 0} ...@@ -2052,6 +2052,7 @@ var emptyASN1Subject = []byte{0x30, 0}
// - ExcludedURIDomains // - ExcludedURIDomains
// - ExtKeyUsage // - ExtKeyUsage
// - ExtraExtensions // - ExtraExtensions
// - IPAddresses
// - IsCA // - IsCA
// - IssuingCertificateURL // - IssuingCertificateURL
// - KeyUsage // - KeyUsage
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment