CONFIG CRYPTO UPDATE
Level
maintenance,modify
History
Appears in 2.0.0
ClientTLSv12 and ClientTLSv13 appear in 4.2.0
SSLParanoiac appears in 4.2.2
MuteTPM appears in 4.7.0
Renamed from CONFIG.CRYPTO in 4.7.0
Description
Configure cryptographic parameters.
Usage
[Cryptodr=0|1] [ClientTLSv12=0|1] [ClientTLSv13=0|1] [SSLParanoiac=0|1] [MuteTPM=0|1]
where:
- Cryptodr: Disable/Enable ANSSI DR mode.
- ClientTLSv12: Disable/Enable TLS 1.2 for client application.
- ClientTLSv13: Disable/Enable TLS 1.3 for client application.
- SSLParanoiac: Disable/Enable SSL paranoiac mode
- MuteTPM: mute the unused TPM warnings if it's uninitialized
Returns
Error code
Example
CONFIG CRYPTO Cryptodr=1
CONFIG CRYPTO ClientTLSv12=0 ClientTLSv13=1
CONFIG CRYPTO SSLParanoiac=1 MuteTPM=1