archiecobbs/mod-authn-otp

32 bit cast problems for TOTP

not1337 opened this issue · 1 comments

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.

Fixed in 4635922.