booth
booth copied to clipboard
Booth uses 32-bit time_t
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).