CVSROOT: /cvs Module name: src Changes by: [email protected] 2025/05/22 06:33:37
Modified files:
lib/libcrypto/modes: gcm128.c
Log message:
Use timingsafe_memcmp() in CRYPTO_gcm128_finish().
When checking the GCM tag, use timingsafe_memcmp() instead of memcmp().
ok tb@
