Home GnuPG

Treat expiration times as unsigned numbers and prevent overflows

Description

Treat expiration times as unsigned numbers and prevent overflows

Convert the expiration times from time_t to an unsigned 32-bit number,
and take care that the lower and upper bounds of the checked range for
the expiration date do not overflow.

Details

Provenance
ikloeckerAuthored on Aug 17 2022, 4:37 PM
Parents
rKLEOPATRAf09588c35c05: Treat creation and expiration times as unsigned 32-bit numbers
Branches
Unknown
Tags
Unknown