Topic: We hope that wolfSSL will support msquic.
wolfSSL does not currently support msquic. Are there any means to enable support for msquic in wolfSSL?
You are not logged in. Please login or register.
Please post questions or comments you have about wolfSSL products here. It is helpful to be as descriptive as possible when asking your questions.
ReferenceswolfSSL - Embedded SSL Library → wolfSSL → We hope that wolfSSL will support msquic.
wolfSSL does not currently support msquic. Are there any means to enable support for msquic in wolfSSL?
Hello, my name is Anthony and I am a member of the wolfSSL team. I believe this is the MSQUIC you are referring to? https://github.com/microsoft/msquic . How would you propose we support it? Would simply inter-operating with it be what you envision?
Warm regards, Anthony
MsQuic now supports OpenSSL, and wolfSSL has an OpenSSL compatibility layer. However, the OpenSSL used by MsQuic is different from the original version, and there are several compatibility layer header files that wolfSSL does not have. If you could complete them, or provide a method to modify them, that would also work.
What is your use-case? What are you trying to accomplish?
I see you've opened an issue on our github repo. Lets continue the conversation there.
As far as I know, wolfSSL does not provide native MSQuic support out of the box. Enabling it would likely require integrating wolfSSL as the TLS/crypto provider used by MSQuic and adapting the required TLS 1.3 interfaces to wolfSSL’s API.
The exact approach depends on the MSQuic version and the wolfSSL APIs/features you are using. If there is no existing provider/abstraction layer for wolfSSL in your MSQuic build, it would probably require custom integration rather than simply enabling a configuration option.
Checking the current MSQuic TLS provider interface and wolfSSL’s TLS 1.3 support would be the best starting point.
wolfSSL - Embedded SSL Library → wolfSSL → We hope that wolfSSL will support msquic.
Powered by PunBB, supported by Informer Technologies, Inc.
Generated in 0.011 seconds (53% PHP - 47% DB) with 11 queries