summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNiels Möller <nisse@lysator.liu.se>2017-11-11 09:49:07 +0100
committerNiels Möller <nisse@lysator.liu.se>2017-11-11 09:49:07 +0100
commit42afc42f9f809a0f0bc2f81bae9041444238dbf6 (patch)
tree2a4a41af1d495ecf73d5fccd3c69038b0efaa7eb
parentc2e9233e8fb64721d4a5d6d41f293e894f6cef08 (diff)
downloadnettle-42afc42f9f809a0f0bc2f81bae9041444238dbf6.tar.gz
ChangeLog entry for previous change.
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index bcc0f827..ed98960f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2017-11-08 Niels Möller <nisse@lysator.liu.se>
+
+ * ecc-curve.h (nettle_secp_192r1, nettle_secp_224r1)
+ (nettle_secp_256r1, nettle_secp_384r1, nettle_secp_521r1): Delete
+ macro wrappers, partially reverting below 2017-04-09 change. They
+ didn't work at all for applications that only see a forward
+ declaration of struct ecc_curve. Instead, we will have to make an
+ ABI and API break and delete these symbols, when the size of
+ struct ecc_curve is increased.
+
2017-11-05 Niels Möller <nisse@lysator.liu.se>
* configure.ac Bump package version to 3.4.