check-if-email-exists icon indicating copy to clipboard operation
check-if-email-exists copied to clipboard

RusTLS support

Open randomairborne opened this issue 2 years ago • 4 comments

To simplify cross-compilation and Linux Musl compatibility, it would be really useful to support rustls rather then native TLS, which is less performant in any case

randomairborne avatar Nov 28 '21 23:11 randomairborne

Would you like to create a PR?

amaury1093 avatar Dec 01 '21 11:12 amaury1093

I would like to, however i do not have sufficient rust knowledge to change the package dependencies and to add feature flags

On Wed, Dec 1, 2021 at 4:02 AM Amaury @.***> wrote:

Would you like to create a PR?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/reacherhq/check-if-email-exists/issues/1004#issuecomment-983526785, or unsubscribe https://github.com/notifications/unsubscribe-auth/AQPUP7TMPSI6T55G62XSKYLUOX6ENANCNFSM5I52KVUQ .

randomairborne avatar Dec 02 '21 16:12 randomairborne

I'll try to take care of this, given a couple days I can probably get a PR going.

tazz4843 avatar Dec 05 '21 07:12 tazz4843

I attempted to get this working but ran into a few big issues. native-tls is so deeply integrated into this lib that we just gave up on using it entirely.

tazz4843 avatar Dec 20 '21 18:12 tazz4843