Home
last modified time | relevance | path

Searched refs:SSL_ctrl (Results 1 – 9 of 9) sorted by relevance

/openssl/include/openssl/
H A Dtls1.h294 SSL_ctrl(s,SSL_CTRL_SET_TLSEXT_HOSTNAME,TLSEXT_NAMETYPE_host_name,\
302 SSL_ctrl(ssl,SSL_CTRL_SET_TLSEXT_DEBUG_ARG,0,arg)
305 SSL_ctrl(ssl,SSL_CTRL_GET_TLSEXT_STATUS_REQ_TYPE,0,NULL)
308 SSL_ctrl(ssl,SSL_CTRL_SET_TLSEXT_STATUS_REQ_TYPE,type,NULL)
311 SSL_ctrl(ssl,SSL_CTRL_GET_TLSEXT_STATUS_REQ_EXTS,0,arg)
314 SSL_ctrl(ssl,SSL_CTRL_SET_TLSEXT_STATUS_REQ_EXTS,0,arg)
317 SSL_ctrl(ssl,SSL_CTRL_GET_TLSEXT_STATUS_REQ_IDS,0,arg)
320 SSL_ctrl(ssl,SSL_CTRL_SET_TLSEXT_STATUS_REQ_IDS,0,arg)
323 SSL_ctrl(ssl,SSL_CTRL_GET_TLSEXT_STATUS_REQ_OCSP_RESP,0,arg)
326 SSL_ctrl(ssl,SSL_CTRL_SET_TLSEXT_STATUS_REQ_OCSP_RESP,arglen,arg)
H A Dssl.h.in612 SSL_ctrl((ssl),SSL_CTRL_CLEAR_MODE,(op),NULL)
614 SSL_ctrl((ssl),SSL_CTRL_MODE,(op),NULL)
616 SSL_ctrl((ssl),SSL_CTRL_MODE,0,NULL)
618 SSL_ctrl((ssl),SSL_CTRL_SET_MTU,(mtu),NULL)
630 SSL_ctrl((s),SSL_CTRL_CERT_FLAGS,(op),NULL)
1359 SSL_ctrl(s,SSL_CTRL_SET_DH_AUTO,onoff,NULL)
1409 SSL_ctrl(s,SSL_CTRL_CHAIN,0,(char *)(sk))
1411 SSL_ctrl(s,SSL_CTRL_CHAIN,1,(char *)(sk))
1479 SSL_ctrl(s,SSL_CTRL_GET_SIGNATURE_NID,0,pn)
1483 SSL_ctrl(s,SSL_CTRL_GET_PEER_TMP_KEY,0,pk)
[all …]
/openssl/doc/man3/
H A DSSL_CTX_ctrl.pod5 SSL_CTX_ctrl, SSL_CTX_callback_ctrl, SSL_ctrl, SSL_callback_ctrl - internal handling functions for …
14 long SSL_ctrl(SSL *ssl, int cmd, long larg, void *parg);
H A DSSL_get_value_uint.pod335 L<SSL_ctrl(3)>, L<SSL_get_accept_stream_queue_len(3)>,
/openssl/util/
H A Dlibssl.num226 SSL_ctrl 227 3_0_0 EXIST::FUNCTION:
/openssl/test/
H A Dssl_old_test.c891 return SSL_ctrl(ssl, setting, ver, NULL); in set_protocol_version()
/openssl/ssl/quic/
H A Dquic_impl.c1388 return SSL_ctrl(ctx.qc->tls, cmd, larg, parg); in ossl_quic_ctrl()
/openssl/ssl/
H A Dssl_lib.c2910 long SSL_ctrl(SSL *s, int cmd, long larg, void *parg) in SSL_ctrl() function
3038 return SSL_ctrl((SSL *)sc, cmd, larg, parg); in ossl_ctrl_internal()
/openssl/doc/designs/quic-design/
H A Dquic-api-ssl-funcs.md201 | `SSL_ctrl` | Object | ��U | ��A | ��NC\* †4 | ��Done …

Completed in 104 milliseconds