Add the reason for the julian time change (get rid of timegm/gmtime)

This commit is contained in:
Bob Beck 2022-12-09 09:12:08 -07:00
parent e36a976a2b
commit b2718380b0

View File

@ -31,8 +31,11 @@ LibreSSL Portable Release Notes:
3.7.0 - Development release
* Internal improvements
- Replace Julian date calculations with a rewrite from BoringSSL.
- Clean old and unused BN code dealing with primes.
- Remove dependency on system timegm() and gmtime() by replacing
traditional Julian date conversion with POSIX epoch-seconds date
conversion from BoringSSL
- Clean oxsld and unused BN code dealing with primes.
- Start rewriting name constraints code using CBS.
- Remove support for the HMAC PRIVATE KEY.
- Rework DSA signing and verifying internals.