yhirose / cpp-httplib

A C++ header-only HTTP/HTTPS server and client library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

client can't open the encrypted private key

pbwang002 opened this issue · comments

commented

There is no constructor whose input parameter is ctx or password, which is used to open the encrypted private key.

Thank you for the feedback, but I am not planning to make such a constructor accepting a SSL context object from outside.

commented

Thank you for the feedback, but I am not planning to make such a constructor accepting a SSL context object from outside.

Client:When the client has an encrypted private key, the private key cannot be decrypted
image

@pbwang002 I see what you mean. :)

Implemented.