1
0
mirror of https://github.com/golang/go synced 2024-11-23 13:50:06 -07:00

crypto/x509: add IPAddresses to list of template fields used by CreateCertificate

Change-Id: Ifbdf33ee4e413c3edba59b7dbed00ab90698cd35
GitHub-Last-Rev: c3bd33c4cf
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: Andrew Bonventre <andybons@golang.org>
Reviewed-by: Filippo Valsorda <filippo@golang.org>
This commit is contained in:
chauncyc 2019-09-30 21:07:46 +00:00 committed by Filippo Valsorda
parent 0adc89aa96
commit cde282dbdd

View File

@ -2052,6 +2052,7 @@ var emptyASN1Subject = []byte{0x30, 0}
// - ExcludedURIDomains // - ExcludedURIDomains
// - ExtKeyUsage // - ExtKeyUsage
// - ExtraExtensions // - ExtraExtensions
// - IPAddresses
// - IsCA // - IsCA
// - IssuingCertificateURL // - IssuingCertificateURL
// - KeyUsage // - KeyUsage