droe / sslsplit

Transparent SSL/TLS interception
https://www.roe.ch/SSLsplit
BSD 2-Clause "Simplified" License
1.75k stars 328 forks source link

Add support for client certificates #194

Closed naf419 closed 6 years ago

naf419 commented 6 years ago

For #46, add initial support for providing client certificates when requested by the destination server. Cert and private key are specified as command line args.

droe commented 6 years ago

Code looks good to merge, thanks! Would you be up for adding documentation for the two new command line options to the manual page and push that into this pull request?

naf419 commented 6 years ago

yep, i missed the man page. fixed now.

droe commented 6 years ago

Merged, thanks!