libcpr / cpr

C++ Requests: Curl for People, a spiritual port of Python Requests.
https://docs.libcpr.org/
Other
6.29k stars 903 forks source link

multi level ca for CaBuffer #1050

Closed xiaoloudongfeng closed 1 month ago

COM8 commented 1 month ago

@xiaoloudongfeng thanks for contributing. Please take a look at the clang-tidy CI run and adjust your code accordingly. Other than that please add a unit test for it.

COM8 commented 1 month ago

A few lines of docs for your feature would also be really nice: https://github.com/libcpr/docs/blob/main/advanced-usage.md#certificate-authority-ca-bundle

xiaoloudongfeng commented 1 month ago

complains of clang-tidy are fixed, unit tests for ssl are updated @COM8