Skip to content

tests: Accept GNUTLS' workaround for limited size of time_t

Simon McVittie requested to merge wip/smcv/time-t into master

GNUTLS' API for exposing expiration dates is based on time_t, so on most 32-bit architectures it reports far-future expiration dates as a rather arbitrary 2037-12-31 23:23:23.

Resolves: #172 (closed)

Merge request reports