I'm working with ID-based signature (SHAMIR 84) and I create a c struct 
as 
below:

struct sign
{
  BIGNUM *s;
  BIGNUM *d;
}

How do I export this private 
key into  a file in a PEM format??

Thanks in advance
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           majord...@openssl.org

Reply via email to