summaryrefslogtreecommitdiff
path: root/build/certs/distant-end-date.der
Commit message (Collapse)AuthorAgeFilesLines
* Don't try to guess at overflowing time values on 32-bit systemsStef Walter2013-03-281-0/+0
Since CKA_START_DATE and CKA_END_DATE are the only places where we want to parse out times, and these are optional, just leave blank if the time overflows what libc can handle on a 32-bit system. https://bugs.freedesktop.org/show_bug.cgi?id=62825