CVSROOT: /cvs Module name: src Changes by: js...@cvs.openbsd.org 2025/05/17 08:43:17
Modified files: lib/libcrypto/modes: gcm128.c modes_local.h Log message: Remove TABLE_BITS from gcm128. TABLE_BITS is always currently defined as 4 - 8 is considered to be insecure due to timing leaks and 1 is considerably slower. Remove code that is not regularly tested, does not serve a lot of purpose and is making clean up harder than it needs to be. ok tb@