-
Type: Task
-
Resolution: Won't Fix
-
Priority: Unknown
-
None
-
Component/s: Evergreen Tools
-
None
-
Not Needed
Summary
What is the problem or use case, what are we trying to achieve?
Deprecation warning for KMIP Cryptography libraries
_[2024/01/16 16:49:05.528] C:\data\mci\a0cb477199e43391f2fecc740e238734\drivers-tools\.evergreen\csfle\kmstlsvenv\Lib\site-packages\kmip\services\server\crypto\engine.py:54: CryptographyDeprecationWarning: Blowfish has been deprecated
[2024/01/16 16:49:05.528] enums.CryptographicAlgorithm.BLOWFISH: algorithms.Blowfish,
[2024/01/16 16:49:05.528] C:\data\mci\a0cb477199e43391f2fecc740e238734\drivers-tools\.evergreen\csfle\kmstlsvenv\Lib\site-packages\kmip\services\server\crypto\engine.py:56: CryptographyDeprecationWarning: CAST5 has been deprecated
[2024/01/16 16:49:05.528] enums.CryptographicAlgorithm.CAST5: algorithms.CAST5,
[2024/01/16 16:49:05.528] C:\data\mci\a0cb477199e43391f2fecc740e238734\drivers-tools\.evergreen\csfle\kmstlsvenv\Lib\site-packages\kmip\services\server\crypto\engine.py:57: CryptographyDeprecationWarning: IDEA has been deprecated
[2024/01/16 16:49:05.528] enums.CryptographicAlgorithm.IDEA: algorithms.IDEA,_
Motivation
Who is the affected end user?
Who are the stakeholders?
How does this affect the end user?
Are they blocked? Are they annoyed? Are they confused?
How likely is it that this problem or use case will occur?
Main path? Edge case?
If the problem does occur, what are the consequences and how severe are they?
Minor annoyance at a log message? Performance concern? Outage/unavailability? Failover can't complete?
Is this issue urgent?
Does this ticket have a required timeline? What is it?
Is this ticket required by a downstream team?
Needed by e.g. Atlas, Shell, Compass?
Is this ticket only for tests?
Does this ticket have any functional impact, or is it just test improvements?
Acceptance Criteria
What specific requirements must be met to consider the design phase complete?