aboutsummaryrefslogtreecommitdiff
path: root/src/crypto/tls
AgeCommit message (Expand)Author
2025-05-21crypto/tls: have servers prefer TLS 1.3 when supportedDaniel McCarney
2025-05-21crypto/tls: add GetEncryptedClientHelloKeysRoland Shoemaker
2025-05-21crypto/tls: replace custom intern cache with weak cacheRoland Shoemaker
2025-05-15crypto/tls: fix bogo IgnoreClientVersionOrder skip reasonDaniel McCarney
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: enable more large record bogo testsDaniel McCarney
2025-05-09crypto/tls: skip BadRSAClientKeyExchange-[4,5]Daniel McCarney
2025-05-09crypto/tls: err for unsupported point format configsDaniel McCarney
2025-05-09crypto/tls: update TLS 1.3 client compression validationDaniel McCarney
2025-05-09crypto/tls: use illegal param alert for bad compressionDaniel McCarney
2025-05-08crypto/tls: use runtime.Gosched instead of time.After in TestCertCacheMichael Anthony Knyszek
2025-05-08crypto/tls: add scheduler call to TestCertCache refcount timeout loopMichael Anthony Knyszek
2025-05-07crypto/tls: use runtime.AddCleanup instead of runtime.SetFinalizerCarlos Amedee
2025-04-28crypto/internal/hpke: rename Receipient to RecipientJohn Bampton
2025-04-23crypto/tls: skip part of the test based on GOOS instead of GOARCHNevkontakte
2025-04-16crypto/tls: fix a testing deadlock that occurs on a TLS protocol errorEric Young
2025-04-07crypto/tls: add offered cipher suites to the handshake errorNicola Murino
2025-04-02crypto/tls: use crypto/hkdfqmuntal
2025-03-20crypto/tls: add missing RUnlock in ticketKeysEdoardo Spadolini
2025-03-17crypto/tls: fix ECH compatibility古大羊
2025-03-13crypto/tls/internal/fips140tls: use crypto/fips140qmuntal
2025-03-13crypto/tls: relax native FIPS 140-3 modeFilippo Valsorda
2025-03-13crypto/tls: clean up supported/default/allowed parametersFilippo Valsorda
2025-03-13crypto/tls: add ConnectionState.CurveIDFilippo Valsorda
2025-03-13crypto/tls: allow P-521 in FIPS 140-3 mode and Go+BoringCryptoFilippo Valsorda
2025-03-10crypto/tls: reject TLS 1.3 compat session ID in TLS 1.2Daniel McCarney
2025-03-10crypto/tls: align cert decode alert w/ BSSLDaniel McCarney
2025-03-10crypto/tls: update GREASE-Server-TLS13 BoGo skipDaniel McCarney
2025-03-10crypto/tls: support bogo -wait-for-debuggerDaniel McCarney
2025-03-10crypto/tls: ignore TLS 1.3 user canceled alertsDaniel McCarney
2025-03-10crypto/tls: run SkipNewSessionTicket bogo testDaniel McCarney
2025-03-10crypto/tls: reject empty TLS 1.3 session ticketDaniel McCarney
2025-03-07crypto/tls: small bogo shim test tidyingDaniel McCarney
2025-02-25crypto/tls: require EMS in FIPS 140-3 modeFilippo Valsorda
2025-02-19crypto/tls: improve ech parsing errorsRoland Shoemaker
2025-02-19crypto/tls: fix incorrect EncryptedClientHelloKey commentRoland Shoemaker
2025-02-12crypto/tls: document FIPS 140-3 mode behaviorFilippo Valsorda
2025-02-03all: use slices.Contains to simplify codecuishuang
2025-02-03crypto/tls: disable additional SSLv2 bogo testsRoland Shoemaker
2025-01-07crypto/tls: send illegal_parameter on invalid ECHClientHello.typethekuwayama
2025-01-02crypto/tls: properly return ECH retry configsRoland Shoemaker
2025-01-01crypto/tls: fix Config.Time in tests using expired certificatesFilippo Valsorda
2024-12-30crypto/tls: fix misspelling in commentthekuwayama
2024-12-26crypto/mlkem: swap order of return values of EncapsulateAlec Bakholdin
2024-12-18crypto/tls: normalize spelling of "ClientHello" in commentsFilippo Valsorda
2024-11-27crypto/tls: fix a broken linkHiroaki Sano
2024-11-22crypto/tls: implement X25519MLKEM768Filippo Valsorda
2024-11-22crypto/rsa: refuse to generate and/or use keys smaller than 1024 bitsFilippo Valsorda
2024-11-22crypto/tls: test with FIPS 140-3 TLS modeDaniel McCarney