MSQuic in cloud #4008
Replies: 2 comments 2 replies
-
Generally, I believe preshared-keys (https://en.wikipedia.org/wiki/TLS-PSK) is the answer, but I don't know a lot about them. MsQuic doesn't currently expose support for this, but assuming openssl does, it might be pretty easy. Would you be willing to help do some investigation into the level of support that OpenSSL has for this and report back what you find? Then we could give you a better answer as to how hard it would be to integrate into MsQuic. |
Beta Was this translation helpful? Give feedback.
-
I am probably the least qualified person to say anything about this as I've never programmed using OpenSSL, but the sample referenced in that StackOverflow thread looks fairly straightforward: https://github.com/TalkWithTLS/TalkWithTLS/tree/master/src/sample The documentation mentions it is a TLS 1.3 only thing, which MSQuic seems to use by default anyway? |
Beta Was this translation helpful? Give feedback.
-
Hi,
We are currently looking into options with regards to authentication in our setup:
We are not sure how to authenticate the server in this setup using MSQuic:
Do you have any recommendations?
Best,
Richard
Beta Was this translation helpful? Give feedback.
All reactions