On quarta-feira, 21 de setembro de 2016 15:02:15 PDT Nash, George wrote: > 20:02:51 *********************************** Error: > **************************************** 20:02:51 * Please download mbedtls > using the following command: * 20:02:51 * $ > git clone https://github.com/ARMmbed/mbedtls.git extlibs/mbedtls/mbedtls * > 20:02:51 > *************************************************************************** > ********
As we're moving to TCP/TLS support, we should also investigate using native encryption libraries instead of shipping our own. That's OpenSSL for Linux, SecureTransport for Apple OSes, and Microsoft may have something for Windows (I'm not familiar, Qt ships OpenSSL on Windows). This would allow us to offload responsibility for keeping the encryption software to the OS vendor. It also has benefits because encryption routines may be subject to export regulations in some countries. The feature that required mBed TLS should be reverted and rewritten using the native SSL/TLS routines, per OS. The architecture for that change was not reviewed in the mailing list. -- Thiago Macieira - thiago.macieira (AT) intel.com Software Architect - Intel Open Source Technology Center