[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v5 1/5] Import libgcrypt 1.11.0
From: |
Daniel Kiper |
Subject: |
Re: [PATCH v5 1/5] Import libgcrypt 1.11.0 |
Date: |
Tue, 10 Sep 2024 18:02:08 +0200 |
User-agent: |
NeoMutt/20170113 (1.7.2) |
On Sun, Sep 08, 2024 at 06:43:11PM +0300, Vladimir Serbinenko wrote:
> We currently use an old version of libcrypt which
> results in us having fewer ciphers and missing on many
> other improvements.
>
> Signed-off-by: Vladimir Serbinenko <phcoder@gmail.com>
Sadly it still has some problems...
./configure --target=arm-linux-gnueabihf --with-platform=coreboot ...
make
cat syminfo.lst | sort | gawk -f ./genmoddep.awk > moddep.lst || (rm -f
moddep.lst; exit 1)
__aeabi_uldivmod in mpi is not defined
Makefile:49878: recipe for target 'moddep.lst' failed
Additionally, the Coverity reports 18 defects. Probably some of them are
false positives but they require analysis...
Daniel
- [PATCH v5 1/5] Import libgcrypt 1.11.0, Vladimir Serbinenko, 2024/09/08
- [PATCH v5 2/5] Import b64dec from gpg-error, Vladimir Serbinenko, 2024/09/08
- [PATCH v5 5/5] keccak: Disable acceleration with SSE asm, Vladimir Serbinenko, 2024/09/08
- [PATCH v5 3/5] Adjust import script, definitions and API users for libgcrypt 1.11, Vladimir Serbinenko, 2024/09/08
- [PATCH v5 4/5] Add DSA and RSA SEXP tests, Vladimir Serbinenko, 2024/09/08
- Re: [PATCH v5 1/5] Import libgcrypt 1.11.0,
Daniel Kiper <=