sfackler / rust-native-tls

Apache License 2.0
468 stars 197 forks source link

Add implementation for mbedtls #261

Open zvolin opened 1 year ago

zvolin commented 1 year ago

Yo, this is my attempt to resolve #211. The implementation is based on the initial work done by @MabezDev.

There are a few things worth mentioning, where I'd like to use some guidance:

A disclaimer, I'm not really familiar with HTTPS/TLS/SSL spec and implementations and also with networking in general :sweat_smile: so I'll be thankful for a careful review

jethrogb commented 1 year ago

@sfackler you wrote

I'd probably just recommend people not use PKCS#12 anymore.

https://github.com/sfackler/rust-native-tls/issues/245#issuecomment-1324355197

Can we deprecate the p12 API and not require it for new platform implementations?