MCPcopy
hub / github.com/openwrt/luci / buildMode

Method buildMode

libs/nixio/axTLS/bindings/java/SSLUtil.java:64–67  ·  view source on GitHub ↗

@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

()

Source from the content-addressed store, hash-verified

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

Callers 1

mainMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected