Re: [PATCH 1/2] Change ecc_mod_*mul_1 to be per-module callbacks

2020-05-08 Thread Dmitry Baryshkov
Hello, вс, 16 февр. 2020 г. в 00:00, : > > From: Dmitry Baryshkov > > GOST curves will require different "fixups" for fast (mul X mod p) > operations. Move these operations to ecc_modulo structure and call them > via function pointer. These two patches were postponed till 3.6 release. Any chance

Re: [PATCH] gitlab-ci: reenable GOST compilation

2020-05-08 Thread Dmitry Baryshkov
вт, 11 февр. 2020 г. в 22:58, : > > From: Dmitry Baryshkov > > GnuTLS is now compatible again with Nettle master branch. Remove > --disable-gost. Is there a chance to get this applied? We have corresponding test in GnuTLS CI, but it would be nice to have it on both sides. > Signed-off-by: Dmitry

Re: [PATCH 1/2] examples: don't use deprecated OpenSSL hashing API

2020-05-08 Thread Emil Velikov
On Thu, 7 May 2020 at 07:51, Niels Möller wrote: > > Emil Velikov writes: > > > The direct $HASH_{Init,Update,Final} has been discouraged for a while. > > With the upcoming OpenSSL 3.0 it will be officially deprecated. > > > > Add a handy macro, to avoid repetition and mistakes like in the curren