Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to add support for SSLv3? #240

Open
alexe100 opened this issue Nov 26, 2018 · 1 comment
Open

How to add support for SSLv3? #240

alexe100 opened this issue Nov 26, 2018 · 1 comment

Comments

@alexe100
Copy link

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

@davidmoreno
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants