-
Notifications
You must be signed in to change notification settings - Fork 306
feat: add RSA mutual authentication support for RPC and HTTP #1148
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
…uo source tree's test certificates
… and update Windows library linking to use 'mswsock' alongside 'ws2_32' for various examples and benchmarks.
….hpp and update coro_http_client.hpp to enable NTLS by default, ensuring proper SSL context initialization.
…hecks, ensuring proper compilation of OpenSSL dependencies.
…store conditional compilation for NTLS support, ensuring compatibility with builds that do not support NTLS.
…ver.hpp to clean up the codebase and improve readability.
…ling integration with Tongsuo library, supported protocols, usage examples, and configuration steps.
|
for detail, goto summary download Artifacts |
|
一点疑问,这个在你实际工作中真有这个需求吗? |
有的,我们http服务一般都是单向认证,RPC服务,我们内部通信的一些应用如果启用SSL的话,基本上用的都是双向的,不会使用单向。 |
|
非常感谢。 |
Why
Close:#1134
What is changing
Example