alibaba / xquic

XQUIC Library released by Alibaba is a cross-platform implementation of QUIC and HTTP/3 protocol.
Apache License 2.0
1.7k stars 327 forks source link

[Feature]: TLS证书压缩 #301

Open kukuhua1 opened 1 year ago

kukuhua1 commented 1 year ago

Before request a new feature

Describe the feature you'd like supported

xquic依赖了babassl,babassl支持了证书压缩功能,请问如何在xquic中启用证书压缩功能呢?

Describe alternatives you've considered

No response

Additional context

No response

Kulsk commented 1 year ago

is there any detailed information or interface of this feature?

kukuhua1 commented 1 year ago

xquic并没有调用tongsuo(babassl)提供的证书压缩api,但是xquic编译依赖了babassl库,是不是可以在源码中调用该接口,然后在测试程序中实现证书压缩呢?