aboutsummaryrefslogtreecommitdiff
path: root/src/crypto/tls
AgeCommit message (Expand)Author
2025-07-09crypto/tls: empty server_name conf. ext. from serverDaniel McCarney
2025-07-01crypto/tls: ensure the ECDSA curve matches the signature algorithmFilippo Valsorda
2025-06-30crypto/tls: update bogo versionDaniel McCarney
2025-05-27crypto/tls: enable signature algorithm BoGo tests (and fix two bugs)Filippo Valsorda
2025-05-23crypto/tls: signature_algorithms in CertificateRequest can't be emptyFilippo Valsorda
2025-05-21crypto/tls: reject duplicate TLS 1.3 EncryptedExtensionsDaniel McCarney
2025-05-21crypto/tls: use decode alert for handshake msg unmarshal errDaniel McCarney
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: update BoGo SessionID test skip reasonsDaniel McCarney
2025-05-21crypto/tls: enable BoGo DisabledCurve-HelloRetryRequest-TLS13Daniel McCarney
2025-05-21crypto/tls: match compression method alert across versionsDaniel McCarney
2025-05-21crypto/tls: delete dead code curveIDForCurveDaniel McCarney
2025-05-21crypto/tls: verify server chooses advertised curveDaniel McCarney
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