Name | Value |
---|---|
SSL_VERIFY_NONE | Automatic certificate verification is disabled. |
SSL_VERIFY_OPTIONAL_UNTRUSTED | Certificate is optional, if present, both trusted and untrusted certificates are accepted. |
SSL_VERIFY_OPTIONAL_TRUSTED | Certificate is optional, but if a certificate is present, only certificates signed by a trusted CA are accepted. |
SSL_VERIFY_REQUIRED_UNTRUSTED | Valid certificate is required, both trusted and untrusted certificates are accepted. |
SSL_VERIFY_REQUIRED_TRUSTED | Certificate is required, only valid certificates signed by a trusted CA are accepted. |
Table 5.29. Certificate verification settings
Name | Value |
---|---|
SSL_CIPHERS_HIGH | n/a |
SSL_CIPHERS_MEDIUM | n/a |
SSL_CIPHERS_LOW | n/a |
SSL_CIPHERS_ALL | n/a |
SSL_CIPHERS_CUSTOM | n/a |
Table 5.30. Constants for cipher selection
Name | Value |
---|---|
SSL_HSO_CLIENT_SERVER | Perform the SSL-handshake with the client first. |
SSL_HSO_SERVER_CLIENT | Perform the SSL-handshake with the server first. |
Table 5.31. Handshake order.
Name | Value |
---|---|
SSL_NONE | Disable encryption between Zorp and the peer. |
SSL_FORCE_SSL | Require encrypted communication between Zorp and the peer. |
SSL_ACCEPT_STARTTLS | Permit STARTTLS sessions. Currently supported only in the Ftp and Smtp proxies. |
Table 5.32. Client connection security type.
Published on June 04, 2020
© 2007-2019 BalaSys
Send your comments to support@balasys.hu