machinezone / IXWebSocket

websocket and http client and server library, with TLS support and very few dependencies
BSD 3-Clause "New" or "Revised" License
539 stars 173 forks source link

To support encrypted key file #519

Open zhuyaoping opened 3 months ago

zhuyaoping commented 3 months ago

Hi, I'm using encrypted private key file in both server and client applications. The OpenSSL keeps popping up the message for PEM passphrase. I tried to search password in issues list but didn't see anything except one question for mbedTLS. Is there any plan to support encrypted key file?

bsergean commented 3 months ago

Sorry, no plans. Is that something that curl support ? Do you want to make a PR for this ?