1
0
mirror of https://github.com/golang/go synced 2024-11-15 09:20:58 -07:00
go/doc/next/6-stdlib/99-minor
Filippo Valsorda c96159c252 crypto/x509: cleanup signature generation
Centralizing some repetitive code, which would have prevented #45990.

This also fixes the deprecated Certificate.CreateCRL for RSA-PSS, not
that anyone cared, probably.

This has two other minor observable behavior changes: MD2 is now treated
as a completely unknown algorithm (why did we even have that!? removing
lets us treat hash == 0 as always meaning no prehash); and we now do the
signature verification self-check for all signing operations.

Change-Id: I3b34fe0c3b6eb6181d2145b0704834225cd45a27
Reviewed-on: https://go-review.googlesource.com/c/go/+/586015
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
Reviewed-by: Roland Shoemaker <roland@golang.org>
Auto-Submit: Filippo Valsorda <filippo@golang.org>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
2024-05-22 09:20:15 +00:00
..
archive/tar doc: make use of simpler symbol links for relnotes 2024-04-12 20:57:18 +00:00
crypto/x509 crypto/x509: cleanup signature generation 2024-05-22 09:20:15 +00:00
database/sql doc: make use of simpler symbol links for relnotes 2024-04-12 20:57:18 +00:00
debug/elf debug/elf: define non-standard but well-known symbol types 2024-04-16 00:01:16 +00:00
encoding/binary encoding/binary: add Append, Encode and Decode 2024-05-20 18:58:26 +00:00
go go/ast: add Preorder go1.23 iterator 2024-05-15 21:44:50 +00:00
iter iter: expose fundamental types to Go 1.23 2024-05-06 20:33:25 +00:00
maps maps: add All, Keys, Values, Insert, Collect 2024-05-20 16:01:35 +00:00
math/rand/v2 math/rand/v2: add Uint 2024-05-07 18:03:11 +00:00
net net/http: add Pattern field in Request to return matched pattern info 2024-05-16 18:42:34 +00:00
os doc: make use of simpler symbol links for relnotes 2024-04-12 20:57:18 +00:00
path/filepath doc: make use of simpler symbol links for relnotes 2024-04-12 20:57:18 +00:00
reflect reflect: add iterative related methods 2024-05-09 11:54:18 +00:00
runtime runtime: remove GODEBUG=runtimecontentionstacks 2024-05-21 17:17:36 +00:00
slices slices: add Chunk 2024-05-10 17:28:50 +00:00
structs cmd/compile: add structs.HostLayout 2024-05-20 21:19:39 +00:00
sync doc: simplify links for release notes 2024-05-20 18:34:13 +00:00
syscall doc: make use of simpler symbol links for relnotes 2024-04-12 20:57:18 +00:00
testing/fstest doc: make use of simpler symbol links for relnotes 2024-04-12 20:57:18 +00:00
unicode/utf16 doc: make use of simpler symbol links for relnotes 2024-04-12 20:57:18 +00:00
unique unique: add unique package and implement Make/Handle 2024-04-22 18:14:07 +00:00
0-heading.md
README

API changes and other small changes to the standard library go here.