Lines Matching full:peer
157 * Authorize peer access after SSL handshake completes.
271 * @param required Require peer to present valid certificate if true
403 * Determine whether the peer should be granted access or not. It's called
404 * once after the SSL handshake completes successfully, before peer certificate
407 * If a valid decision (ALLOW or DENY) is returned, the peer certificate is
410 * @param sa Peer IP address
411 * @return True if the peer is trusted, false otherwise
418 * Determine whether the peer should be granted access or not. It's called
419 * every time a DNS subjectAltName/common name is extracted from peer's
424 * @param name SubjectAltName or common name extracted from peer certificate
426 * @return True if the peer is trusted, false otherwise
436 * Determine whether the peer should be granted access or not. It's called
437 * every time an IP subjectAltName is extracted from peer's certificate.
439 * @param sa Peer IP address retrieved from the underlying socket
442 * @return True if the peer is trusted, false otherwise