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

Replace unmaintained PyCrypto dependancy #19

Closed
johnthagen opened this issue Oct 27, 2016 · 2 comments
Closed

Replace unmaintained PyCrypto dependancy #19

johnthagen opened this issue Oct 27, 2016 · 2 comments

Comments

@johnthagen
Copy link
Contributor

johnthagen commented Oct 27, 2016

The PyCrypto project is no longer maintained: pycrypto/pycrypto#173

There is also at least one known exploitable vulnerability: pycrypto/pycrypto#176

Alternatives:

Another benefit of this move is it makes it easier for Windows users to install because both of these alternatives host official binary wheels on PyPI.

@etingof
Copy link
Owner

etingof commented Oct 28, 2016

I am all for rebasing pysnmp onto the cryptography! If you would you be able to come up with a PR, that would be awesome! ;-)

@etingof
Copy link
Owner

etingof commented Nov 5, 2016

Switched to PyCryptodome since bd01807. Thank you for the heads up!

@etingof etingof closed this as completed Nov 5, 2016
vincentbernat pushed a commit to vincentbernat/pysnmp that referenced this issue Dec 3, 2023
Commit 67563a1 introduced a bug while
converting legacy asyncio API to new "async def" style. Previous methods
where NOT decorated with @asyncio.coroutine and returned a Future object
being awaitable. Updated code still returns a Future object but adds async
keyword to function definition leading to awaitable function returning
awaitable Future. That breaks existing API.
vincentbernat pushed a commit to vincentbernat/pysnmp that referenced this issue Dec 3, 2023
Fix asyncio hlapi double awaitable returns (Fix etingof#19)
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