Hello,
> I am not familar with ASN.1, or any of the specifice of which the rsa
> key is generated. It just seemed as it should not be so.
>  What is the ASN.1 encoding, and how is it used?
RSA private key is a set of big numbers: n,d,e,p,q,dmp1,dmq1,iqmp.
(this is not one number).
When this numbers are saved to file there must be some method
to distinguish this numbers. For RSA keys ASN.1 coding is used.
For more information you may read PKCS#1 standard, in appendix A
you will find ASN.1 structure of private key.

Best regards,
-- 
Marek Marcola <[EMAIL PROTECTED]>

______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to