denot...@libero.it wrote:

> 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??

It depends on why you are doing this. You need to match the format that is 
expected by whatever is going to read this in.

DS



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

Reply via email to