google / mundane

Mundane is a Rust cryptography library backed by BoringSSL that is difficult to misuse, ergonomic, and performant (in that order).
MIT License
1.07k stars 46 forks source link

Support for TLS? #23

Closed przydatek closed 4 years ago

przydatek commented 4 years ago

Hello,

it looks like mundane is being actively developed, so I wonder whether are there any plans to support also TLS? If so, could you share some planned timelines?

Thanks,

Bartosz.

joshlf commented 4 years ago

Hi Bartosz,

There are no plans to support TLS, sorry. We would like to eventually get to a point at which an existing Rust TLS library could use Mundane as its cryptographic backend, but at the rate we're adding features right now, that will likely take a long time, so I would advise against relying on that. I personally wish I had more time to work on Mundane and move it along faster, but that's unfortunately not the reality.

For the time being, I'd recommend taking a look at rustls, which is actively maintained.

joshlf commented 4 years ago

Feel free to keep commenting on this, but I'm going to close it so it doesn't appear as an open issue.