@brief Return the number of chained certificates that the client/server supports. @return The number of supported client/server certificates.
()
| 72 | * @return The number of supported client/server certificates. |
| 73 | */ |
| 74 | public static int maxCerts() |
| 75 | { |
| 76 | return axtlsj.ssl_get_config(axtlsj.SSL_MAX_CERT_CFG_OFFSET); |
| 77 | } |
| 78 | |
| 79 | /** |
| 80 | * @brief Return the number of CA certificates that the client/server |
no outgoing calls
no test coverage detected