Topic: Adding custom SRP cipher suite into wolfSSL
Hi,
Is it possible to add custom SRP-AES-128-CBC-SHA cipher suite into wolfSSL? What all steps need to be done to achieve this? I have already done some OpenSSL applications using this cipher suite. I'm currently trying to follow instructions on this post:
https://www.wolfssl.com/forums/topic845 … urves.html.
But I'm having trouble filling out the "ssl->specs" that I have created in keys.c file. Also what are the modifications in internal.c? Is there some reference I can look at? I'm not an expert in this field. Any help is much appreciated.