Hello All.
I have compiled version of openssl for windows mobile 5/6 and in 90% of procedure it works fine. I must convert Private key who is in DER format and it is secured by password to PEM format, in OPENSSL for WIN32 everything works perfectly ok
I'm use command like that:

openssl.exe pkcs8 -inform DER -in PrivKeyInDER.der -out PrivKeyInPEM.pem -passin pass:asdf

when I use that command in my openssl for windows mobile, operation system call me that occured some error and application was closed.

I'm test it on SOTI cmd console and in C# project where I'm call openssl .exe and in both of this case I have the same error, application was closed before convert private key to pem format.
I dont know what I'm doing wrong in WIN32 (PC) it work fine...
what is wrong with my command??

Plz help me.

______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       openssl-dev@openssl.org
Automated List Manager                           majord...@openssl.org

Reply via email to