aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo Buehler <tb@openbsd.org>2024-06-24 00:47:28 -0600
committerTheo Buehler <tb@openbsd.org>2024-06-24 00:47:28 -0600
commit62e28ea7ff214b1156e6bbac5085a5357ae6bab2 (patch)
treed1fa3ed439c78b990294a601c062f65c8ee16cd8
parentc5ff2daef0a196d85a13747a861bfa75b8f0f588 (diff)
downloadportable-62e28ea7ff214b1156e6bbac5085a5357ae6bab2.tar.gz
portable-62e28ea7ff214b1156e6bbac5085a5357ae6bab2.tar.bz2
portable-62e28ea7ff214b1156e6bbac5085a5357ae6bab2.zip
Update ChangeLog
-rw-r--r--ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5226197..1d39d66 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -63,6 +63,7 @@ LibreSSL Portable Release Notes:
63 in X509V3_add1_i2d() and X509V3_get_d2i(). Their implementations 63 in X509V3_add1_i2d() and X509V3_get_d2i(). Their implementations
64 now vaguely resemble code. 64 now vaguely resemble code.
65 - Rewrote BN_bn2mpi() using CBB. 65 - Rewrote BN_bn2mpi() using CBB.
66 - Made most error string tables const.
66 * Documentation improvements 67 * Documentation improvements
67 - Removed documentation of no longer existing API. 68 - Removed documentation of no longer existing API.
68 * Testing and proactive security 69 * Testing and proactive security