[gnutls-devel] GnuTLS | WIP: Add support for CNT_IMIT TLS 1.2 GOST cipher suite (!920)

Development of GNU's TLS library gnutls-devel at lists.gnutls.org
Sat Feb 23 19:33:14 CET 2019


Nikos Mavrogiannopoulos started a new discussion on lib/nettle/gost/gost-wrap.c:

> + */
> +
> +#if HAVE_CONFIG_H
> +#include "config.h"
> +#endif
> +
> +#include <gnutls_int.h>
> +
> +#include <string.h>
> +
> +#include <nettle/macros.h>
> +#include "gost28147.h"
> +#include <nettle/cfb.h>
> +
> +void
> +gost28147_kdf_cryptopro(const struct gost28147_param *param,

maybe more of a general note inspired by this, is that we should consider providing a high level KDF API, as we have quite many KDF algorithms in the library.

-- 
Reply to this email directly or view it on GitLab: https://gitlab.com/gnutls/gnutls/merge_requests/920#note_144295418
You're receiving this email because of your account on gitlab.com.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.gnupg.org/pipermail/gnutls-devel/attachments/20190223/31167915/attachment-0001.html>


More information about the Gnutls-devel mailing list