1
0
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:
Martine Lenders 2019-09-12 15:11:40 +02:00 committed by GitHub
commit af45ebecec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 3 deletions

View File

@ -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
*

View File

@ -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".