[gnutls-devel] GnuTLS | Add GOST-CNT ciphersuite support (!1119)
Development of GNU's TLS library
gnutls-devel at lists.gnutls.org
Wed Nov 13 12:56:57 CET 2019
Nikos Mavrogiannopoulos started a new discussion on lib/gnutls_int.h: https://gitlab.com/gnutls/gnutls/merge_requests/1119#note_243962959
> typedef struct {
> uint8_t id[2]; /* used to be (in TLS 1.2) hash algorithm , PK algorithm */
> uint8_t tls_sem; /* should match the protocol version's tls_sig_sem. */
> + uint8_t is_gost : 1;
I do not think that the `:1` would result in great benefit. If we care about the memory consumption, what about making `tls_sem` a flags option and introduce the TLS_SEMANTICS flag and GOST?
--
Reply to this email directly or view it on GitLab: https://gitlab.com/gnutls/gnutls/merge_requests/1119#note_243962959
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/20191113/ac456ec2/attachment.html>
More information about the Gnutls-devel
mailing list