aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo Buehler <tb@openbsd.org>2024-10-26 13:19:22 -0600
committerTheo Buehler <tb@openbsd.org>2024-10-26 13:19:22 -0600
commiteb6aaeb8c4a6809c9c3d95f149b92d957aaf8736 (patch)
tree40fe1cccfa93a1a00f08a9fed8e3f3e1bae36700
parent4a2adf24c532fa4e7c188156a6f77ea620d73593 (diff)
downloadportable-eb6aaeb8c4a6809c9c3d95f149b92d957aaf8736.tar.gz
portable-eb6aaeb8c4a6809c9c3d95f149b92d957aaf8736.tar.bz2
portable-eb6aaeb8c4a6809c9c3d95f149b92d957aaf8736.zip
Update ChangeLog
-rw-r--r--ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 94231e4..d5d9d9b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -35,6 +35,7 @@ LibreSSL Portable Release Notes:
35 * Internal improvements 35 * Internal improvements
36 - Cleaned up the error implementation. 36 - Cleaned up the error implementation.
37 - Many bug fixes and simplifications in the EC ASN.1 code. 37 - Many bug fixes and simplifications in the EC ASN.1 code.
38 - Corrected several DER encoding bugs for EC keys and parameters.
38 - Polished EC_POINT_{oct2point,point2oct}() internals. 39 - Polished EC_POINT_{oct2point,point2oct}() internals.
39 - Reworked CPU capabilities detection. 40 - Reworked CPU capabilities detection.
40 * Compatibility changes 41 * Compatibility changes