microsoft / cpprestsdk

The C++ REST SDK is a Microsoft project for cloud-based client-server communication in native code using a modern asynchronous C++ API design. This project aims to help C++ developers connect to and interact with services.
Other
7.96k stars 1.65k forks source link

TLS 1.3 support with 10.0.22000.0 SDK #1673

Open Karteek649 opened 2 years ago

Karteek649 commented 2 years ago

Verified the http_client in Windows 11 OS, able to communicate in TLS1.3 issue #1548

barcharcraz commented 2 years ago

This breaks the winhttppal build. And probably breaks builds with older versions too

bking-imprivata commented 1 year ago

Is there an ETA for this to be merged? It has been opened for quite some time.

k100000 commented 10 months ago

Any plans to re-work this PR?