Topic: [SOLVED] Bug in internal.h?

Hello,

While trying to set ECDH-ECDSA-AES256-GCM-SHA384 in my cypher list, I have found #if defined(CYASS_SHA384) on line 342 of internal.h

I have changed that define to #if defined(CYASSL_SHA384) and it works fine.

Thanks for your time,
Belén.

Share

Re: [SOLVED] Bug in internal.h?

Hi Belen,

Thanks for the report.  This has been fixed in the following commit to our embedded SSL library:

https://github.com/cyassl/cyassl/commit … 3f0859ef82

Thanks,
Chris