]> git.ipfire.org Git - thirdparty/openssl.git/commit
Coverity 1508506: misuse of time_t
authorPauli <pauli@openssl.org>
Tue, 16 Aug 2022 01:05:02 +0000 (11:05 +1000)
committerPauli <pauli@openssl.org>
Mon, 22 Aug 2022 04:46:00 +0000 (14:46 +1000)
commit07ecb790b02c0e8781ae591e7efb2a4f93177354
treec14d4265abe42ec9c6d9be1255832b60049ee9cf
parent552603edfed18f30466277d29b70939390fea65b
Coverity 1508506: misuse of time_t

Fixes a bug in the cookie code which would have caused problems for ten
minutes before and after the lower 32 bits of time_t rolled over.

Reviewed-by: Ben Kaduk <kaduk@mit.edu>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/19022)
ssl/packet.c
ssl/packet_local.h
ssl/statem/extensions_srvr.c