index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
crypto
/
tls
/
handshake_server.go
Age
Commit message (
Expand
)
Author
2026-01-28
crypto/tls: check verifiedChains roots when resuming sessions
Roland Shoemaker
2026-01-28
crypto/tls: add verifiedChains expiration checking during resumption
Roland Shoemaker
2026-01-28
Revert "crypto/tls: don't copy auto-rotated session ticket keys in Config.Clone"
Roland Shoemaker
2026-01-15
crypto/tls: don't copy auto-rotated session ticket keys in Config.Clone
Roland Shoemaker
2025-11-26
crypto/tls: support crypto.MessageSigner private keys
Filippo Valsorda
2025-11-25
crypto/tls: expose HelloRetryRequest state
Daniel McCarney
2025-10-13
all: replace calls to errors.As with errors.AsType
Julien Cretel
2025-09-29
crypto/tls: quote protocols in ALPN error message
Roland Shoemaker
2025-07-09
crypto/tls: empty server_name conf. ext. from server
Daniel McCarney
2025-05-27
crypto/tls: enable signature algorithm BoGo tests (and fix two bugs)
Filippo Valsorda
2025-05-21
crypto/tls: disable SHA-1 signature algorithms in TLS 1.2
Filippo Valsorda
2025-05-21
crypto/tls: don't advertise TLS 1.2-only sigAlgs in TLS 1.3
Filippo Valsorda
2025-05-21
crypto/tls: match compression method alert across versions
Daniel McCarney
2025-05-21
crypto/tls: add GetEncryptedClientHelloKeys
Roland Shoemaker
2025-05-09
crypto/tls: handle client hello version too high
Daniel McCarney
2025-05-09
crypto/tls: fix TLS <1.3 client cert required alert
Daniel McCarney
2025-05-09
crypto/tls: err for unsupported point format configs
Daniel McCarney
2025-04-07
crypto/tls: add offered cipher suites to the handshake error
Nicola Murino
2025-03-13
crypto/tls: clean up supported/default/allowed parameters
Filippo Valsorda
2025-03-13
crypto/tls: add ConnectionState.CurveID
Filippo Valsorda
2025-03-10
crypto/tls: align cert decode alert w/ BSSL
Daniel McCarney
2025-02-25
crypto/tls: require EMS in FIPS 140-3 mode
Filippo Valsorda
2024-11-22
crypto/tls: implement X25519MLKEM768
Filippo Valsorda
2024-11-21
crypto/tls: add server-side ECH
Roland Shoemaker
2024-11-21
crypto/tls: FIPS 140-3 mode
Daniel McCarney
2024-11-20
internal/byteorder: use canonical Go casing in names
Russ Cox
2024-08-09
crypto/tls: expose extensions presented by client to GetCertificate
Bobby Powers
2024-05-22
crypto/tls: disable 3-DES by default
Filippo Valsorda
2024-05-22
crypto/tls: implement X25519Kyber768Draft00
Filippo Valsorda
2024-05-22
crypto/tls: ensure GODEBUGs are initialized
Filippo Valsorda
2024-05-16
crypto/tls: don't call tlsrsakex.IncNonDefault with FIPS
Mike Beaumont
2024-03-29
crypto/tls,regexp: remove always-nil error results
Daniel MartÃ
2023-11-21
crypto/tls: check and record godebugs more granularly
Filippo Valsorda
2023-08-10
crypto/tls: add GODEBUG to control max RSA key size
Roland Shoemaker
2023-08-02
crypto/tls: restrict RSA keys in certificates to <= 8192 bits
Roland Shoemaker
2023-05-25
crypto/tls: don't reverify but check certificate expiration on resumption
Filippo Valsorda
2023-05-25
crypto/tls: implement Extended Master Secret
Filippo Valsorda
2023-05-24
crypto/tls: add WrapSession and UnwrapSession
Filippo Valsorda
2023-05-24
crypto/tls: use SessionState on the client side
Filippo Valsorda
2023-05-24
crypto/tls: add SessionState and use it on the server side
Filippo Valsorda
2023-05-24
crypto/tls: reduce session ticket linkability
Filippo Valsorda
2023-05-24
crypto/tls: support QUIC as a transport
Damien Neil
2023-02-14
crypto/tls: replace all usages of BytesOrPanic
Roland Shoemaker
2023-01-20
crypto/tls: improve client auth failure alerts
Anit Gandhi
2022-11-18
crypto/tls: add CertificateVerificationError to tls handshake
Gabor Tanz
2022-08-25
crypto/tls: support ECDHE when ec_point_formats is missing
Filippo Valsorda
2022-08-14
crypto/tls: remove unused hashForClientCertificate param
Mike Faraponov
2022-08-11
crypto/tls: change Conn.handshakeStatus type to atomic.Bool
Ludi Rehak
2022-04-29
[dev.boringcrypto] crypto/x509: remove VerifyOptions.IsBoring
Russ Cox
2022-04-29
[dev.boringcrypto] all: add boringcrypto build tags
Russ Cox
[next]