Re: [openssl-users] Using Openssl for eCOS platform

2016-08-18 Thread ssk1506
gards, Devadas On Wed, Aug 17, 2016 at 10:28 AM, ssk1506 <[hidden email]> wrote: Hi, I am using openssl on a n eCOS platform. I need only the secure authentication (no encryption needed). I integrated the openssl source code with my application. When I trying to build, I am getting some link

Re: [openssl-users] Using Openssl for eCOS platform

2016-08-18 Thread ssk1506
Hi Jay, Thanks for your reply. Our requirement is as follows 1. only using openssl for authenticaion and a key wrap algorithm. No encryption is needed. 2. For MAC alogorithm, we need to use M_SHA1 / M_SHA256 For key wrap algo, we need to use AES 128 or AES 256 algo. Following are the steps we

[openssl-users] Using Openssl for eCOS platform

2016-08-16 Thread ssk1506
Hi,I am using openssl on a n eCOS platform. I need only the secure authentication (no encryption needed).I integrated the openssl source code with my application. When I trying to build, I am getting some linking errors.:undefined reference to 'getpid':undefined reference to 'RANDpoll'I am trying