aboutsummaryrefslogtreecommitdiff
path: root/src/crypto/tls/handshake_server.go
AgeCommit message (Expand)Author
2026-01-28crypto/tls: check verifiedChains roots when resuming sessionsRoland Shoemaker
2026-01-28crypto/tls: add verifiedChains expiration checking during resumptionRoland Shoemaker
2026-01-28Revert "crypto/tls: don't copy auto-rotated session ticket keys in Config.Clone"Roland Shoemaker
2026-01-15crypto/tls: don't copy auto-rotated session ticket keys in Config.CloneRoland Shoemaker
2025-11-26crypto/tls: support crypto.MessageSigner private keysFilippo Valsorda
2025-11-25crypto/tls: expose HelloRetryRequest stateDaniel McCarney
2025-10-13all: replace calls to errors.As with errors.AsTypeJulien Cretel
2025-09-29crypto/tls: quote protocols in ALPN error messageRoland Shoemaker
2025-07-09crypto/tls: empty server_name conf. ext. from serverDaniel McCarney
2025-05-27crypto/tls: enable signature algorithm BoGo tests (and fix two bugs)Filippo Valsorda
2025-05-21crypto/tls: disable SHA-1 signature algorithms in TLS 1.2Filippo Valsorda
2025-05-21crypto/tls: don't advertise TLS 1.2-only sigAlgs in TLS 1.3Filippo Valsorda
2025-05-21crypto/tls: match compression method alert across versionsDaniel McCarney
2025-05-21crypto/tls: add GetEncryptedClientHelloKeysRoland Shoemaker
2025-05-09crypto/tls: handle client hello version too highDaniel McCarney
2025-05-09crypto/tls: fix TLS <1.3 client cert required alertDaniel McCarney
2025-05-09crypto/tls: err for unsupported point format configsDaniel McCarney
2025-04-07crypto/tls: add offered cipher suites to the handshake errorNicola Murino
2025-03-13crypto/tls: clean up supported/default/allowed parametersFilippo Valsorda
2025-03-13crypto/tls: add ConnectionState.CurveIDFilippo Valsorda
2025-03-10crypto/tls: align cert decode alert w/ BSSLDaniel McCarney
2025-02-25crypto/tls: require EMS in FIPS 140-3 modeFilippo Valsorda
2024-11-22crypto/tls: implement X25519MLKEM768Filippo Valsorda
2024-11-21crypto/tls: add server-side ECHRoland Shoemaker
2024-11-21crypto/tls: FIPS 140-3 modeDaniel McCarney
2024-11-20internal/byteorder: use canonical Go casing in namesRuss Cox
2024-08-09crypto/tls: expose extensions presented by client to GetCertificateBobby Powers
2024-05-22crypto/tls: disable 3-DES by defaultFilippo Valsorda
2024-05-22crypto/tls: implement X25519Kyber768Draft00Filippo Valsorda
2024-05-22crypto/tls: ensure GODEBUGs are initializedFilippo Valsorda
2024-05-16crypto/tls: don't call tlsrsakex.IncNonDefault with FIPSMike Beaumont
2024-03-29crypto/tls,regexp: remove always-nil error resultsDaniel Martí
2023-11-21crypto/tls: check and record godebugs more granularlyFilippo Valsorda
2023-08-10crypto/tls: add GODEBUG to control max RSA key sizeRoland Shoemaker
2023-08-02crypto/tls: restrict RSA keys in certificates to <= 8192 bitsRoland Shoemaker
2023-05-25crypto/tls: don't reverify but check certificate expiration on resumptionFilippo Valsorda
2023-05-25crypto/tls: implement Extended Master SecretFilippo Valsorda
2023-05-24crypto/tls: add WrapSession and UnwrapSessionFilippo Valsorda
2023-05-24crypto/tls: use SessionState on the client sideFilippo Valsorda
2023-05-24crypto/tls: add SessionState and use it on the server sideFilippo Valsorda
2023-05-24crypto/tls: reduce session ticket linkabilityFilippo Valsorda
2023-05-24crypto/tls: support QUIC as a transportDamien Neil
2023-02-14crypto/tls: replace all usages of BytesOrPanicRoland Shoemaker
2023-01-20crypto/tls: improve client auth failure alertsAnit Gandhi
2022-11-18crypto/tls: add CertificateVerificationError to tls handshakeGabor Tanz
2022-08-25crypto/tls: support ECDHE when ec_point_formats is missingFilippo Valsorda
2022-08-14crypto/tls: remove unused hashForClientCertificate paramMike Faraponov
2022-08-11crypto/tls: change Conn.handshakeStatus type to atomic.BoolLudi Rehak
2022-04-29[dev.boringcrypto] crypto/x509: remove VerifyOptions.IsBoringRuss Cox
2022-04-29[dev.boringcrypto] all: add boringcrypto build tagsRuss Cox