Home | History | Annotate | Download | only in openssl

Lines Matching full:sets

366 /* SSL_CTX_set_quiet_shutdown sets quiet shutdown on |ctx| to |mode|. If
375 /* SSL_set_quiet_shutdown sets quiet shutdown on |ssl| to |mode|. If enabled,
471 /* SSL_set_mtu sets the |ssl|'s MTU in DTLS to |mtu|. It returns one on success
476 * timeout in progress, it sets |*out| to the time remaining and returns one.
519 /* SSL_CTX_set_min_version sets the minimum protocol version for |ctx| to
523 /* SSL_CTX_set_max_version sets the maximum protocol version for |ctx| to
527 /* SSL_set_min_version sets the minimum protocol version for |ssl| to
531 /* SSL_set_max_version sets the maximum protocol version for |ssl| to
682 /* SSL_CTX_use_certificate sets |ctx|'s leaf certificate to |x509|. It returns
686 /* SSL_use_certificate sets |ssl|'s leaf certificate to |x509|. It returns one
690 /* SSL_CTX_use_PrivateKey sets |ctx|'s private key to |pkey|. It returns one on
694 /* SSL_use_PrivateKey sets |ssl|'s private key to |pkey|. It returns one on
698 /* SSL_CTX_set0_chain sets |ctx|'s certificate chain, excluding the leaf, to
703 /* SSL_CTX_set1_chain sets |ctx|'s certificate chain, excluding the leaf, to
708 /* SSL_set0_chain sets |ssl|'s certificate chain, excluding the leaf, to
713 /* SSL_set1_chain sets
750 /* SSL_CTX_set_cert_cb sets a callback that is called to select a certificate.
762 /* SSL_set_cert_cb sets a callback that is called to select a certificate. The
773 /* SSL_get0_certificate_types, for a client, sets |*out_types| to an array
807 /* SSL_CTX_get0_chain_certs sets |*out_chain| to |ctx|'s certificate chain and
816 /* SSL_get0_chain_certs sets |*out_chain| to |ssl|'s certificate chain and
821 /* SSL_CTX_set_signed_cert_timestamp_list sets the list of signed certificate
833 /* SSL_CTX_set_ocsp_response sets the OCSP reponse that is sent to clients
851 /* SSL_CTX_use_RSAPrivateKey sets |ctx|'s private key to |rsa|. It returns one
855 /* SSL_use_RSAPrivateKey sets |ctx|'s private key to |rsa|. It returns one on
911 /* SSL_CTX_set_default_passwd_cb sets the password callback for PEM-based
916 /* SSL_CTX_set_default_passwd_cb_userdata sets the userdata parameter for
973 * decrypted data to |out| and sets |*out_len| to the actual number of bytes
1250 /* SSL_get0_signed_cert_timestamp_list sets |*out| and |*out_len| to point to
1262 /* SSL_get0_ocsp_response sets |*out| and |*out_len| to point to |*out_len|
1271 * for |ssl| to |out| and sets |*out_len| to the number of bytes written. It
1429 /* SSL_SESSION_to_bytes serializes |in| into a newly allocated buffer and sets
1452 * ID and sets |*out_len| to its length. */
1476 /* SSL_SESSION_set_time sets |session|'s creation time to |time| and returns
1481 /* SSL_SESSION_set_timeout sets |session|'s timeout to |timeout| and returns
1486 /* SSL_SESSION_set1_id_context sets |session|'s session ID context (see
1547 /* SSL_CTX_set_session_cache_mode sets the session cache mode bits for |ctx| to
1577 /* SSL_CTX_set_timeout sets the lifetime, in seconds, of sessions created in
1585 /* SSL_CTX_set_session_id_context sets |ctx|'s session ID context to |sid_ctx|.
1600 /* SSL_set_session_id_context sets |ssl|'s session ID context to |sid_ctx|. It
1610 /* SSL_CTX_sess_set_cache_size sets the maximum size of |ctx|'s internal session
1639 /* SSL_CTX_sess_set_new_cb sets the callback to be called when a new session is
1665 /* SSL_CTX_sess_set_remove_cb sets a callback which is called when a session is
1679 /* SSL_CTX_sess_set_get_cb sets a callback to look up a session by ID for a
1738 /* SSL_CTX_set_tlsext_ticket_keys sets |ctx|'s session ticket key material to
1748 /* SSL_CTX_set_tlsext_ticket_key_cb sets the ticket callback to |callback| and
1787 /* SSL_CTX_set1_curves sets the preferred curves for |ctx| to be |curves|. Each
1793 /* SSL_set1_curves sets the preferred curves for |ssl| to be |curves|. Each
1930 /* SSL_CTX_set_verify_depth sets the maximum depth of a certificate chain
1935 /* SSL_set_verify_depth sets the maximum depth of a certificate chain accepted
1948 /* SSL_CTX_set1_param sets verification parameters from |param|. It returns one
1953 /* SSL_set1_param sets verification parameters from |param|. It returns one on
1968 /* SSL_CTX_set_purpose sets |ctx|'s |X509_VERIFY_PARAM|'s 'purpose' parameter to
1972 /* SSL_set_purpose sets |ssl|'s |X509_VERIFY_PARAM|'s 'purpose' parameter to
1976 /* SSL_CTX_set_trust sets |ctx|'s |X509_VERIFY_PARAM|'s 'trust' parameter to
1980 /* SSL_set_trust sets |ssl|'s |X509_VERIFY_PARAM|'s 'trust' parameter to
1984 /* SSL_CTX_set_cert_store sets |ctx|'s certificate store to |store|. It takes
2022 /* SSL_CTX_set_cert_verify_callback sets a custom callback to be called on
2072 /* SSL_set_client_CA_list sets |ssl|'s client certificate CA list to
2077 /* SSL_CTX_set_client_CA_list sets |ctx|'s client certificate CA list to
2163 /* SSL_CTX_set_tlsext_servername_arg sets the argument to the servername
2180 /* SSL_CTX_set_alpn_protos sets the client ALPN protocol list on |ctx| to
2190 /* SSL_set_alpn_protos sets the client ALPN protocol list on |ssl| to |protos|.
2200 /* SSL_CTX_set_alpn_select_cb sets a callback function on |ctx| that is called
2217 * On return it sets |*out_data| to point to |*out_len| bytes of protocol name
2230 /* SSL_CTX_set_next_protos_advertised_cb sets a callback that is called when a
2244 /* SSL_CTX_set_next_proto_select_cb sets a callback that is called when a client
2260 /* SSL_get0_next_proto_negotiated sets |*out_data| and |*out_len| to point to
2343 /* SSL_CTX_set_channel_id_cb sets a callback to be called when a TLS Channel ID
2419 /* SSL_CTX_set_psk_client_callback sets the callback to be called when PSK is
2436 /* SSL_set_psk_client_callback sets the callback to be called when PSK is
2446 /* SSL_CTX_set_psk_server_callback sets the callback to be called when PSK is
2459 /* SSL_set_psk_server_callback sets the callback to be called when PSK is
2579 /* SSL_get_rc4_state sets |*read_key| and |*write_key| to the RC4 states for
2585 /* SSL_get_ivs sets |*out_iv_len| to the length of the IVs for the ciphers
2586 * underlying |ssl| and sets |*out_read_iv| and |*out_write_iv| to point to the
2620 /* SSL_CTX_set_msg_callback_arg sets the |arg| parameter of the message
2630 /* SSL_set_msg_callback_arg sets the |arg| parameter of the message callback. */
2682 /* SSL_CTX_set_max_cert_list sets the maximum length, in bytes, of a peer
2692 /* SSL_set_max_cert_list sets the maximum length, in bytes, of a peer
2697 /* SSL_CTX_set_max_send_fragment sets the maximum length, in bytes, of records
2703 /* SSL_set_max_send_fragment sets the maximum length, in bytes, of records
2728 * sets |out_data| to point to the extension contents (not including the type
2729 * and length bytes), sets |out_len| to the length of the extension contents
2735 /* SSL_CTX_set_select_certificate_cb sets a callback that is called before most
2750 /* SSL_CTX_set_dos_protection_cb sets a callback that is called once the
3044 * frees |*out| and sets |*out| to the new |SSL_SESSION|. */
3164 /* SSL_CTX_set_client_cert_cb sets a callback which is called on the client if
3554 /* custom_*_extensions stores any callback sets for custom extensions. Note
3691 * time. It sets |*out_clock| to the current time. */