wolfProvider icon indicating copy to clipboard operation
wolfProvider copied to clipboard

python-crypto workflow(WIP)

Open JeremiahM37 opened this issue 5 months ago • 0 comments

There is quite a bit failing with this still (12 tests). The biggest causes of failures are RSA tests. I created a patch for version 38.0.4 that removes l hard loading to openssl default and legacy provider. The only remaining crypto test failures are related to RSA, ECDSA, and AESGCM. To see a list of just the failing tests, add --lf -v --tb=no | grep "FAILED|ERROR" | awk '{print $1}' | sort | uniq | tee failed_tests.txt to the end of the python3 -m pytest command.

JeremiahM37 avatar Aug 01 '25 20:08 JeremiahM37