Marten Seemann
f51cc93770
drop support for QUIC draft version 32 and 34
2021-07-06 09:50:10 -07:00
Marten Seemann
fa2e797215
Merge pull request #3216 from lucas-clemente/disable-version-negotiation-option
...
add a config option to disable sending of Version Negotiation packets
2021-07-06 09:47:38 -07:00
Marten Seemann
876bc493cd
Merge pull request #3213 from lucas-clemente/remove-retire-bug-compat-mode
...
remove the RetireBugBackwardsCompatibilityMode
2021-07-06 09:47:18 -07:00
Marten Seemann
2001ce97a5
Merge pull request #3212 from lucas-clemente/remove-outdated-ackhandler-test
...
remove outdated ackhandler test case
2021-07-06 09:40:25 -07:00
Marten Seemann
ae4937a3ed
Merge pull request #3214 from lucas-clemente/remove-strip-greased-versions
...
remove unused StripGreasedVersions function
2021-07-06 09:39:53 -07:00
Marten Seemann
afaaaf97d0
Merge pull request #3215 from lucas-clemente/fix-errors-is
...
fix incorrect usage of errors.Is
2021-06-28 17:53:14 -07:00
Marten Seemann
dbb517858e
fix incorrect usage of errors.Is
...
errors.Is is supposed to used for equality of errors, not for type
assertions. That's what errors.As is there for.
2021-06-28 15:29:52 -07:00
Marten Seemann
8b7e43e06d
Merge pull request #3218 from mengelbart/return-error-on-send-message
...
return error on SendMessage when session is closed
2021-06-28 08:10:34 -07:00
Mathis Engelbart
75d2276430
Return error on SendMessage when session is closed
2021-06-28 11:15:37 +02:00
Marten Seemann
3a359027b5
add a config option to disable sending of Version Negotiation packets
2021-06-27 15:29:29 -07:00
Marten Seemann
9520f242e9
remove unused StripGreasedVersions function
...
Such a function would defeat the purpose of greasing. Fortunately, we didn't
actually use it anywhere.
2021-06-27 15:00:28 -07:00
Marten Seemann
1758299a56
remove outdated ackhandler test case
2021-06-26 15:53:40 -07:00
Marten Seemann
b2857b5442
remove the RetireBugBackwardsCompatibilityMode
2021-06-26 15:49:02 -07:00
Marten Seemann
e9d12b7f83
Merge pull request #3210 from ebi-yade/patch-1
...
remove a redundant error check
2021-06-24 09:17:41 -07:00
市川恭佑 (ebi)
f767474977
Remove a redundant error checking condition
2021-06-24 17:20:14 +09:00
Marten Seemann
a887f8f436
Merge pull request #3205 from lucas-clemente/update-golangci-lint
...
update golangci-lint to v1.41.1
2021-06-20 13:21:21 -07:00
Marten Seemann
afe4dfd374
Merge pull request #3208 from folbricht/issue-3197
...
Update doc for dialer in http3.RoundTripper
2021-06-20 13:21:08 -07:00
folbrich
ea33fc95df
Update doc for dialer in http3.RoundTripper
2021-06-20 08:47:18 -06:00
Marten Seemann
5ff1abb049
update golangci-lint to v1.41.1
2021-06-19 11:56:47 -07:00
Marten Seemann
0f36b9d07b
Merge pull request #3139 from lucas-clemente/update-ginkgo
...
update Ginkgo to v1.16.4 and Gomega to v1.13.0
2021-06-16 15:12:50 -07:00
Marten Seemann
f4f6ce97d7
update Ginkgo to v1.16.4 and Gomega to v1.13.0
2021-06-16 14:09:38 -07:00
Marten Seemann
2945227751
Merge pull request #3203 from lucas-clemente/go1-17-beta1
...
add support for Go 1.17 Beta 1
v0.21.1
2021-06-15 13:43:19 -07:00
Marten Seemann
7c74d1eb47
add support for Go 1.17 Beta 1
2021-06-15 12:29:48 -07:00
Marten Seemann
e36795e066
Merge pull request #3202 from lucas-clemente/gomodvendor
...
add a CI test that go mod vendor works
2021-06-14 18:31:53 -07:00
Marten Seemann
a203702c28
add a CI test that go mod vendor works
2021-06-13 23:26:24 -07:00
Marten Seemann
40a5dbef91
Merge pull request #3195 from lucas-clemente/fix-go118-vendoring
...
prevent go mod vendor from stumbling over the Go 1.18 file
2021-06-13 23:26:01 -07:00
Marten Seemann
1b3b4e1ba8
Merge pull request #3201 from lucas-clemente/update-gomock
...
update gomock to v1.6.0
2021-06-13 23:25:45 -07:00
Marten Seemann
9dcc3fbebf
update gomock to v1.6.0
2021-06-13 10:29:19 -07:00
Marten Seemann
2e7c56dacc
prevent go mod vendor from stumbling over the Go 1.18 file
2021-06-03 13:33:22 -07:00
Marten Seemann
af3e1008ad
Merge pull request #3192 from lucas-clemente/remove-qtls-functions-go-117
...
remove CipherSuiteName and HkdfExtract for Go 1.17
v0.21.0
v.0.21
2021-05-30 21:24:59 -07:00
Marten Seemann
bffe54007b
remove CipherSuiteName and HkdfExtract for Go 1.17
2021-05-30 20:52:22 -07:00
Marten Seemann
a2c14938ec
fix relocation target for cipherSuiteTLS13ByID in Go 1.17
2021-05-30 20:51:21 -07:00
Marten Seemann
99a936b124
Merge pull request #3173 from lucas-clemente/use-x-crypto-hkdf-expand
...
use HkdfExtract from x/crypto
2021-05-30 20:48:50 -07:00
Marten Seemann
22112b7b66
use HkdfExtract from x/crypto
...
This means we don't have to expose it in qtls any more.
2021-05-30 20:26:55 -07:00
Marten Seemann
31191f7091
Merge pull request #3190 from lucas-clemente/quic-v1
...
add support for QUIC v1, RFC 9000
2021-05-29 23:46:52 -07:00
Marten Seemann
68da2c4468
add support for QUIC v1, RFC 9000
2021-05-29 11:56:14 -07:00
Marten Seemann
540c6ec074
Merge pull request #3174 from lucas-clemente/use-tls-cipher-suite-name
...
use tls.CipherSuiteName, instead of wrapping it in the qtls package
2021-05-29 11:45:39 -07:00
Marten Seemann
0790066a2e
Merge pull request #3175 from lucas-clemente/dont-use-qtls-hkdf-expand-label
...
use a pre-generated test vectors to test hkdfExpandLabel
2021-05-29 11:41:11 -07:00
Marten Seemann
bfb938da3c
Merge pull request #3181 from lucas-clemente/reduce-packet-number-generator-test-flakiness
...
reduce flakiness of packet number generation test
2021-05-29 11:40:58 -07:00
Marten Seemann
efe70b6c9e
Merge pull request #3185 from lucas-clemente/simplify-qtls-tests
...
simplify the qtls tests
2021-05-29 11:40:45 -07:00
Marten Seemann
d64e40895b
simplify the qtls tests
2021-05-17 09:05:08 -07:00
Marten Seemann
bd9b085c74
Merge pull request #3182 from lucas-clemente/go117-tip
...
add support for Go 1.17 (tip)
2021-05-17 09:01:42 -07:00
Marten Seemann
808c9c4361
add support for Go 1.17 (tip)
2021-05-16 18:56:27 -07:00
Marten Seemann
e08cda58ba
Merge pull request #3180 from lucas-clemente/fail-on-go-1-17
...
prevent quic-go from building on Go 1.17
2021-05-16 08:27:19 -07:00
Marten Seemann
2f205a4c00
reduce flakiness of packet number generation test
2021-05-15 19:10:37 -07:00
Marten Seemann
b61e2faf79
prevent quic-go from building on Go 1.17
2021-05-15 19:01:56 -07:00
Marten Seemann
0bc0e96161
Merge pull request #3178 from lucas-clemente/fix-windows-ipv6-dontfragment
...
fix DONT_FRAGMENT error when using a IPv6 connection on Windows
2021-05-11 12:46:20 -07:00
Marten Seemann
22a703b669
fix DONT_FRAGMENT error when using a IPv6 connection on Windows
...
The syscall setting the IP_DONTFRAGMENT socket option will fail if the
underlying connection is a IPv6 connection. Since Go doesn't allow us to
distinguish between IPv6 and dual-stack connections, we can only ignore the
error here.
2021-05-11 12:33:40 -07:00
Marten Seemann
599d181316
use tls.CipherSuiteName, instead of wrapping it in the qtls package
2021-05-10 20:41:21 -07:00
Marten Seemann
05af55b0c9
use a pre-generated test vectors to test hkdfExpandLabel
...
The only reason we were using qtls.HkdfExpandLabel was to test our own
implementation of HKDF-Expand-Label. By using a pre-generated test
vector, we won't have to expose this function from qtls any more.
2021-05-10 20:41:05 -07:00