TLS libraries

There is few crypto libraries for TLS that works on OpenWrt:

When you are installing some program you may check which library you already have and install a specific version to reuse existing dependency. For example rtty daemon has three versions rtty-mbedtls, rtty-openssl, rtty-wolfssl. Some OpenWrt only packages like kadnode uses only mbedtls and other libraries aren't supported yet.

See also Comparison of TLS implementations