Marten Seemann
|
2797f85fc0
|
switch from unmaintained golang/mock to go.uber.org/mock (#4050)
|
2023-08-28 02:23:55 -07:00 |
|
Marten Seemann
|
f633dca488
|
update qtls to v0.3.3 (#4044)
|
2023-08-22 20:36:33 -07:00 |
|
Marten Seemann
|
501cc21c4b
|
expose crypto/tls errors on the TransportError (#4015)
|
2023-08-18 03:01:49 -07:00 |
|
Marten Seemann
|
f9f6b9df6e
|
update qtls to restrict RSA keys in certificates to <= 8192 bits (#4012)
|
2023-08-03 08:20:32 -07:00 |
|
Marten Seemann
|
3d89e545d3
|
use the new crypto/tls QUIC Transport (#3860)
|
2023-07-01 11:15:00 -07:00 |
|
Marten Seemann
|
a49fa6a682
|
update Ginkgo to v2.9.5 and Gomega to v1.27.6 (#3845)
|
2023-06-02 02:57:26 -07:00 |
|
Marten Seemann
|
48e18b922d
|
offer only TLS 1.3 cipher suites in ClientHello (#3749)
|
2023-04-19 05:57:55 -07:00 |
|
dependabot[bot]
|
91c747959a
|
update golang.org/x/net from 0.4.0 to 0.7.0 (#3734)
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.4.0 to 0.7.0.
- [Release notes](https://github.com/golang/net/releases)
- [Commits](https://github.com/golang/net/compare/v0.4.0...v0.7.0)
---
updated-dependencies:
- dependency-name: golang.org/x/net
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2023-03-26 17:57:24 -07:00 |
|
Marten Seemann
|
23f4565108
|
qtls: don't set the tls.Config.CipherSuites for cipher suite tests (#3726)
* qtls: don't set the tls.Config.CipherSuites for cipher suite tests
* use qtls versions that don't allow setting of tls.Config.CipherSuites
|
2023-03-26 06:56:41 -07:00 |
|
Marten Seemann
|
5b5a8e742c
|
update qtls to include the Go 1.20.1 / 1.19.6 changes to crypto/tls (#3711)
|
2023-02-16 02:36:57 -08:00 |
|
Marten Seemann
|
f42357f096
|
drop qtls support for Go 1.18
|
2023-02-04 17:44:54 +13:00 |
|
Marten Seemann
|
55891e2925
|
update CI to use Go 1.20
|
2023-02-02 09:51:18 +13:00 |
|
Marten Seemann
|
9488539a49
|
update imports to use qtls and qpack from quic-go GitHub organization (#3676)
|
2023-01-20 13:42:54 -08:00 |
|
Marten Seemann
|
576d85cd3d
|
add support for Go 1.20 (#3641)
|
2023-01-17 23:22:36 -08:00 |
|
Marten Seemann
|
45b489b6f6
|
make ConnectionState usable during the handshake
|
2023-01-05 16:37:07 +13:00 |
|
Marten Seemann
|
71f9182de6
|
update golang.org/x packages to tagged versions (#3628)
|
2023-01-04 07:02:49 +13:00 |
|
Marten Seemann
|
df762b7552
|
use the new zero-allocation control message parsing function from x/sys (#3609)
|
2022-11-04 04:36:46 -07:00 |
|
Marten Seemann
|
f78683abb6
|
update qpack to v0.3.0 (#3593)
|
2022-10-12 06:00:58 -07:00 |
|
Marten Seemann
|
870fbe7ab0
|
migrate to Ginkgo v2
|
2022-10-11 16:38:44 +04:00 |
|
Marten Seemann
|
597e00549d
|
update qtls to versions that include the ec_point_formats fix (#3583)
The new qtls versions contain the standard library fix for
https://github.com/golang/go/issues/49126.
|
2022-10-11 02:26:25 -07:00 |
|
Marten Seemann
|
556a6e2f99
|
Merge pull request #3489 from lucas-clemente/generic-streams-map-incoming
use a generic streams map for incoming streams
|
2022-08-12 13:05:53 +04:00 |
|
Marten Seemann
|
b372d02ac4
|
remove genny dependency
|
2022-08-12 11:18:57 +03:00 |
|
Marten Seemann
|
bea5de0221
|
Merge pull request #3483 from lucas-clemente/generic-min-max
use generic Min and Max functions
|
2022-08-12 12:09:30 +04:00 |
|
Marten Seemann
|
b6e2608c15
|
update the Go 1.19 qtls to v0.1.0 (#3490)
|
2022-08-10 09:53:32 -07:00 |
|
Marten Seemann
|
43bde14cf7
|
implement generic Min and Max functions
|
2022-08-10 14:59:05 +02:00 |
|
Marten Seemann
|
f29dd273b4
|
update for Go 1.19beta1 (#3460)
|
2022-06-28 01:12:44 -07:00 |
|
Marten Seemann
|
e27fa1c9cf
|
update qtls to include the recent session ticket changes to crypto/tls (#3443)
This includes the changes released in Go 1.18.3 and Go 1.17.11.
|
2022-06-09 09:24:04 +02:00 |
|
Marten Seemann
|
2661c2807d
|
update qtls packages (#3351)
|
2022-03-21 12:04:26 -07:00 |
|
Marten Seemann
|
366097106c
|
use Go 1.18 on CI
|
2022-03-16 11:16:44 +04:00 |
|
Marten Seemann
|
a203702c28
|
add a CI test that go mod vendor works
|
2021-06-13 23:26:24 -07:00 |
|