aboutsummaryrefslogtreecommitdiff
path: root/src/crypto/tls/bogo_config.json
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-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: 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: verify server chooses advertised curveDaniel McCarney
2025-05-21crypto/tls: have servers prefer TLS 1.3 when supportedDaniel McCarney
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-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: 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-02-03crypto/tls: disable additional SSLv2 bogo testsRoland Shoemaker
2025-01-02crypto/tls: properly return ECH retry configsRoland Shoemaker
2024-11-22crypto/tls: implement X25519MLKEM768Filippo Valsorda
2024-11-21crypto/tls: add server-side ECHRoland Shoemaker
2024-06-04crypto/tls: better bogo test output handlingRoland Shoemaker
2024-05-23crypto/tls: add ech client supportRoland Shoemaker
2024-05-22crypto/tls: implement X25519Kyber768Draft00Filippo Valsorda
2024-04-17crypto/tls: add a bogo shimRoland Shoemaker