From: Roland Shoemaker Date: Tue, 26 Nov 2024 23:13:49 +0000 (-0800) Subject: doc: add note about crypto/x509 serial generation X-Git-Tag: go1.24rc1~74 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=eab49f6a597a8224929232d5ecaba0281ceaa948;p=gostls13.git doc: add note about crypto/x509 serial generation Fixes #67675 Change-Id: I102c779c2a0ccaf6572be354fec3153a0a0a32eb Reviewed-on: https://go-review.googlesource.com/c/go/+/631683 LUCI-TryBot-Result: Go LUCI Auto-Submit: Roland Shoemaker Reviewed-by: Dmitri Shuralyov Reviewed-by: Dmitri Shuralyov --- diff --git a/doc/next/6-stdlib/99-minor/crypto/x509/67675.md b/doc/next/6-stdlib/99-minor/crypto/x509/67675.md new file mode 100644 index 0000000000..4824f9718e --- /dev/null +++ b/doc/next/6-stdlib/99-minor/crypto/x509/67675.md @@ -0,0 +1,3 @@ +[`CreateCertificate`] will now generate a serial number using a RFC 5280 +compliant method when passed a template with a nil [`Certificate.SerialNumber`] +field, instead of failing. \ No newline at end of file