onion icon indicating copy to clipboard operation
onion copied to clipboard

How to add support for SSLv3?

Open alexe100 opened this issue 6 years ago • 1 comments

I have a device with old OS and only SSLv3 is available and it seems that onion/gnutls lib does not support it anymore. Can I add it by hand? how? Thanks

Alex

alexe100 avatar Nov 26 '18 16:11 alexe100

All SSL support right now is at src/https.c and src/https.h. You would have to reimplement them using openssl or your library of choice.

If you do it, and its possible to choose one implementation or another via a compilation flag, please consider contributing back the code to onion.

Regards, David.

davidmoreno avatar Nov 26 '18 16:11 davidmoreno