Topic: Which cipher is actually being used in connect process.
I do a wolfSSL_get_ciphers() to get a list of the cipher suite currently being supported given my user_settings.h.
I'm trying to see the difference in stack and heap usage based on the cipher suite used.
I am printing out your debug message and watching the process flow.
I have tried forcing a cipher by using wolfSSL_CTX_set_cipher_list() but I see no change in performance or memory usage so I have no idea if that function call is even changing anything.
How can I identify which suite from the list is being used in the connect?
Thanks.
Joe