@brief Return the build mode of the axTLS project. @return The build mode is one of: - SSL_BUILD_SERVER_ONLY - SSL_BUILD_ENABLE_VERIFICATION - SSL_BUILD_ENABLE_CLIENT - SSL_BUILD_FULL_MODE
()
| 62 | * - SSL_BUILD_FULL_MODE |
| 63 | */ |
| 64 | public static int buildMode() |
| 65 | { |
| 66 | return axtlsj.ssl_get_config(axtlsj.SSL_BUILD_MODE); |
| 67 | } |
| 68 | |
| 69 | /** |
| 70 | * @brief Return the number of chained certificates that the client/server |