Post subject: openSSL ->QNX ->MPC5200b Posted: Dec 06, 2007 - 05:32 AM
Active Member
Joined: Nov 19, 2007
Posts: 16
I have ported the openssl for QNX6 and I have modified the "Configure" and added a configuration for the MPC5200B target.
I have made the following change in the configuartion file:
After configuring the openssl when I do "Make" the lib's(libcrypto.a,libssl.a) are generated.
I created a sample application which does signing and verification. I built the code with the openssl Lib(libcrypto.a,libssl.a).
The sample application looks like this.
/***************************************/
int main()
{
EC_KEY *eckey ;
int ret;
ECDSA_SIG *sig = NULL;
But "EC_KEY_generate_key(eckey)" fails subsequently "ECDSA_do_sign" and "ECDSA_do_verify".
The same code runs on windows.Does that mean openssl is not ported properly? Am I missing something here?
It will be great if I get some pointers.
regards
Nayak
rgallen
Post subject: Re: openSSL ->QNX ->MPC5200b Posted: Dec 09, 2007 - 04:24 PM
QNX Master
Joined: Jul 11, 2002
Posts: 600
nayak wrote:
But "EC_KEY_generate_key(eckey)" fails subsequently "ECDSA_do_sign" and "ECDSA_do_verify".
The same code runs on windows.Does that mean openssl is not ported properly? Am I missing something here?
All logos and trademarks in this site are property of their respective owners. The comments are property of their posters. Powered by OpenQNX: The QNX Community Portal Site
QNX and the QNX logo are registered trademarks of QNX Software Systems.