Change information
Commit message:
crypto/tls: add LocalCertificate to ConnectionState
Adds a new field to ConnectionState, LocalCertificate, which contains
the certificate chain which was presented to the connection peer, if one
was.
Fixes #24673
Change-Id: Iae758fef4a2808e3295324890f4b2f55c71fcc4c
Files:
- M api/go1.27.txt
- M src/crypto/tls/common.go
- M src/crypto/tls/conn.go
- M src/crypto/tls/handshake_client.go
- M src/crypto/tls/handshake_client_tls13.go
- M src/crypto/tls/handshake_server.go
- M src/crypto/tls/handshake_server_tls13.go
- M src/crypto/tls/tls_test.go
Change size: M
Delta: 8 files changed, 140 insertions(+), 0 deletions(-)
Branch: refs/heads/master