Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

curl 같이 mbed TLS 를 지원하는 프로그램을 빌드할 경우 다음과 같이 같이 --without-ssl --with-mbedtls 옵션을 붙여서 Makefile 을 생성하면 됨.

Code Block
./configure --with-mbedtls=/usr/local/ --without-opensslssl

 

OpenSSL 보다 사용이 쉬워 보이며 매뉴얼과 HOWTO 는 https://tls.mbed.org/kb 를 참고

...