aatxe / irc

the irc crate – usable, async IRC for Rust
Mozilla Public License 2.0
528 stars 97 forks source link

CertFP support #131

Closed SuperManifolds closed 6 years ago

SuperManifolds commented 6 years ago

Add support for authenticating via a client SSL certificate. I believe this could be implemented by passing a certificate to the identity function of TlsConnectorBuilder.

SuperManifolds commented 6 years ago

As I need this feature for my own use, I plan to implement it myself, but I wanted to make sure you would want this in the main library if I PR'ed

aatxe commented 6 years ago

Sounds good to me! CertFP seems to be common on major networks and clients. So, it's fitting. 😄