I have a question about RSA key structure. I have to convert an rsa key
format implemented by FreeS/WAN (a package for implementation of IPSec
standards in Linux) to openssl format. I have read the documentation about
RSA key structure and his BIGNUM fields (n as modulus, e as public exponent,
d as private exponent...and so on) in openssl web site, but I have noticed
by my Kdbg debbugger that when I load a RSA public key from a file in pem
format the modulus is loaded in e field and the public exponent in the d
field. Is it possilble?

Thanks in advance.
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to