You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 15, 2021. It is now read-only.
In node_crypto.cc, we check that SSL_OP_NO_SSLv2, SSL_OP_NO_SSLv3 and SSL_OP_NO_TLSv1 are set, the check is incorrect, it should be changed from:
https://github.com/thaliproject/jxcore/blob/master/src/wrappers/node_crypto.cc#L243-L249
to:
Given the check is there only for validation, it's not a high priority issue.
The text was updated successfully, but these errors were encountered: