Alexander Kriventsov-2 wrote:
> 
> And I've got this error:
> 34373201800:error:0D0C30C6:asn1 encoding routines:ASN1_item_sign:digest 
> and key type not supported:a_sign.c:245:
> What's wrong? What should I do to make certificate signed of my CA?
> 
Hello
I think, this trouble provoked by wrong key length. Gost key must be 512
bits, but by default OpenSSL try to generate 2048 bits length key.
Check ur openssl.cnf file, seek [req] section and change
default_bits            = 2048
to
default_bits            = 512
FTW

Good luck
-- 
View this message in context: 
http://old.nabble.com/Creating-certificate-with-gost-algorithm-tp28777742p34392332.html
Sent from the OpenSSL - User mailing list archive at Nabble.com.
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           majord...@openssl.org

Reply via email to