From b2718380b06168eb93466dc66f5c4fb0e5667859 Mon Sep 17 00:00:00 2001 From: Bob Beck Date: Fri, 9 Dec 2022 09:12:08 -0700 Subject: Add the reason for the julian time change (get rid of timegm/gmtime) --- ChangeLog | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 036822e..a3447c1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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. -- cgit v1.2.3-55-g6feb