1
0
mirror of https://github.com/golang/go synced 2024-11-15 12:10:22 -07:00
go/doc/next/6-stdlib/99-minor
Bobby Powers f053f4f921 crypto/tls: expose extensions presented by client to GetCertificate
This enables JA3 and JA4 TLS fingerprinting to be implemented from
the GetCertificate callback, similar to what BoringSSL provides with
its SSL_CTX_set_dos_protection_cb hook.

fixes #32936

Change-Id: Idb54ebcb43075582fcef0ac6438727f494543424
Reviewed-on: https://go-review.googlesource.com/c/go/+/471396
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
Reviewed-by: Roland Shoemaker <roland@golang.org>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
2024-08-09 18:45:11 +00:00
..
crypto crypto/tls: expose extensions presented by client to GetCertificate 2024-08-09 18:45:11 +00:00
encoding encoding: add TextAppender and BinaryAppender 2024-07-30 14:22:50 +00:00
go/types go/types: add go1.23 iterator methods for 10 exported types 2024-07-31 22:54:09 +00:00
hash hash: implement the encoding.BinaryAppender interface 2024-08-07 17:23:15 +00:00
net/url net/url: implement encoding.BinaryAppender for URL 2024-08-08 19:43:18 +00:00
0-heading.md doc: initialize next directory for Go 1.24 2024-07-22 17:55:04 +00:00
README doc: initialize next directory for Go 1.24 2024-07-22 17:55:04 +00:00

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