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

Fix OpenSSL error with servers that do unsafe renegotiation #19

Merged
merged 1 commit into from
Jun 11, 2022

Conversation

DimitriPapadopoulos
Copy link
Contributor

Allow servers that do not support the Renegotiation Indication Extension (RFC 5746) and are vulnerable to man-in-the-middle attacks (CVE-2009-3555).

Since we merely run tests, risks remain limited.

Fixes #5.

what_vpn/requests.py Outdated Show resolved Hide resolved
what_vpn/requests.py Outdated Show resolved Hide resolved
Allow servers that do not support the Renegotiation Indication Extension
(RFC 5746) and are vulnerable to man-in-the-middle attacks (CVE-2009-3555).

Since we merely run tests, risks remain limited.

(DRL fixed error if TLS version is unspecified, and added '@SECLEVEL=0')
@dlenski dlenski changed the title Fix OpenSSL error Fix OpenSSL error with servers that do unsafe renegotiation Jun 11, 2022
@dlenski dlenski merged commit 7988ce9 into dlenski:master Jun 11, 2022
@dlenski dlenski mentioned this pull request Jun 11, 2022
Closed
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

Successfully merging this pull request may close these issues.

SSL errors
2 participants