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
Calling authenticate with a TDES management key in yubikit/piv.py causes cryptography library to print a deprecation warning to the console: CryptographyDeprecationWarning: TripleDES has been moved to cryptography.hazmat.decrepit.ciphers.algorithms.TripleDES and will be removed from this module in 48.0.0
Steps to reproduce
ses PivSession = ...
ses.authenticate(MANAGEMENT_KEY_TYPE.TDES, yubikit.piv.DEFAULT_MANAGEMENT_KEY)
Expected result
No warnings.
Actual results and logs
yubikit/piv.py:160: CryptographyDeprecationWarning: TripleDES has been moved to cryptography.hazmat.decrepit.ciphers.algorithms.TripleDES and will be removed from this module in 48.0.0.
return algorithms.TripleDES(management_key)
Other info
cryptography==43.0.1
The text was updated successfully, but these errors were encountered:
Calling authenticate with a TDES management key in
yubikit/piv.py
causescryptography
library to print a deprecation warning to the console:CryptographyDeprecationWarning: TripleDES has been moved to cryptography.hazmat.decrepit.ciphers.algorithms.TripleDES and will be removed from this module in 48.0.0
Steps to reproduce
Expected result
No warnings.
Actual results and logs
Other info
cryptography==43.0.1
The text was updated successfully, but these errors were encountered: