[Bug 1193438] New: dd_rescue tests failure against openssl 3.x
https://bugzilla.suse.com/show_bug.cgi?id=1193438 Bug ID: 1193438 Summary: dd_rescue tests failure against openssl 3.x Classification: openSUSE Product: openSUSE Tumbleweed Version: Current Hardware: Other OS: Other Status: NEW Severity: Normal Priority: P5 - None Component: Other Assignee: screening-team-bugs@suse.de Reporter: dmueller@suse.com QA Contact: qa-bugs@suse.de Found By: --- Blocker: --- building dd_rescue against openssl 3.x fails with: 87s] # TODO: Move previous cases into script ... [ 87s] HAVE_LZO=1 HAVE_OPENSSL=1 HAVE_AES=1 ./test_crypt.sh [ 87s] #We will eat a lot of entropy ... hopefully you have some left afterwards! [ 87s] test_aes -s -w AES128-CTR 50000 0 15392 [ 87s] CPU Features: SSE2 1 SSE4.2 1 AES 0 RDRAND 0 AVX2 0 VAES 0 [ 87s] [ 87s] Memcpy : 0.109s ( 28287MB/s) [ 87s] ===> AES tests/benchmark (15392) PAD_ZERO <=== [ 87s] * AES_C AES128-CTR (128, 10, 176) pad 0/0 [ 87s] EKey setup: 0.003s ( 1479MB/s) 74c3ce266f8146d2 [ 87s] Encrypt : 0.734s ( 131MB/s) 15392->15392: 0 c23834336c6c6148 [ 87s] DKey setup: 0.003s ( 1484MB/s) 74c3ce266f8146d2 [ 87s] Decrypt : 0.740s ( 130MB/s) 15392->15392: 0 c23834336c6c6148 [ 87s] * OSSL AES128-CTR (128, 10, 8) pad 0/0 [ 87s] EKey setup: 0.114s ( 154MB/s) f000000000000000 [ 87s] Encrypt : test_aes: aes_ossl11.c:57: AES_OSSL_Recycle: Assertion `ectx->oiv == EVP_CIPHER_CTX_original_iv(*evpctx)' failed. [ 87s] ./test_crypt.sh: line 66: 4740 Aborted $VG ./test_aes -s -w AES128-CTR 50000 0 15392 [ 87s] ./test_aes AES192-ECB 10 0 0 [ 87s] ./test_crypt.sh: line 63: 4742 Aborted $VG ./test_aes $ALG 10 0 $len > $LOG 2>&1 [ 87s] CPU Features: SSE2 1 SSE4.2 1 AES 0 RDRAND 0 AVX2 0 VAES 0 [ 87s] [ 87s] Memcpy : 0.000s ( 0MB/s) [ 87s] ===> AES tests/benchmark (0) PAD_ZERO <=== [ 87s] * AES_C AES192-ECB (192, 12, 208) pad 0/0 [ 87s] EKey setup: 0.000s ( 621MB/s) 746789bcfa469b85 [ 87s] Encrypt : 0.000s ( 0MB/s) 0->0: 0 003534336c6c6148 [ 87s] DKey setup: 0.000s ( 415MB/s) 8547a0ecb2d90b74 [ 87s] Decrypt : 0.000s ( 0MB/s) 0->0: 0 003534336c6c6148 [ 87s] * OSSL AES192-ECB (192, 12, 8) pad 0/0 [ 87s] EKey setup: 0.004s ( 1MB/s) 8000000000000000 [ 87s] Encrypt : test_aes: aes_ossl11.c:57: AES_OSSL_Recycle: Assertion `ectx->oiv == EVP_CIPHER_CTX_original_iv(*evpctx)' failed. [ 87s] ERROR [ 87s] make[1]: *** [Makefile:699: check_crypt] Error 1 -- You are receiving this mail because: You are on the CC list for the bug.
https://bugzilla.suse.com/show_bug.cgi?id=1193438 Dirk Mueller <dmueller@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|screening-team-bugs@suse.de |suse@garloff.de -- You are receiving this mail because: You are on the CC list for the bug.
https://bugzilla.suse.com/show_bug.cgi?id=1193438 https://bugzilla.suse.com/show_bug.cgi?id=1193438#c1 --- Comment #1 from Dirk Mueller <dmueller@suse.com> --- (full build log currently at https://build.opensuse.org/package/live_build_log/openSUSE:Factory:Staging:G... ) -- You are receiving this mail because: You are on the CC list for the bug.
https://bugzilla.suse.com/show_bug.cgi?id=1193438 https://bugzilla.suse.com/show_bug.cgi?id=1193438#c2 --- Comment #2 from Kurt Garloff <suse@garloff.de> --- dd_rescue-1.99.12 works with openssl-3.0 by using EVP_Cipher_Init() to set the IV. This works against openssl-1.1 as well. However, performance of -3.0 is much worse, so I keep building against -1.1. Will submit package to Factory later today. -- You are receiving this mail because: You are on the CC list for the bug.
https://bugzilla.suse.com/show_bug.cgi?id=1193438 https://bugzilla.suse.com/show_bug.cgi?id=1193438#c3 --- Comment #3 from Kurt Garloff <suse@garloff.de> --- https://build.opensuse.org/request/show/991298 -- You are receiving this mail because: You are on the CC list for the bug.
https://bugzilla.suse.com/show_bug.cgi?id=1193438 Kurt Garloff <suse@garloff.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |IN_PROGRESS -- You are receiving this mail because: You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@suse.com