aboutsummaryrefslogtreecommitdiff
path: root/src/crypto/tls/tls_test.go
AgeCommit message (Expand)Author
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: add SecP256r1/SecP384r1MLKEM1024 hybrid post-quantum key exchangesFilippo Valsorda
2025-11-25crypto/tls: expose HelloRetryRequest stateDaniel McCarney
2025-11-21crypto/internal/hpke: modularize API and support more ciphersuitesFilippo Valsorda
2025-10-17all: remove unnecessary loop variable copies in testsTobias Klauser
2025-05-21crypto/tls: add GetEncryptedClientHelloKeysRoland Shoemaker
2025-05-09crypto/tls: err for unsupported point format configsDaniel McCarney
2025-03-13crypto/tls: clean up supported/default/allowed parametersFilippo Valsorda
2025-03-13crypto/tls: add ConnectionState.CurveIDFilippo Valsorda
2025-01-01crypto/tls: fix Config.Time in tests using expired certificatesFilippo Valsorda
2024-11-22crypto/tls: implement X25519MLKEM768Filippo Valsorda
2024-11-22crypto/tls: test with FIPS 140-3 TLS modeDaniel McCarney
2024-11-21crypto/tls: add server-side ECHRoland Shoemaker
2024-08-15crypto,hash: add t.Helper calls to test helpersapocelipes
2024-05-23crypto/tls: add ech client supportRoland Shoemaker
2024-05-23all: change from sort functions to slices functions where feasibleIan Lance Taylor
2024-05-23crypto/tls: allow 256KiB certificate messagesRoland Shoemaker
2024-05-22crypto/tls: populate Leaf in X509KeyPairRoland Shoemaker
2024-05-22crypto/tls: disable 3-DES by defaultFilippo Valsorda
2024-05-22crypto/tls: implement X25519Kyber768Draft00Filippo Valsorda
2024-02-26crypto/tls: fix typo in commentguoguangwu
2023-11-21crypto/tls: mark RSA KEX cipher suites insecureFilippo Valsorda
2023-11-21crypto/tls: check and record godebugs more granularlyFilippo Valsorda
2023-11-14crypto/tls: remove RSA KEX ciphers from the default listRoland Shoemaker
2023-11-14crypto/tls: change default minimum version to 1.2Roland Shoemaker
2023-05-25crypto/tls: don't reverify but check certificate expiration on resumptionFilippo Valsorda
2023-05-25crypto/tls: add VersionNameFilippo Valsorda
2023-05-25crypto/tls: implement Extended Master SecretFilippo Valsorda
2023-05-24crypto/tls: add WrapSession and UnwrapSessionFilippo Valsorda
2023-04-19crypto/tls: retry DialWithTimeout until the listener accepts a connectionBryan C. Mills
2021-05-08crypto/tls: make cipher suite preference ordering automaticFilippo Valsorda
2020-10-20all: update references to symbols moved from io/ioutil to ioRuss Cox
2020-09-29crypto/tls: make config.Clone return nil if the source is nilChen.Zhidong
2020-09-24crypto/tls: replace errClosed with net.ErrClosedAinar Garipov
2020-07-08crypto: fix PKCS space in docsKatie Hockman
2020-06-03crypto/tls: test that Clone copies session ticket key fieldsKatie Hockman
2020-05-08crypto/tls: add Config.VerifyConnection callbackKatie Hockman
2020-04-20crypto/tls: add DialerBrad Fitzpatrick
2020-04-13crypto/tls: failed tls.Conn.Write returns a permanent errorKatie Hockman
2020-02-27all: fix incorrect channel and API usage in some unit testsZiheng Liu
2019-11-12crypto/tls: add CipherSuites, InsecureCipherSuites and CipherSuiteNameFilippo Valsorda
2019-11-12crypto/tls: re-enable RSA-PSS in TLS 1.2 againFilippo Valsorda
2019-11-12crypto/tls: implement Certificate.SupportedSignatureAlgorithmsFilippo Valsorda
2019-11-12crypto/tls: implement (*ClientHelloInfo).SupportsCertificateFilippo Valsorda
2019-11-12crypto/tls: refactor certificate and signature algorithm logicFilippo Valsorda
2019-10-30crypto/tls: improve error messages for invalid certificates and signaturesFilippo Valsorda
2019-08-27crypto/tls: remove TLS 1.3 opt-outFilippo Valsorda
2019-08-27crypto/tls: remove SSLv3 supportFilippo Valsorda