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

drop dependency on python-crypto #35

Open
ktdreyer opened this issue Nov 14, 2017 · 0 comments
Open

drop dependency on python-crypto #35

ktdreyer opened this issue Nov 14, 2017 · 0 comments

Comments

@ktdreyer
Copy link
Contributor

The python-crypto library is problematic for a couple reasons, pulling in extra crypo libs
(libtommath & libtomcrypt) and lacking FIPS compliance.

We use it in ceph_iscsi_config/client.py:

from Crypto.PublicKey import RSA
from Crypto.Cipher import PKCS1_OAEP

This is the only location, right? How can we replace this with the cryptography package instead? (python-cryptography is available in RHEL 7)

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

1 participant