diff options
author | Theo Buehler <tb@openbsd.org> | 2022-12-09 18:20:29 +0100 |
---|---|---|
committer | Theo Buehler <tb@openbsd.org> | 2022-12-09 18:20:45 +0100 |
commit | f90967d04b0ffd75857cc19b40dcf7a6543a4dd5 (patch) | |
tree | b891054e9471a0c9867cc4009850908ad75e55bd | |
parent | b2718380b06168eb93466dc66f5c4fb0e5667859 (diff) | |
download | portable-f90967d04b0ffd75857cc19b40dcf7a6543a4dd5.tar.gz portable-f90967d04b0ffd75857cc19b40dcf7a6543a4dd5.tar.bz2 portable-f90967d04b0ffd75857cc19b40dcf7a6543a4dd5.zip |
Undo inconsistencies introduced in previous
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 4 insertions, 5 deletions
@@ -31,11 +31,10 @@ LibreSSL Portable Release Notes: | |||
31 | 3.7.0 - Development release | 31 | 3.7.0 - Development release |
32 | 32 | ||
33 | * Internal improvements | 33 | * Internal improvements |
34 | 34 | - Remove dependency on system timegm() and gmtime() by replacing | |
35 | - Remove dependency on system timegm() and gmtime() by replacing | 35 | traditional Julian date conversion with POSIX epoch-seconds date |
36 | traditional Julian date conversion with POSIX epoch-seconds date | 36 | conversion from BoringSSL. |
37 | conversion from BoringSSL | 37 | - Clean old and unused BN code dealing with primes. |
38 | - Clean oxsld and unused BN code dealing with primes. | ||
39 | - Start rewriting name constraints code using CBS. | 38 | - Start rewriting name constraints code using CBS. |
40 | - Remove support for the HMAC PRIVATE KEY. | 39 | - Remove support for the HMAC PRIVATE KEY. |
41 | - Rework DSA signing and verifying internals. | 40 | - Rework DSA signing and verifying internals. |