Commit graph

  • e39486f81c fix: incorrect clientHelloBuildStatus after BuildHandshakeStateWithoutSession Amir Khan 2024-07-15 13:05:29 -04:00
  • f317de5eee chore: remove accidental comments from code Amir Khan 2024-07-15 12:33:42 -04:00
  • 86e2d5e29b Add setters for SessionState fields createdAt, UseBy, and AgeAdd Amir Khan 2024-07-11 14:32:43 -04:00
  • 539bd295cd crypto/tls: add support for -expect-no-hrr to bogo_shim_test Clide Stefani 2024-06-25 11:46:39 -04:00
  • dc96744fa9 crypto/tls: add support for -reject-alpn and -decline-alpn flags to bogo_shim_test Clide Stefani 2024-06-11 14:42:13 -04:00
  • 513679377a
    📦 build: WebAssembly Transport Module v1.6.7-wasm wasm Gaukas Wang 2024-01-29 14:26:51 -07:00
  • 925bfb39ab
    Allow BuildHandshakeState to inspect ClientHello before setting SessionTicket/PSK (#301) v1.6.7 adotkhan 2024-06-26 23:12:28 -04:00
  • f061fb7e34 fix: Marshal the Client Hello after loading session Amir Khan 2024-06-26 17:07:25 -04:00
  • cbf02ab408 Revert (*UConn).BuildHandshakeState to lock session controller Amir Khan 2024-06-26 16:46:26 -04:00
  • feb41f856b Fix breaking exported MakeClientSessionState Amir Khan 2024-06-26 14:30:53 -04:00
  • 8b177082b2 crypto/tls: apply QUIC session event flag to QUICResumeSession events Damien Neil 2024-06-24 10:01:47 -07:00
  • 861b74c00c crypto/tls: replay test recordings without network Filippo Valsorda 2024-06-23 14:10:14 +02:00
  • f1ed02fbf2 crypto/tls: add support for -expect-version to bogo_shim_test Clide Stefani 2024-06-13 14:57:12 -04:00
  • 01c746c919 Add public getter/setter for SessionState.extMasterSecret Amir Khan 2024-06-19 13:45:00 -04:00
  • ebe5d664d2 Lock sessionController only on last call to BuildHandshakeState Amir Khan 2024-06-19 13:41:08 -04:00
  • a2c0ebe2c2 crypto/tls: improve error log produced during TestBogoSuite Clide Stefani 2024-06-07 16:37:13 -04:00
  • ed714f6392 net/http: check GetConfigForClient in server.ServeTLS Chance Zibolski 2024-06-07 15:24:08 +00:00
  • 2b758fa0c8 crypto/tls: fix test caching for bogo Roland Shoemaker 2024-05-29 10:38:15 -07:00
  • 93a55ff19e crypto/tls: better bogo test output handling Roland Shoemaker 2024-05-23 10:01:09 -07:00
  • 4eb40171ff all: make function comments match function names cuishuang 2024-06-02 00:51:35 +08:00
  • ab6f57c115 all: document legacy //go:linkname for final round of modules Russ Cox 2024-05-22 23:06:30 -04:00
  • 0941f583ed crypto/tls: add linkname comments dropped from CL 587220 Russ Cox 2024-05-22 22:01:35 -04:00
  • ce1cbd081a crypto/tls: add ech client support Roland Shoemaker 2024-04-11 08:50:36 -07:00
  • a2d887fa30 all: document legacy //go:linkname for modules with ≥200 dependents Russ Cox 2024-05-22 15:46:02 -04:00
  • a58f39d686 all: document legacy //go:linkname for modules with ≥5,000 dependents Russ Cox 2024-05-21 23:50:52 -04:00
  • 2621b1f66c all: change from sort functions to slices functions where feasible Ian Lance Taylor 2024-05-22 13:38:40 -07:00
  • c96cbeb1bf crypto/tls: allow 256KiB certificate messages Roland Shoemaker 2024-05-15 10:51:44 -07:00
  • 5bf846b35c crypto/tls: populate Leaf in X509KeyPair Roland Shoemaker 2024-05-15 13:46:38 -07:00
  • 5578206479 crypto/tls: reorder client_hello extensions Roland Shoemaker 2024-05-14 11:22:16 -07:00
  • 72f81ff7ec crypto/tls: move defaults into defaults.go Filippo Valsorda 2024-05-22 12:51:03 +02:00
  • 470b5f1f9d crypto/tls: disable 3-DES by default Filippo Valsorda 2024-05-22 11:39:41 +02:00
  • bbd7da73e1 crypto/tls: remove typeNextProtocol Filippo Valsorda 2024-05-18 20:15:38 +02:00
  • 833bba2d07 crypto/tls: improved 0-RTT QUIC API Damien Neil 2023-10-22 16:31:59 -04:00
  • a81de4f2e0 crypto/tls: implement X25519Kyber768Draft00 Filippo Valsorda 2024-05-18 20:15:38 +02:00
  • 7e8209f81c crypto/tls: ensure GODEBUGs are initialized Filippo Valsorda 2024-05-20 11:07:28 +02:00
  • 245de0a13b crypto/tls: clarify group selection logic Filippo Valsorda 2024-05-18 19:35:39 +02:00
  • 2a85364a09 all: add push linknames to allow legacy pull linknames Cherry Mui 2024-05-16 17:19:15 -04:00
  • ce8a8c0012 crypto/tls: don't call tlsrsakex.IncNonDefault with FIPS Mike Beaumont 2024-04-29 12:14:32 +02:00
  • 5197ef4589 crypto: replace encoding/binary in favour of internal/byteorder Mateusz Poliwczak 2024-05-11 09:37:50 +00:00
  • b19af79538
    quic: always use empty session ID (#297) v1.6.6-wasm Gaukas Wang 2024-05-03 07:39:15 -07:00
  • 4f713392d1
    quic: always use empty session ID (#297) v1.6.6 Gaukas Wang 2024-05-03 07:39:15 -07:00
  • ce4bba9491
    quic: always use empty session ID Gaukas Wang 2024-05-02 20:29:02 -06:00
  • 2cfa96bbb1
    parrot: replace firefox120 parrot with a popular one(#296) v1.6.5-wasm adotkhan 2024-04-29 12:30:28 -04:00
  • a559ba3717
    build(deps): bump golang.org/x/net from 0.20.0 to 0.23.0 (#293) dependabot[bot] 2024-04-19 12:29:49 -06:00
  • 1f5d7d7824
    parrot: replace firefox120 parrot with a popular one(#296) v1.6.5 adotkhan 2024-04-29 12:30:28 -04:00
  • c62bfcfb86 Fix Firefox-120 profile Amir Khan 2024-04-29 11:56:39 -04:00
  • eae001cbd4 crypto/tls: skip bogo suite on windows builders Roland Shoemaker 2024-04-24 10:04:01 -07:00
  • 8f010b3932
    build(deps): bump golang.org/x/net from 0.20.0 to 0.23.0 (#293) dependabot[bot] 2024-04-19 12:29:49 -06:00
  • 990f526003 crypto/tls: don't cache marshal'd bytes Roland Shoemaker 2024-04-18 10:51:25 -07:00
  • d886f2544a
    build(deps): bump golang.org/x/net from 0.20.0 to 0.23.0 dependabot[bot] 2024-04-19 13:06:16 +00:00
  • c16fc29ae8 crypto/tls: add a bogo shim Roland Shoemaker 2023-04-19 11:56:30 -07:00
  • f0fb2edbdc
    fix: (*UConn).Read() and Secure Renegotiation (#292) v1.6.4-wasm Gaukas Wang 2024-04-10 10:55:29 -06:00
  • dc5b4c185f
    fix: typo in README.md Gaukas Wang 2024-04-03 15:10:03 -06:00
  • 8408a8eb43
    build(deps): bump github.com/quic-go/quic-go from 0.40.1 to 0.42.0 (#289) dependabot[bot] 2024-04-03 14:16:55 -06:00
  • e684676eef
    fix: (*UConn).Read() and Secure Renegotiation (#292) v1.6.4 Gaukas Wang 2024-04-10 10:55:29 -06:00
  • b563ec45ac
    update: use VerifyData in RenegotiationInfoExt Gaukas Wang 2024-04-10 01:15:04 -06:00
  • 2a6df0af89
    fix: UConn Read does not trigger correct Handshake Gaukas Wang 2024-04-10 01:11:56 -06:00
  • e2bc5b12e9
    fix: typo in README.md Gaukas Wang 2024-04-03 15:10:03 -06:00
  • fda1888aa8
    build(deps): bump github.com/quic-go/quic-go from 0.40.1 to 0.42.0 (#289) dependabot[bot] 2024-04-03 14:16:55 -06:00
  • f0f239700e
    update: remove dependency of quic-go Gaukas Wang 2024-04-02 12:25:13 -06:00
  • c5c634578d
    build(deps): bump github.com/quic-go/quic-go from 0.40.1 to 0.42.0 dependabot[bot] 2024-04-02 14:17:50 +00:00
  • 8d53a491d1 crypto/tls,regexp: remove always-nil error results Daniel Martí 2023-09-17 21:46:35 +01:00
  • 0cb1694084 all: make use of builtin clear Jes Cok 2024-03-27 20:44:18 +08:00
  • 7f35a0b461 all: fix a large number of comments cui fliter 2024-03-22 23:31:44 +08:00
  • 97054e65fa crypto/tls: fix typo in comment guoguangwu 2024-02-22 01:32:06 +00:00
  • 491feb94e4
    security: crypto/rand ShuffleChromeTLSExtensions (#286) v1.6.3-wasm Gaukas Wang 2024-02-21 14:40:15 -07:00
  • 3d4788c54d
    security: crypto/rand ShuffleChromeTLSExtensions (#286) v1.6.3 Gaukas Wang 2024-02-21 14:40:15 -07:00
  • 3a2d970442
    security: crypto/rand ShuffleChromeTLSExtensions Gaukas Wang 2024-02-21 14:32:54 -07:00
  • 3a0b417e0e
    📦 build: WebAssembly Transport Module v1.6.2-wasm Gaukas Wang 2024-01-29 14:26:51 -07:00
  • c3aeef03b3 Revert "crypto/internal/boring: upgrade module to fips-20220613" +1 Filippo Valsorda 2024-01-26 23:22:45 +01:00
  • d2768e4eaa
    ⬆️ sync: merge changes from golang/go@1.22 release branch (#280) v1.6.2 Gaukas Wang 2024-01-10 22:20:46 -07:00
  • 5796f9738a
    🚑 fix: code broken after merging Gaukas Wang 2024-01-10 22:09:25 -07:00
  • 8680818a98
    update: remove unused boring files Gaukas Wang 2024-01-10 22:08:18 -07:00
  • 36f1f79bed
    ⚠️ deprecate: weak ciphers Gaukas Wang 2024-01-10 22:07:14 -07:00
  • bd8fe35ca1
    🔀 update: Merge 'upstream:release-branch.go1.22' Gaukas Wang 2024-01-10 21:36:52 -07:00
  • c209e4b780
    deps: bump all deps to latest (#279) Gaukas Wang 2024-01-10 14:09:11 -07:00
  • 8ceb3cd260
    deps: bump all dependencies to latest Gaukas Wang 2024-01-10 14:03:38 -07:00
  • 1ff20dd651
    build(deps): bump github.com/quic-go/quic-go from 0.37.4 to 0.37.7 dependabot[bot] 2024-01-10 15:12:16 +00:00
  • 8b9a63f541
    build(deps): bump github.com/cloudflare/circl from 1.3.6 to 1.3.7 (#277) v1.6.1 dependabot[bot] 2024-01-08 09:58:33 -07:00
  • b303744f0a
    build(deps): bump github.com/cloudflare/circl from 1.3.6 to 1.3.7 dependabot[bot] 2024-01-08 16:54:12 +00:00
  • 42e79cb29a
    feat: parse GREASE ECH from raw (#276) Gaukas Wang 2023-12-22 11:16:33 -07:00
  • 6d4cdd217a
    feat: parse GREASE ECH from raw Gaukas Wang 2023-12-22 11:11:45 -07:00
  • f8beb04616
    build(deps): bump golang.org/x/crypto from 0.14.0 to 0.17.0 (#273) dependabot[bot] 2023-12-19 10:14:02 -07:00
  • bc8bc10568
    build(deps): bump golang.org/x/crypto from 0.14.0 to 0.17.0 dependabot[bot] 2023-12-18 23:35:03 +00:00
  • 035b9d2bbf crypto/tls: align FIPS-only mode with BoringSSL policy Filippo Valsorda 2023-12-14 22:13:29 +01:00
  • c4ba3ff3af
    fix: incorrect firefox nss parrot ECH params (#272) v1.6.0 Gaukas Wang 2023-12-15 23:32:10 -07:00
  • c58bcb1bc8
    fix: incorrect firefox nss parrot ECH params Gaukas Wang 2023-12-15 23:25:27 -07:00
  • 2d6258a928
    fix: grease ech parrot for chrome 120 (#271) hax0r31337 2023-12-16 01:03:25 +08:00
  • 02dcb020c1
    fix: grease ech parrot for chrome 120 hax0r31337 2023-12-15 08:57:54 +00:00
  • ed573b3ab4
    bump: firefox and chrome auto parrot to latest (#269) Gaukas Wang 2023-12-14 14:06:07 -07:00
  • 7533dca18f
    bump: firefox and chrome auto parrot to latest Gaukas Wang 2023-12-14 13:51:56 -07:00
  • e747779276
    feat: chrome 120 non-pq parrot (#268) hax0r31337 2023-12-15 04:41:37 +08:00
  • 1b4ae5eb7f
    feat: chrome 120 non-pq client hello hax0r31337 2023-12-14 07:01:52 +00:00
  • b4de442d02
    feat: add GREASEEncryptedClientHelloExtension (#266) Gaukas Wang 2023-12-13 19:50:50 -07:00
  • 01592e0754
    new: possible InnerClientHello length [ci skip] Gaukas Wang 2023-12-13 17:12:59 -07:00
  • 4bbf49d0b1
    fix: invalid httpGetOverConn call Gaukas Wang 2023-12-13 17:08:20 -07:00
  • 90d857e62a
    new: add GREASE ECH example Gaukas Wang 2023-12-13 17:06:51 -07:00
  • 9b025f10fc
    new: (*Config).ECHConfigs Gaukas Wang 2023-12-13 17:01:41 -07:00
  • e8896dc404
    new: GREASE ECH parrots Gaukas Wang 2023-12-13 16:48:48 -07:00
  • d154e244ac
    fix: ECHConfig Length always 0 Gaukas Wang 2023-12-13 16:47:45 -07:00