Gaukas Wang
|
4973374ea5
|
sync: quic-go 0.42.0
Signed-off-by: Gaukas Wang <i@gaukas.wang>
|
2024-04-23 22:34:55 -06:00 |
|
Gaukas Wang
|
95575f5fe7
|
break: update repo url [ci skip]
uTLS is not yet bumped to the new version, so this commit breaks the dependencies relationship by getting rid of the local replace.
|
2023-08-03 18:58:52 -06:00 |
|
Marten Seemann
|
0662afba63
|
stop using math/rand.Seed and Read in tests, bump go.mod version to 1.20 (#3936)
|
2023-07-01 11:29:41 -07:00 |
|
Marten Seemann
|
1f57d4e789
|
protocol: remove VersionTLS, used during the gQUIC -> TLS 1.3 transition (#3764)
|
2023-04-19 07:24:34 -07:00 |
|
Marten Seemann
|
58cedf7a4f
|
rename module, adjust import paths to quic-go/quic-go (#3680)
|
2023-01-21 19:53:57 -08:00 |
|
Marten Seemann
|
c24fbb094c
|
refactor header writing to append to a byte slice (#3646)
This avoids having to allocate a bytes.Buffer.
|
2023-01-17 01:56:06 -08:00 |
|
Marten Seemann
|
86edf7fd4b
|
remove the LongHeader field from the wire.Header
|
2023-01-17 21:53:39 +13:00 |
|
Marten Seemann
|
aca052dc7c
|
stop using the ExtendedHeader for parsing short header packets in tests
|
2023-01-17 21:53:39 +13:00 |
|
Marten Seemann
|
e89fc1152b
|
stop using the ExtendedHeader for writing short header packets in tests
|
2023-01-17 21:53:39 +13:00 |
|
Marten Seemann
|
4cbb4f8114
|
remove ConnectionID.Equal function
Connection IDs can now be compared with ==.
|
2022-08-29 11:30:32 +03:00 |
|
Marten Seemann
|
1aced95d41
|
use an array instead of a byte slice for Connection IDs
|
2022-08-29 11:30:31 +03:00 |
|
Marten Seemann
|
9e0f9e62ff
|
parse arbitrary length Connection IDs in Version Negotiation packets
|
2022-08-29 10:58:33 +03:00 |
|
Marten Seemann
|
498475fa60
|
update golangci-lint action to v3, golangci-lint to v1.48.0 (#3499)
* run gofmt -s -w
* stop using the deprecated io/ioutil package
* update golangci-lint action to v3, golangci-lint to v1.48.0
|
2022-08-10 09:50:48 -07:00 |
|
Chao Fei
|
60bbe92194
|
remove error return value from ComposeVersionNegotiation (#3410)
|
2022-05-12 08:03:39 -07:00 |
|
Marten Seemann
|
7676e455c5
|
add a function to tell if a packet is a 0-RTT packet
|
2021-03-11 21:05:41 +08:00 |
|
Marten Seemann
|
f0aa336e09
|
only write headers with a length that fits into 2 bytes in fuzz test
|
2020-11-19 13:43:48 +07:00 |
|
Marten Seemann
|
745e51ac4f
|
use the fuzzing helper functions to generate the header seed corpus
|
2020-08-25 15:06:01 +07:00 |
|
Marten Seemann
|
720f81ce2a
|
use the correct return values in Fuzz() functions
|
2020-08-08 15:26:52 +07:00 |
|
Marten Seemann
|
ec0949c18e
|
remove the gofuzz build flag
|
2020-08-06 14:55:39 +07:00 |
|
Marten Seemann
|
e848fc4f6a
|
update the header fuzzer
|
2020-08-06 14:55:12 +07:00 |
|
Marten Seemann
|
7b10453af8
|
implement the Retry integrity tag
|
2020-01-17 13:42:57 +07:00 |
|
Marten Seemann
|
2c22eb644c
|
fuzz the header parsing
|
2019-08-16 16:21:18 +07:00 |
|