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
After botan upgrade to 3.1 cli_tests-Encryption fails on Windows
It happens in 30% of cases but always with the following test and settings: --aead --cipher AES192
2023-10-28T19:09:54.7436902Z ======================================================================
2023-10-28T19:09:54.7437398Z ERROR: test_sym_encryption__rnp_aead (__main__.Encryption.test_sym_encryption__rnp_aead)
2023-10-28T19:09:54.7437619Z ----------------------------------------------------------------------
2023-10-28T19:09:54.7437779Z Traceback (most recent call last):
2023-10-28T19:09:54.7438272Z File "D:\a\rnp\rnp\src\tests\cli_tests.py", line 4166, in test_sym_encryption__rnp_aead
2023-10-28T19:09:54.7438609Z rnp_sym_encryption_rnp_aead(size, cipher, z, [aead, bits], GPG_AEAD)
2023-10-28T19:09:54.7439081Z File "D:\a\rnp\rnp\src\tests\cli_tests.py", line 731, in rnp_sym_encryption_rnp_aead
2023-10-28T19:09:54.7439257Z rnp_decrypt_file(enc, dst)
2023-10-28T19:09:54.7439653Z File "D:\a\rnp\rnp\src\tests\cli_tests.py", line 402, in rnp_decrypt_file
2023-10-28T19:09:54.7439872Z raise_err('rnp decryption failed', out + err)
2023-10-28T19:09:54.7440370Z File "D:\a\rnp\rnp\src\tests\cli_common.py", line 39, in raise_err
2023-10-28T19:09:54.7440536Z raise CLIError(msg, log)
2023-10-28T19:09:54.7440734Z cli_common.CLIError: rnp decryption failed
After botan upgrade to 3.1 cli_tests-Encryption fails on Windows
It happens in 30% of cases but always with the following test and settings: --aead --cipher AES192
The text was updated successfully, but these errors were encountered: