Skip to content

Commit

Permalink
doc: add note about crypto/x509 serial generation
Browse files Browse the repository at this point in the history
Fixes #67675

Change-Id: I102c779c2a0ccaf6572be354fec3153a0a0a32eb
Reviewed-on: https://go-review.googlesource.com/c/go/+/631683
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Auto-Submit: Roland Shoemaker <roland@golang.org>
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
  • Loading branch information
rolandshoemaker authored and gopherbot committed Nov 26, 2024
1 parent 7b29662 commit eab49f6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions doc/next/6-stdlib/99-minor/crypto/x509/67675.md
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit eab49f6

Please sign in to comment.