diff mbox series

[11/16] doc: Add note on the PKCS#11 libraries

Message ID 20200916135825.40367-12-bage@linutronix.de
State Accepted
Headers show
Series wolfssl SSL impl, PKCS#11 AES, AES key len | expand

Commit Message

Bastian Germann Sept. 16, 2020, 1:58 p.m. UTC
From: Bastian Germann <bage@linutronix.de>

The library information is outdated.
Fix obvious desinformation and add p11-kit and wolfssl for PKCS#11.

Signed-off-by: Bastian Germann <bage@linutronix.de>
Reviewed-by: Torben Hohn <torben.hohn@linutronix.de>
---
 doc/source/swupdate.rst | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)
diff mbox series

Patch

diff --git a/doc/source/swupdate.rst b/doc/source/swupdate.rst
index 9ab6bbf..5301693 100644
--- a/doc/source/swupdate.rst
+++ b/doc/source/swupdate.rst
@@ -207,10 +207,11 @@  There are only a few libraries that are required to compile SWUpdate.
   They are commonly not exported and not installed, but they are
   linked by SWUpdate to reuse the same functions for upgrading
   MTD and UBI volumes.
-- openssl: required with the Webserver
+- openssl / wolfssl / mbedtls (optional) for cryptographic operations
+- p11-kit & wolfssl (optional) for PKCS#11 support
 - Lua: liblua and the development headers.
-- libz, libcrypto are always linked.
-- libconfig: it is used by the default parser.
+- libz is always linked.
+- libconfig (optional) for the default parser
 - libarchive (optional) for archive handler
 - librsync (optional) for support to apply rdiff patches
 - libjson (optional) for JSON parser and Hawkbit