aboutsummaryrefslogtreecommitdiff
path: root/src/crypto/tls
AgeCommit message (Expand)Author
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
2024-11-21crypto/tls: add server-side ECHRoland Shoemaker
2024-11-21all: fix some function names and typos in commentcuishuang
2024-11-21crypto/tls: FIPS 140-3 modeDaniel McCarney
2024-11-21internal/copyright: add test that copyright notices existRuss Cox
2024-11-20internal/byteorder: use canonical Go casing in namesRuss Cox
2024-11-20all: rename crypto/internal/fips to crypto/internal/fips140Russ Cox
2024-11-19crypto: centralize external test module fetchesFilippo Valsorda
2024-11-19crypto/ecdsa: implement deterministic and hedged signaturesFilippo Valsorda
2024-11-19crypto/internal/mlkem768: move to crypto/internal/fips/mlkemFilippo Valsorda
2024-11-19crypto/internal/mlkem768: add -768 suffix to all exported identifiersFilippo Valsorda
2024-11-19crypto/internal/mlkem768: add EncapsulationKey typeFilippo Valsorda
2024-11-19crypto/internal/mlkem768: make Decapsulate a methodFilippo Valsorda
2024-11-19crypto/internal/mlkem768: update to final FIPS 203Filippo Valsorda
2024-11-19crypto/internal/fips/tls12: implement TLS 1.2 KDFFilippo Valsorda
2024-11-19crypto/internal/fips/tls13: implement TLS 1.3 KDFFilippo Valsorda
2024-11-19crypto/internal/fips/aes/gcm: add GCMForTLS12 and GCMForTLS13Filippo Valsorda
2024-11-19crypto/internal/fips/aes: move GCM to its own packageFilippo Valsorda
2024-10-16crypto/tls: include close notify in client tls test recordingsRyan Granger
2024-08-15crypto,hash: add t.Helper calls to test helpersapocelipes
2024-08-14crypto/tls: fix typo in quicErrorJaeho Nam
2024-08-14crypto/tls: add support for additional alpn flags to bogo_shim_testClide Stefani
2024-08-10crypto/tls: align FIPS-only mode with BoringSSL policyFilippo Valsorda
2024-08-09crypto/tls: expose extensions presented by client to GetCertificateBobby Powers
2024-08-02crypto/tls: fix testHandshake close flakesFilippo Valsorda
2024-07-16crypto/tls: add exclude tls flags to bogo_shim_testClide Stefani
2024-07-10crypto/tls: add support for -expect-no-hrr to bogo_shim_testClide Stefani
2024-07-09crypto/tls: add support for -reject-alpn and -decline-alpn flags to bogo_shim...Clide Stefani
2024-06-25crypto/tls: apply QUIC session event flag to QUICResumeSession eventsDamien Neil
2024-06-24crypto/tls: replay test recordings without networkFilippo Valsorda
2024-06-21crypto/tls: add support for -expect-version to bogo_shim_testClide Stefani
2024-06-11crypto/tls: improve error log produced during TestBogoSuiteClide Stefani
2024-06-07net/http: check GetConfigForClient in server.ServeTLSChance Zibolski
2024-06-04crypto/tls: fix test caching for bogoRoland Shoemaker
2024-06-04crypto/tls: better bogo test output handlingRoland Shoemaker
2024-06-03all: make function comments match function namescuishuang
2024-05-29all: document legacy //go:linkname for final round of modulesRuss Cox
2024-05-29crypto/tls: add linkname comments dropped from CL 587220Russ Cox
2024-05-23crypto/tls: add ech client supportRoland Shoemaker
2024-05-23all: document legacy //go:linkname for modules with ≥200 dependentsRuss Cox
2024-05-23all: document legacy //go:linkname for modules with ≥5,000 dependentsRuss Cox
2024-05-23all: change from sort functions to slices functions where feasibleIan Lance Taylor