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
вт, 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
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