add support for specifying usable ciphers
[project/ustream-ssl.git] / ustream-mbedtls.h
index 0e5988a57275b2fbc819eb686b631aa66c1fd097..e622e5e234a106ad06c8d8ef4b942c48e35e7148 100644 (file)
@@ -41,6 +41,7 @@ struct ustream_ssl_ctx {
        mbedtls_ssl_cache_context cache;
 #endif
        bool server;
+       int *ciphersuites;
 };
 
 static inline char *__ustream_ssl_strerror(int error, char *buffer, int len)