2014-11-17 23:35 GMT+03:00 Miod Vallat <m...@online.fr>:
>> Is the offending patch in CVS? If so I'll take a look as it hits the
>> LibreSSL mirror at GitHub.
>
> Yes, it's in HEAD.

I found the issue. In param_copy_gost01() change
int ret = 0;
to
int ret = 1;

If there is no private key set in eto, param_copy_gost01() will
skip all ret assignments and happily return 0 (= error).

-- 
With best wishes
Dmitry

Reply via email to