-
-
Notifications
You must be signed in to change notification settings - Fork 5.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Does ss-libev support mbedTLS 2.x? #422
Comments
Nope. |
Yep, already in use. Tested both in windows and debian/ubuntu. if need, I can write a wiki, the compile of mbedtls in linux is ordinary, but in windows, you need to add some flag to make it work well. windowsmbedtls
shadowsocks-libev
linuxmbedtls
shadowsocks-libev
Mbed-TLS/mbedtls#231 this two issue offer the way of compiling mbedtls well under windows system |
@bigtan #define MBEDTLS_THREADING_C
#define MBEDTLS_THREADING_PTHREAD and test the performance? This combination will enable threading layer and use libpthread by default. Please use mbedtls 2.2 |
I build both the with-thread and without-thread version and run them in one server. Maybe I can give you the config information and you can test its performance yourself. @wongsyrone |
IIRC there is header changes in mbedTLS 2.x
The text was updated successfully, but these errors were encountered: