According to python/cpython#136881, there is a change in the OpenSSL point releases from July 1, including 3.0.17 LTS, that breaks a test case on Python 3.12. There's a fix in Python 3.13, but it will ...
While working on a project, I discovered a lack of interoperability in the KDF (Key Derivation Function) results between the OpenSSL CLI tool and the Python libraries: pycryptodome and Crypto.Protocol ...