Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add explicit LL suffixes to large constants to appease some compilers on | miod | 2023-01-01 | 1 | -2/+3 |
| | | | | | | 32-bit platforms; NFCI ok tb@ | ||||
* | Add missing $OpenBSD$ | beck | 2022-11-08 | 1 | -0/+1 |
| | |||||
* | Replace the old OpenSSL julian date stuff with BoringSSL's | beck | 2022-11-08 | 1 | -0/+272 |
OpenSSL dealt with time conversion using a classical julian day scheme. BoringSSL got rid of it and uses only a julian style calculation for seconds since the POSIX time epoch. This changes libressl to use the seconds calculation exculusively instead of a mix of the julian day based conversions and the system time conversions to and from time_t to tm. ok tb@ jsing@ |