-
Notifications
You must be signed in to change notification settings - Fork 456
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
AttributeError: 'DSAPublicNumbers' object has no attribute 'e' #314
Comments
I confirmed that I'm seeing the same behavior. |
@nabla-c0d3 I'm still getting this with sslyze 1.4.3, cryptography 2.3.1, nassl 1.1.3.
|
I tried just now with v2.0.0:
It worked fine. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Steps to Reproduce
pip3 install -U nassl==1.1.3 cryptography==2.2.2 sslyze==1.4.1
sslyze --certinfo --regular server.spruceland.ca:30333 server.spruceland.ca:30334 server.spruceland.ca:33899
Expected Result
Exits
Actual Result
and hangs.
Additional Info
Python: 3.6.5
nassl: 1.1.3
cryptography: 2.2.2
sslyze: 1.4.1
The text was updated successfully, but these errors were encountered: