acertmgr icon indicating copy to clipboard operation
acertmgr copied to clipboard

replace outdated interface

Open davidklaftenegger opened this issue 1 year ago • 1 comments

cryptography-42.0.0 introduces new interfaces to query certificate lifetime. The only difference is that the UTC timezone is set in the datetime object, instead of the timezone being undefined. However, the old interface now prints deprecation warnings.

davidklaftenegger avatar May 21 '24 19:05 davidklaftenegger

We should use this interface on distributions that ship such a recent version of cryptography - however we can not drop the old code path as long as supported distributions are still shipping older versions.

moepman avatar May 21 '24 19:05 moepman