quininer / tokio-rustls

Asynchronous TLS/SSL streams for Tokio using Rustls.
142 stars 38 forks source link

Export rustls dangerous_configuration feature #53

Closed Guiguiprim closed 4 years ago

Guiguiprim commented 4 years ago

This was already done on master but not on the tokio-0.2 branch.

I don't know if you plan to rebase tokio-0.2 on master or to merge master into it at some point, but this feature can be useful.

quininer commented 4 years ago

Thank you!