mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-25 14:33:52 +01:00
Merge pull request #12208 from pokgak/wolfssl_pkg_desc
wolfssl: improve documentation
This commit is contained in:
commit
af45ebecec
@ -1,8 +1,8 @@
|
||||
/**
|
||||
* @defgroup pkg_wolfssl Embedded SSL/TLS library
|
||||
* @defgroup pkg_wolfssl WolfSSL Embedded SSL/TLS library
|
||||
* @ingroup pkg
|
||||
* @ingroup sys
|
||||
* @brief Provides SSL/TLS solution
|
||||
* @ingroup net net_dtls
|
||||
* @brief Provides the WolfSSL SSL/TLS solution
|
||||
*
|
||||
* # Introduction
|
||||
*
|
||||
|
||||
@ -19,6 +19,7 @@
|
||||
* with the pkg system. Supported DTLS implementations are:
|
||||
*
|
||||
* - @ref pkg_tinydtls "TinyDTLS"
|
||||
* - @ref pkg_wolfssl "WolfSSL"
|
||||
*
|
||||
* The other way of using DTLS is through the @ref net_sock_dtls
|
||||
* "DTLS sock API".
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user