Topic: Adding new ciphersuites steps?
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