FS#71517 - [mbedtls] enable CMAC mode

Attached to Project: Community Packages
Opened by Alexandre Bouvier (doskoi) - Thursday, 15 July 2021, 20:48 GMT
Last edited by Maxime Gauduin (Alucryd) - Thursday, 01 June 2023, 10:30 GMT
Task Type Feature Request
Category Packages
Status Closed
Assigned To Maxime Gauduin (Alucryd)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Can you enable the CMAC mode for block ciphers in mbedtls 2.27.0-1? It's now enabled by default in newer version [1] and some packages using mbedtls need it.

sed -i 's|//\(#define MBEDTLS_CMAC_C\)|\1|' include/mbedtls/config.h

[1] https://github.com/ARMmbed/mbedtls/issues/4036
This task depends upon

Closed by  Maxime Gauduin (Alucryd)
Thursday, 01 June 2023, 10:30 GMT
Reason for closing:  Won't implement
Comment by Alexandre Bouvier (doskoi) - Thursday, 15 July 2021, 20:51 GMT
Argh! I've let the task type as Bug Report instead of Feature Request.
Comment by George Rawlinson (rawlinsong) - Thursday, 15 July 2021, 20:56 GMT
No worries, amended & assigned to current maintainer & last known packager.
Comment by Alexandre Bouvier (doskoi) - Monday, 29 May 2023, 22:23 GMT
  • Field changed: Percent Complete (100% → 0%)
CMAC mode is still not enabled in mbedtls2
Comment by Maxime Gauduin (Alucryd) - Tuesday, 30 May 2023, 15:02 GMT
What packages are we talking about? Can't they use mbedtls 3?
Comment by Alexandre Bouvier (doskoi) - Tuesday, 30 May 2023, 22:57 GMT
Initially it was for yuzu when it was in the AUR. Using mbedtls3 would require a patch: https://github.com/yuzu-emu/yuzu/pull/10492
Comment by Maxime Gauduin (Alucryd) - Thursday, 01 June 2023, 10:30 GMT
yuzu is in [extra] now, and they switched to their own fork of mbedtls anyway, so I guess this has become moot.

Loading...