Branch: refs/heads/openssl-3.0
Home: https://github.com/openssl/openssl
Commit: ec47c3060bd3b7c3e75dbcfada113de9d94de747
https://github.com/openssl/openssl/commit/ec47c3060bd3b7c3e75dbcfada113de9d94de747
Author: Pauli <[email protected]>
Date: 2022-08-22 (Mon, 22 Aug 2022)
Changed paths:
M crypto/packet.c
M include/internal/packet.h
M ssl/statem/extensions_srvr.c
Log Message:
-----------
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 <[email protected]>
Reviewed-by: Matt Caswell <[email protected]>
(Merged from https://github.com/openssl/openssl/pull/19023)