[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 0/4] A Couple of LIBGCRYPT Fixes
[Thread Prev] | [Thread Next]
- Subject: [PATCH 0/4] A Couple of LIBGCRYPT Fixes
- From: Jon Simons <jon@xxxxxxxxxxxxx>
- Reply-to: libssh@xxxxxxxxxx
- Date: Sun, 07 Dec 2014 18:18:34 -0800
- To: libssh@xxxxxxxxxx
Hello, I saw that the LIBGCRYPT build was broken with the patch included from https://red.libssh.org/issues/175, so I set out to fix it. Here are some patches that fix that build, reduce some ED25519 case statement warnings, and finally port over the older DSA signature fix originally from https://red.libssh.org/issues/144. Jon Simons (4): bignum: no-op make_string_bn_inplace for LIBGCRYPT torture: fix warning for SSH_KEYTYPE_ED25519 pki_gcrypt: fix warnings for SSH_KEYTYPE_ED25519 pki_gcrypt: fix DSA signature extraction src/bignum.c | 4 +++- src/pki_gcrypt.c | 41 ++++++++++++++++++++++++++++++++++++++--- tests/torture.c | 1 + 3 files changed, 42 insertions(+), 4 deletions(-) -- 1.9.1
Re: [PATCH 0/4] A Couple of LIBGCRYPT Fixes | Andreas Schneider <asn@xxxxxxxxxxxxxx> |