[PATCH v3 3/4] bcrypt: Implement BCryptSecretAgreement with libgcrypt.

Hans Leidekker hans at codeweavers.com
Wed Jan 8 04:10:48 CST 2020


On Tue, 2020-01-07 at 14:22 -0600, Derek Lesho wrote:
> +/* this is necessary since GNUTLS doesn't support ECDH public key encryption, maybe we can replace this when it does:
> +   https://github.com/gnutls/gnutls/blob/cdc4fc288d87f91f974aa23b6e8595a53970ce00/lib/nettle/pk.c#L495 */
> +NTSTATUS compute_secret_ecc (struct key *privkey_in, struct key *pubkey_in, struct secret *secret)

It would be nice if we could avoid adding another dependency. Has any effort been
made to add this feature to GnuTLS?







More information about the wine-devel mailing list