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.