https://bugs.winehq.org/show_bug.cgi?id=45768
--- Comment #6 from Hans Leidekker hans@meelstraat.net --- (In reply to Alistair Leslie-Hughes from comment #3)
(In reply to Hans Leidekker from comment #2)
(In reply to oscarbg from comment #0)
GnuTLS does not support algorithm 10 with hash len 32 GnuTLS does not support algorithm 11 with hash len 32 GnuTLS does not support algorithm 11 with hash len 48
That's ALG_ID_ECDSA_P256 and ALG_ID_ECDSA_P384, which should be supported by recent GnuTLS. What version of GnuTLS do you have?
Patch one in patchset might help here https://github.com/wine-staging/wine-staging/tree/master/patches/bcrypt- BCryptGenerateKeyPair
That patch adds ALG_ID_ECDH_P256. This bug is about ALG_ID_ECDSA_P256 (and ALG_ID_ECDSA_P384).
Reporter, what version of GnuTLS do you have installed?