1
0
mirror of https://github.com/fumiama/terasu.git synced 2026-06-24 23:00:27 +08:00

feat: support go1.24&go1.25

This commit is contained in:
源文雨
2025-09-30 23:16:01 +08:00
parent 3ac40e382e
commit 1d9b679c36
7 changed files with 898 additions and 12 deletions

View File

@@ -87,7 +87,7 @@ type _trsconn struct {
peerCertificates []*x509.Certificate
// activeCertHandles contains the cache handles to certificates in
// peerCertificates that are used to track active references.
activeCertHandles []*uintptr
activeCertHandles []unsafe.Pointer
// verifiedChains contains the certificate chains that we built, as
// opposed to the ones presented by the server.
verifiedChains [][]*x509.Certificate