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

Method handshakeStatus

libs/nixio/axTLS/bindings/java/SSL.java:82–85  ·  view source on GitHub ↗

@brief Return the result of a handshake. @return SSL_OK if the handshake is complete and ok. @see ssl.h for the error code list.

()

Source from the content-addressed store, hash-verified

80 * @see ssl.h for the error code list.
81 */
82 public int handshakeStatus()
83 {
84 return axtlsj.ssl_handshake_status(m_ssl);
85 }
86
87 /**
88 * @brief Return the SSL cipher id.

Callers 2

do_serverMethod · 0.95
do_clientMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected