let's do it: https://docs.rs/rustls/
first thing should be to replace openssl usage in the command library. AFAIK, it is only used to generate the SHA256 fingerprint of certificates.
There is apparently no method to obtain the fingerprint of a certificate, but it could be added: https://docs.rs/rustls/0.5.8/rustls/struct.Certificate.html