Search found 1 match

by eques1995
Fri Jun 23, 2017 12:24 pm
Forum: General Discussion
Topic: esp-idf openssl problem choosing cipher suite
Replies: 0
Views: 3047

esp-idf openssl problem choosing cipher suite

For a project I need to change the usable cipher suites to only one specific cipher suite to be able to test the differences between the different cipher suites. Now I am trying to do this with openssl and the method ssl_ctx_set_cipher_list. However, when I use this method, I always get the followin...