Re: QUIC status

2022-09-14 Thread jean-frederic clere
On 8/30/22 10:54, jean-frederic clere wrote: On 8/29/22 17:13, Masakazu Kitajo wrote: On master, h3-29 and h3-27 are supported. On the 10-Dev branch, h3 (the final version) and probably h3-29 as well. The 10-Dev branch should work with openssl also, if I didn't break it. I'm just not sure if

Re: QUIC status

2022-08-30 Thread Masakazu Kitajo
I tried to run the 10-Dev branch with the openssl fork, and it seems like I broke the implementation for OpenSSL. The branch doesn't work with any version of OpenSSL now, but the branch should work with Quiche + BoringSSL. I've been building and running ATS with those almost everyday. The first th

Re: QUIC status

2022-08-30 Thread jean-frederic clere
On 8/29/22 17:13, Masakazu Kitajo wrote: On master, h3-29 and h3-27 are supported. On the 10-Dev branch, h3 (the final version) and probably h3-29 as well. The 10-Dev branch should work with openssl also, if I didn't break it. I'm just not sure if the combination still works. Please let me know

Re: QUIC status

2022-08-29 Thread Masakazu Kitajo
On master, h3-29 and h3-27 are supported. On the 10-Dev branch, h3 (the final version) and probably h3-29 as well. The 10-Dev branch should work with openssl also, if I didn't break it. I'm just not sure if the combination still works. Please let me know if you have any issue on 10-Dev branch. Th

Re: QUIC status

2022-08-29 Thread jean-frederic clere
On 8/29/22 04:26, Masakazu Kitajo wrote: Hi, I guess it's because of version mismatch. Our master branch has not supported the final versions (0x0001 and h3). If your client only supports the final versions, it's incompatible with ATS master. Maybe you can try our 10-Dev branch. The branch

Re: QUIC status

2022-08-28 Thread Masakazu Kitajo
Hi, I guess it's because of version mismatch. Our master branch has not supported the final versions (0x0001 and h3). If your client only supports the final versions, it's incompatible with ATS master. Maybe you can try our 10-Dev branch. The branch has support for the final versions. I added

QUIC status

2022-08-26 Thread jean-frederic clere
Hi, I am a bit lost with QUIC support, basically I built https://github.com/quictls/openssl (branch: openssl-3.0.0+quic) And then configure and build ATS, it builds and starts with CONFIG proxy.config.http.server_ports STRING 4433:quic But QUIC doesn't seem to work, ATS open the port 4433 but c