From 8ff3865890010df90674a9d2c3f2e100091d1979 Mon Sep 17 00:00:00 2001 From: NIIBE Yutaka Date: Tue, 17 Oct 2017 15:26:46 +0900 Subject: [PATCH] Update ChangeLog, README, AUTHORS, and THANKS. --- AUTHORS | 7 +++++++ ChangeLog | 21 +++++++++++++++++++++ README | 9 +++++++++ THANKS | 1 + 4 files changed, 38 insertions(+) diff --git a/AUTHORS b/AUTHORS index d63138a..5a7b6cf 100644 --- a/AUTHORS +++ b/AUTHORS @@ -1,3 +1,10 @@ +Aurelien Jarno: + Modified: + src/Makefile + src/configure + src/main.c + src/stack-def.h + Anthony Romano: Modified: src/call-rsa.c diff --git a/ChangeLog b/ChangeLog index 075fdc1..e1c63dd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,24 @@ +2017-10-12 Aurelien Jarno + + * polarssl/include/polarssl/bn_mul.h (MULADDC_HUIT_DEAD): Rename + from MULADDC_HUIT. + [__ARM_FEATURE_DSP] (MULADDC_1024_CORE, MULADDC_1024_LOOP) + (MULADDC_INIT, MULADDC_CORE, MULADDC_HUIT, MULADDC_STOP): New. + + * polarssl/library/bignum.c (mpi_montsqr): Check on + POLARSSL_HAVE_ASM and __arm__. + [__ARM_FEATURE_DSP] (mpi_montsqr): New. + (MAX_WSIZE): New. + (mpi_exp_mod): Use MAX_WSIZE. + + * src/Makefile (DEFS): Remove BIGNUM_C_IMPLEMENTATION. + + * src/main.c (HEAP_SIZE): Rename from MEMORY_SIZE. + (HEAP_END, HEAP_ALIGNMENT, HEAP_ALIGN): Likewise. + + * src/stack-def.h (SIZE_3): Depend on MEMORY_SIZE. + * src/configure: Emit DEFS with MEMORY_SIZE. + 2017-10-11 NIIBE Yutaka * VERSION: 1.2.6. diff --git a/README b/README index 453f825..600f07a 100644 --- a/README +++ b/README @@ -306,6 +306,15 @@ Gnuk is distributed with external source code. POLARSSL_SELF_TEST, and POLARSSL_PADLOCK_C, and only define POLARSSL_GENPRIME when defined KEYGEN_SUPPORT. + And polarssl/library/bignum.c is modified to work on 64-bit machine. + + Aurelien Jarno also modified: + + polarssl/include/polarssl/bn_mul.h + polarssl/library/bignum.c + + See ChangeLog (and/or history of git) for detail. + USB vendor ID and product ID (USB device ID) ============================================ diff --git a/THANKS b/THANKS index d6966e4..de1c6b1 100644 --- a/THANKS +++ b/THANKS @@ -7,6 +7,7 @@ Gnuk was originally written by NIIBE Yutaka. People contributed by encouraging the development, testing the implementation, suggesting improvements, or fixing bugs. Here is a list of those people. +Aurelien Jarno aurelien@aurel32.net Achim Pietig achim@pietig.com Aidan Thornton Anibal Monsalve Salazar anibal@debian.org