Searched refs:SSL_shutdown (Results 1 - 25 of 29) sorted by relevance

12

/openbsd-current/lib/libssl/man/
H A DMakefile123 SSL_shutdown.3 \
/openbsd-current/regress/lib/libssl/verify/
H A Dverify.c235 * Do SSL_connect/SSL_accept/SSL_shutdown once and loop while hitting
244 /* Ignore erroneous error - see SSL_shutdown(3)... */
245 if (func == SSL_shutdown && ssl_err == SSL_ERROR_SYSCALL)
292 if (!push_data_to_peer(client_ssl, &client_ret, SSL_shutdown,
296 if (!push_data_to_peer(server_ssl, &server_ret, SSL_shutdown,
/openbsd-current/regress/lib/libssl/unit/
H A Dssl_get_shared_ciphers.c304 * Do SSL_connect/SSL_accept/SSL_shutdown once and loop while hitting
313 /* Ignore erroneous error - see SSL_shutdown(3)... */
314 if (func == SSL_shutdown && ssl_err == SSL_ERROR_SYSCALL)
361 if (!push_data_to_peer(client_ssl, &client_ret, SSL_shutdown,
365 if (!push_data_to_peer(server_ssl, &server_ret, SSL_shutdown,
/openbsd-current/regress/lib/libssl/shutdown/
H A Dshutdowntest.c187 ssl_ret = SSL_shutdown(ssl);
535 * It is not documented, however some software relies on SSL_shutdown()
551 if ((ret = SSL_shutdown(client)) != 0) {
552 fprintf(stderr, "FAIL: client SSL_shutdown() = %d, want %d\n",
562 if ((ret = SSL_shutdown(server)) != 0) {
563 fprintf(stderr, "FAIL: server SSL_shutdown() = %d, want %d\n",
573 if ((ret = SSL_shutdown(client)) != 1) {
574 fprintf(stderr, "FAIL: client SSL_shutdown() = %d, want %d\n",
585 if ((ret = SSL_shutdown(server)) != 1) {
586 fprintf(stderr, "FAIL: server SSL_shutdown()
[all...]
/openbsd-current/regress/lib/libssl/interop/
H A Dclient.c269 if ((error = SSL_shutdown(ssl)) < 0)
270 err_ssl(1, "SSL_shutdown unidirectional %d", error);
272 if ((error = SSL_shutdown(ssl)) <= 0)
273 err_ssl(1, "SSL_shutdown bidirectional %d",
H A Dserver.c305 if ((error = SSL_shutdown(ssl)) < 0)
306 err_ssl(1, "SSL_shutdown unidirectional %d", error);
308 if ((error = SSL_shutdown(ssl)) <= 0)
309 err_ssl(1, "SSL_shutdown bidirectional %d",
/openbsd-current/lib/libssl/
H A Dbio_ssl.c134 SSL_shutdown(bs->ssl);
297 SSL_shutdown(ssl);
590 SSL_shutdown(s);
H A Dssl_lib.c1287 SSL_shutdown(SSL *s) function
1306 LSSL_ALIAS(SSL_shutdown); variable
H A Dssl.h1358 int SSL_shutdown(SSL *s);
/openbsd-current/usr.bin/openssl/
H A Ds_time.c391 SSL_shutdown(scon);
H A Ds_client.c1321 SSL_shutdown(con);
1582 SSL_shutdown(con);
/openbsd-current/regress/lib/libssl/tls/
H A Dtlstest.c188 ssl_ret = SSL_shutdown(ssl);
/openbsd-current/lib/libssl/hidden/openssl/
H A Dssl.h292 LSSL_USED(SSL_shutdown); variable
/openbsd-current/usr.sbin/unbound/testcode/
H A Dstreamtcp.c528 SSL_shutdown(ssl);
H A Dpetal.c600 SSL_shutdown(ssl);
H A Ddohclient.c555 SSL_shutdown(ssl);
/openbsd-current/regress/lib/libssl/dtls/
H A Ddtlstest.c640 SSL_shutdown(ssl);
689 ssl_ret = SSL_shutdown(ssl);
/openbsd-current/usr.sbin/nsd/dnstap/
H A Ddnstap.c263 SSL_shutdown(dtw->ssl);
425 SSL_shutdown(dtw->ssl);
/openbsd-current/usr.sbin/unbound/smallapp/
H A Dunbound-anchor.c828 if(SSL_shutdown(ssl) == 0) {
829 SSL_shutdown(ssl);
/openbsd-current/lib/libtls/
H A Dtls.c937 ssl_ret = SSL_shutdown(ctx->ssl_conn);
/openbsd-current/usr.sbin/unbound/util/
H A Dnetevent.c1511 SSL_shutdown(c->ssl);
2901 SSL_shutdown(c->ssl);
4713 SSL_shutdown(c->ssl);
/openbsd-current/sbin/unwind/libunbound/util/
H A Dnetevent.c1511 SSL_shutdown(c->ssl);
2901 SSL_shutdown(c->ssl);
4713 SSL_shutdown(c->ssl);
/openbsd-current/usr.sbin/unbound/dnstap/
H A Ddtstream.c683 SSL_shutdown(dtio->ssl);
/openbsd-current/usr.sbin/nsd/
H A Dxfrd-tcp.c1606 SSL_shutdown(tp->ssl);
/openbsd-current/usr.sbin/unbound/services/
H A Doutside_network.c1190 SSL_shutdown(pend->c->ssl);

Completed in 464 milliseconds

12