[gnutls-devel] GnuTLS | WIP: GOST key exchange support (!1097)
Development of GNU's TLS library
gnutls-devel at lists.gnutls.org
Tue Nov 5 16:35:35 CET 2019
Nikos Mavrogiannopoulos commented on a discussion on lib/auth/vko_gost.c: https://gitlab.com/gnutls/gnutls/merge_requests/1097#note_240333402
> + cert_auth_info_t info = _gnutls_get_auth_info(session, GNUTLS_CRD_CERTIFICATE);
> + gnutls_pcert_st peer_cert;
> + int has_pcert = 0;
> + gnutls_datum_t ukm;
> + gnutls_datum_t cek;
> + int len;
> +
> + if (group == NULL)
> + return gnutls_assert_val(GNUTLS_E_ECC_NO_SUPPORTED_CURVES);
> +
> + DECR_LEN(data_size, 1);
> + if (data[0] != (ASN1_TAG_SEQUENCE | ASN1_CLASS_STRUCTURED))
> + return gnutls_assert_val(GNUTLS_E_RECEIVED_ILLEGAL_PARAMETER);
> + i += 1;
> +
> + ret = asn1_get_length_der(&data[i], data_size, &len);
Sorry, it is not a code issue... To my understanding that's the protocol right?
--
Reply to this email directly or view it on GitLab: https://gitlab.com/gnutls/gnutls/merge_requests/1097#note_240333402
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/20191105/359fdb38/attachment.html>
More information about the Gnutls-devel
mailing list