1

(3 replies, posted in wolfSSL)

Hi tmael,

Thanks for the answer, I successfully managed to add my own aria cipher suites on wolfSSL using the option #1. smile

Best Regards,
Derry

2

(3 replies, posted in wolfSSL)

Hi, I am a developer from South Korea.

First of all, thanks for the explanation here: https://www.wolfssl.com/docs/implementi … 0gc5joag72

I was able to make my own ARIA cipher, which is CBC encrypt and decrypt function using the tutorial. But I couldn't find any tutorial to implement the new cipher suite. I want to add a new cipher suite using my aria cipher replacing the AES, for example, I want to add TLS_ECDHE_ECDSA_WITH_ARIA_128_CBC_SHA256. But I really don't know where to start or what are files needed to be modified.

Is there anyone who knows which part that I needed to modify? Because when I just follow the AES keyword it was everywhere, and I'm not sure which one that I really need to modify to add a new cipher suite.

Any help would be appreciated,
Thanks, Derry