Control parameters
Via the getparam function and the setparam procedure it is possible to access the following control parameters of module mmssl (the reader is reminded that parameters may be spelled with lower or upper case letters or a mix of both):
https_cacerts |
List of trusted certification authorities.
|
https_ciphers |
Ciphers accepted for SSL communication.
|
https_cltcrt |
HTTPS client certificate.
|
https_cltkey |
HTTPS client private key.
|
https_srvcrt |
HTTPS server certificate.
|
https_srvkey |
HTTPS server private key.
|
https_trustsrv |
Whether to trust server certificates.
|
ssl_cipher |
Default symmetric cipher.
|
ssl_digest |
Default message digest algorithm.
|
ssl_dir |
mmssl configuration directory.
|
ssl_privkey |
Default user private key.
|