booth icon indicating copy to clipboard operation
booth copied to clipboard

Booth uses 32-bit time_t

Open jfriesse opened this issue 1 year ago • 0 comments

32-bit time_t means booth stops working by 2k38. This must be somehow solved, sadly it is pretty hard because of binary nature of protocol and backwards compatibility.

Detailed info - https://github.com/ClusterLabs/booth/pull/115#issuecomment-1173482961.

One of the solution might be to add better cryptography (not just signing of messages but also encryption).

jfriesse avatar Feb 01 '24 17:02 jfriesse