aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Beck <beck@m1mini.obtuse.com>2022-12-09 09:12:08 -0700
committerBob Beck <beck@m1mini.obtuse.com>2022-12-09 09:12:08 -0700
commitb2718380b06168eb93466dc66f5c4fb0e5667859 (patch)
tree6e9dd0c9cceaaea794558e3878c72126e887e7cc
parente36a976a2b7d3fc264e511791993cb419ce0be44 (diff)
downloadportable-b2718380b06168eb93466dc66f5c4fb0e5667859.tar.gz
portable-b2718380b06168eb93466dc66f5c4fb0e5667859.tar.bz2
portable-b2718380b06168eb93466dc66f5c4fb0e5667859.zip
Add the reason for the julian time change (get rid of timegm/gmtime)
-rw-r--r--ChangeLog7
1 files 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:
313.7.0 - Development release 313.7.0 - Development release
32 32
33 * Internal improvements 33 * Internal improvements
34 - Replace Julian date calculations with a rewrite from BoringSSL. 34
35 - Clean old and unused BN code dealing with primes. 35 - Remove dependency on system timegm() and gmtime() by replacing
36 traditional Julian date conversion with POSIX epoch-seconds date
37 conversion from BoringSSL
38 - Clean oxsld and unused BN code dealing with primes.
36 - Start rewriting name constraints code using CBS. 39 - Start rewriting name constraints code using CBS.
37 - Remove support for the HMAC PRIVATE KEY. 40 - Remove support for the HMAC PRIVATE KEY.
38 - Rework DSA signing and verifying internals. 41 - Rework DSA signing and verifying internals.