I have just found the PolarSSL project, it seems that it has all that we need:
- provides Crypto AND SSL
- is license-compatible with MCS (they explicitly say so )
- it builds using cmake
- it already is on GitHub (submodules, yay!
I also found another need for SSL: the authentication in 1.7 requires us to connect to https. So if we want authentication (which we do), we *need* SSL. And soon!
https://polarssl.org/
It even seems that someone is using it on ARM, successfully.
- provides Crypto AND SSL
- is license-compatible with MCS (they explicitly say so )
- it builds using cmake
- it already is on GitHub (submodules, yay!
I also found another need for SSL: the authentication in 1.7 requires us to connect to https. So if we want authentication (which we do), we *need* SSL. And soon!
https://polarssl.org/
It even seems that someone is using it on ARM, successfully.