Searched refs:close_notify (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/kssl/
H A Dksslproto.h166 close_notify = 0, enumerator in enum:__anon4783
H A Dksslapi.c436 * the close_notify.
486 * We could well receive the close_notify which should
1043 if (level != alert_warning || desc != close_notify) {
1161 ssl->sendalert_desc = close_notify;
1181 * A NULL mp means a close_notify is requested.
1192 * Produce new close_notify message. This is necessary to perform
1193 * proper cleanup w.r.t. SSL protocol spec by sending close_notify SSL
1197 * close_notify but not all clients send it which would hang the
1202 * close_notify message twice in case of duplicate shutdown() calls.
1205 kssl_send_alert(ssl, alert_warning, close_notify);
[all...]

Completed in 46 milliseconds