Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
Next revisionBoth sides next revision
docs:guide-user:services:tls:libs [2022/07/05 13:02] – created stokitodocs:guide-user:services:tls:libs [2022/07/05 13:18] stokito
Line 3: Line 3:
   * [[wp>OpenSSL|OpenSSL]] is a de-facto standard. It's libopenssl takes more than a 1Mb of disk space.   * [[wp>OpenSSL|OpenSSL]] is a de-facto standard. It's libopenssl takes more than a 1Mb of disk space.
   * [[wp>Mbed_TLS|MbedTLS]] is a small library developed for embedded devices. Was used by default in OpenWrt before.   * [[wp>Mbed_TLS|MbedTLS]] is a small library developed for embedded devices. Was used by default in OpenWrt before.
-  * WolfSSL is a small library developed for embedded devices. Supports TLS1.3. Installed by default in OpenWrt 21. But in future this may be changed back to MbedTLS.+  * [[wp>WolfSSL|WolfSSL]] is a small library developed for embedded devices. Supports TLS1.3. Installed by default in OpenWrt 21. But in future this may be changed back to MbedTLS.
   * [[https://www.lysator.liu.se/~nisse/nettle/|Nettle]] just a small crypto library without TLS support.   * [[https://www.lysator.liu.se/~nisse/nettle/|Nettle]] just a small crypto library without TLS support.
   * [[wp>GnuTLS]] is GNU project but not often used. Internally uses Nettle.   * [[wp>GnuTLS]] is GNU project but not often used. Internally uses Nettle.
Line 9: Line 9:
  
 When you are installing some program you may check which library you already have and install a specific version to reuse existing dependency. 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''.
  
  • Last modified: 2022/07/10 10:52
  • by stokito