aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo Buehler <tb@openbsd.org>2025-04-18 08:15:46 +0200
committerTheo Buehler <tb@openbsd.org>2025-04-18 08:15:46 +0200
commit3aeba58a29031a56e9332df6e075332e0e9a6c16 (patch)
treea6f549851baa52963ba55936e0382617a3f629c2
parent7be98b5cfe42eec03758ad1c97b267182098674f (diff)
downloadportable-master.tar.gz
portable-master.tar.bz2
portable-master.zip
Typo in ChangeLog; from jsgHEADmaster
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index a5bf928..8c87e06 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -63,7 +63,7 @@ LibreSSL Portable Release Notes:
63 - Replaced combinations of BN_MONT_CTX_new/set with an internal 63 - Replaced combinations of BN_MONT_CTX_new/set with an internal
64 BN_MONT_CTX_create(). 64 BN_MONT_CTX_create().
65 - Replaced BN_bn2hex() reimplementation in openssl(1) ca with 65 - Replaced BN_bn2hex() reimplementation in openssl(1) ca with
66 a poper API call. 66 a proper API call.
67 - Fixed integer overflows due to signed shift in obj_dat.c. 67 - Fixed integer overflows due to signed shift in obj_dat.c.
68 - Improved some X509_VERIFY_PARAM internals and avoid an out of 68 - Improved some X509_VERIFY_PARAM internals and avoid an out of
69 bounds read from public API. 69 bounds read from public API.