@brief Return the number of CA certificates that the client/server supports. @return The number of supported CA certificates.
()
| 82 | * @return The number of supported CA certificates. |
| 83 | */ |
| 84 | public static int maxCACerts() |
| 85 | { |
| 86 | return axtlsj.ssl_get_config(axtlsj.SSL_MAX_CA_CERT_CFG_OFFSET); |
| 87 | } |
| 88 | |
| 89 | /** |
| 90 | * @brief Indicate if PEM is supported. |
no outgoing calls
no test coverage detected