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
