-
CONFIG_OSDP_SC_ENABLED
¶
Enable OSDP Secure Channel
Type: bool
Help¶
Secure the OSDP communication channel with encryption and mutual authentication.
Default¶
y
Symbols selected by this symbol¶
Kconfig definition¶
At <Zephyr>/subsys/mgmt/osdp/Kconfig:71
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:34
→ <Zephyr>/subsys/Kconfig:35
→ <Zephyr>/subsys/mgmt/Kconfig:15
Menu path: (Top) → Sub Systems and OS Services → Device Management → Open Supervised Device Protocol (OSDP) driver
config OSDP_SC_ENABLED bool "Enable OSDP Secure Channel" default y selectCRYPTO
selectCRYPTO_MBEDTLS_SHIM
selectMBEDTLS
selectMBEDTLS_CIPHER_CCM_ENABLED
depends onCSPRING_ENABLED
&&OSDP
help Secure the OSDP communication channel with encryption and mutual authentication.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)