Undo inconsistencies introduced in previous

This commit is contained in:
Theo Buehler 2022-12-09 18:20:29 +01:00
parent b2718380b0
commit f90967d04b

View File

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