summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorNiels Möller <nisse@lysator.liu.se>2022-02-10 18:32:12 +0100
committerNiels Möller <nisse@lysator.liu.se>2022-02-10 18:32:12 +0100
commit23f75f58f9b71e39756858cb6747e542c7c759e3 (patch)
tree6bd84b50e696f86965a45f86ce9f8a0161806a00 /ChangeLog
parent483ccbc9c3e06c2aaef79e3ed8d12f073a0e9b61 (diff)
downloadnettle-23f75f58f9b71e39756858cb6747e542c7c759e3.tar.gz
Rearrange gcm configuration defines, and add tests for internal functions.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ca2a6718..abb3e6ec 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2022-02-08 Niels Möller <nisse@lysator.liu.se>
+
+ * gcm-internal.h (_gcm_hash): Arrange so that this is an alias for
+ the appropriate implementation. Updated all users.
+ * gcm.c (_nettle_gcm_set_key): New internal function, intended to
+ make tests of internal ghash functions easier.
+ (gcm_set_key): Use it.
+ * testsuite/gcm-test.c (test_ghash_internal): New function.
+ (test_main): Add tests of internal ghash functions, with keys
+ corresponding to various single-bit polynomials.
+
2022-01-28 Niels Möller <nisse@lysator.liu.se>
* testsuite/poly1305-test.c (poly1305_internal): Renamed function,