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
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
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