Merge remote-tracking branch 'upstream-public/pr/1142' into development-proposed
diff --git a/ChangeLog b/ChangeLog
index f9fc6dc..f2cb932 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -37,6 +37,8 @@
ECPrivateKey structure. Found by jethrogb, fixed in #1379.
* Return plaintext data sooner on unpadded CBC decryption, as stated in
the mbedtls_cipher_update() documentation. Contributed by Andy Leiserson.
+ * Fix overriding and ignoring return values when parsing and writing to
+ a file in pk_sign program. Found by kevlut in #1142.
Changes
* Remove some redundant code in bignum.c. Contributed by Alexey Skalozub.