32 bit cast problems for TOTP
not1337 opened this issue · 1 comments
not1337 commented
Casts of time_t to int in mod_authn_totp.c will cause problems in some years. Examples are in line 892 and line 1028. Variable types and casts need to be adapted to use 64 bit values on 64 bit systems.
archiecobbs commented
Fixed in 4635922.