View | Details | Raw Unified | Return to bug 282723 | Differences between
and this patch

Collapse All | Expand All

(-)lib/algorithms/groups.c (-1 / +5 lines)
Lines 90-96 static const gnutls_group_entry_st suppo Link Here
90
		.tls_id = 25,
90
		.tls_id = 25,
91
		.pk = GNUTLS_PK_ECDSA,
91
		.pk = GNUTLS_PK_ECDSA,
92
	},
92
	},
93
	group_x25519,
93
	{ .name = "X25519",
94
	  .id = GNUTLS_GROUP_X25519,
95
	  .curve = GNUTLS_ECC_CURVE_X25519,
96
	  .tls_id = 29,
97
	  .pk = GNUTLS_PK_ECDH_X25519 },
94
#ifdef ENABLE_GOST
98
#ifdef ENABLE_GOST
95
	/* draft-smyshlyaev-tls12-gost-suites-06, Section 6 */
99
	/* draft-smyshlyaev-tls12-gost-suites-06, Section 6 */
96
	{
100
	{

Return to bug 282723