Skip to content

Commit 47e096d

Browse files
Pages: Add missing Mbed TLS to cryptographic backends
1 parent 91180d8 commit 47e096d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/content/pages/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ save_as: index.html
3434
<h3>Portable</h3>
3535
<ul>
3636
<li>Support for POSIX platforms (including GNU/Linux, Android, FreeBSD, Apple macOS and iOS) and Microsoft Windows</li>
37-
<li>Support for both <a href="https://www.openssl.org/">OpenSSL</a> and <a href="https://www.gnutls.org/">GnuTLS</a> as TLS backend
37+
<li>Support for <a href="https://www.gnutls.org/">GnuTLS</a>, <a href="https://www.trustedfirmware.org/projects/mbed-tls/">Mbed TLS</a>, or <a href="https://www.openssl.org/">OpenSSL</a> as TLS backend
3838
<li>Code using Data Channels and WebSockets may be compiled as-is to WebAssembly for browsers with <a href="https://github.com/paullouisageneau/datachannel-wasm">datachannel-wasm</a></li>
3939
</ul>
4040
</section>

0 commit comments

Comments
 (0)