Skip to content

Commit 27a186a

Browse files
committed
Merge remote-tracking branch 'remotes/GOCPRO/go1.22.6-msspi' into go1.22.12-msspi
2 parents dc9cfd9 + f248b8f commit 27a186a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/crypto/tls/conn.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1743,7 +1743,7 @@ func (c *Conn) msspiHandshake(ctx context.Context) error {
17431743
c.verifiedChains = append(verifiedChains, certs)
17441744
}
17451745

1746-
atomic.StoreUint32(&c.handshakeStatus, 1)
1746+
c.isHandshakeComplete.Store(true)
17471747

17481748
return nil
17491749
}

src/go-msspi

0 commit comments

Comments
 (0)