[PATCH 1/3] bcrypt: Add support for signing hashes with ECDSA keys.

Derek Lesho dlesho at codeweavers.com
Thu Dec 5 12:47:32 CST 2019


On 12/5/19 4:55 AM, Hans Leidekker wrote:

> +        if ((err = pgnutls_decode_rs_value( &signature, &r, &s )))
> +        {
> +             ERR( "failed to get R/S values from signature %u\n", err );
> +             return 0;
> +        }
As I was looking at this patch again making a version that will work in 
Proton, I noticed this mistake I made.  I'll send a correction soon.



More information about the wine-devel mailing list