Home
last modified time | relevance | path

Searched refs:SSL_CONNECTION (Results 1 – 25 of 49) sorted by relevance

12

/openssl/ssl/statem/
H A Dstatem_local.h67 int ssl3_take_mac(SSL_CONNECTION *s);
70 int create_synthetic_message_hash(SSL_CONNECTION *s,
74 int parse_ca_names(SSL_CONNECTION *s, PACKET *pkt);
75 const STACK_OF(X509_NAME) *get_ca_names(SSL_CONNECTION *s);
88 int ossl_statem_client_construct_message(SSL_CONNECTION *s,
90 size_t ossl_statem_client_max_message_size(SSL_CONNECTION *s);
103 int ossl_statem_server_construct_message(SSL_CONNECTION *s,
114 __owur int dtls_get_message(SSL_CONNECTION *s, int *mt);
133 __owur WORK_STATE dtls_wait_for_dry(SSL_CONNECTION *s);
244 int ossl_gost18_cke_cipher_nid(const SSL_CONNECTION *s);
[all …]
H A Dstatem.c129 void ossl_statem_clear(SSL_CONNECTION *s) in ossl_statem_clear()
140 void ossl_statem_set_renegotiate(SSL_CONNECTION *s) in ossl_statem_set_renegotiate()
194 int ossl_statem_in_error(const SSL_CONNECTION *s) in ossl_statem_in_error()
209 int ossl_statem_get_in_handshake(SSL_CONNECTION *s) in ossl_statem_get_in_handshake()
223 int ossl_statem_skip_early_data(SSL_CONNECTION *s) in ossl_statem_skip_early_data()
314 static info_cb get_callback(SSL_CONNECTION *s) in get_callback()
589 int (*transition) (SSL_CONNECTION *s, int mt); in read_state_machine()
747 static int statem_do_write(SSL_CONNECTION *s) in statem_do_write()
807 WRITE_TRAN(*transition) (SSL_CONNECTION *s); in write_state_machine()
962 int statem_flush(SSL_CONNECTION *s) in statem_flush()
[all …]
H A Dextensions.c31 static int init_npn(SSL_CONNECTION *s, unsigned int context);
33 static int init_alpn(SSL_CONNECTION *s, unsigned int context);
39 static int init_certificate_authorities(SSL_CONNECTION *s,
50 static int init_srp(SSL_CONNECTION *s, unsigned int context);
53 static int init_etm(SSL_CONNECTION *s, unsigned int context);
54 static int init_ems(SSL_CONNECTION *s, unsigned int context);
59 static int init_srtp(SSL_CONNECTION *s, unsigned int context);
90 int (*init)(SSL_CONNECTION *s, unsigned int context);
1207 static int init_sig_algs_cert(SSL_CONNECTION *s, in init_sig_algs_cert()
1775 static int init_post_handshake_auth(SSL_CONNECTION *s, in init_post_handshake_auth()
[all …]
H A Dextensions_srvr.c41 int tls_parse_ctos_renegotiate(SSL_CONNECTION *s, PACKET *pkt, in tls_parse_ctos_renegotiate()
104 int tls_parse_ctos_server_name(SSL_CONNECTION *s, PACKET *pkt, in tls_parse_ctos_server_name()
176 int tls_parse_ctos_maxfragmentlen(SSL_CONNECTION *s, PACKET *pkt, in tls_parse_ctos_maxfragmentlen()
239 int tls_parse_ctos_ec_pt_formats(SSL_CONNECTION *s, PACKET *pkt, in tls_parse_ctos_ec_pt_formats()
263 int tls_parse_ctos_session_ticket(SSL_CONNECTION *s, PACKET *pkt, in tls_parse_ctos_session_ticket()
278 int tls_parse_ctos_sig_algs_cert(SSL_CONNECTION *s, PACKET *pkt, in tls_parse_ctos_sig_algs_cert()
299 int tls_parse_ctos_sig_algs(SSL_CONNECTION *s, PACKET *pkt, in tls_parse_ctos_sig_algs()
319 int tls_parse_ctos_status_request(SSL_CONNECTION *s, PACKET *pkt, in tls_parse_ctos_status_request()
479 int tls_parse_ctos_use_srtp(SSL_CONNECTION *s, PACKET *pkt, in tls_parse_ctos_use_srtp()
560 int tls_parse_ctos_psk_kex_modes(SSL_CONNECTION *s, PACKET *pkt, in tls_parse_ctos_psk_kex_modes()
[all …]
H A Dextensions_clnt.c15 EXT_RETURN tls_construct_ctos_renegotiate(SSL_CONNECTION *s, WPACKET *pkt, in tls_construct_ctos_renegotiate()
113 EXT_RETURN tls_construct_ctos_srp(SSL_CONNECTION *s, WPACKET *pkt, in tls_construct_ctos_srp()
416 EXT_RETURN tls_construct_ctos_npn(SSL_CONNECTION *s, WPACKET *pkt, in tls_construct_ctos_npn()
505 EXT_RETURN tls_construct_ctos_etm(SSL_CONNECTION *s, WPACKET *pkt, in tls_construct_ctos_etm()
1257 int tls_parse_stoc_renegotiate(SSL_CONNECTION *s, PACKET *pkt, in tls_parse_stoc_renegotiate()
1351 int tls_parse_stoc_server_name(SSL_CONNECTION *s, PACKET *pkt, in tls_parse_stoc_server_name()
1380 int tls_parse_stoc_ec_pt_formats(SSL_CONNECTION *s, PACKET *pkt, in tls_parse_stoc_ec_pt_formats()
1716 int tls_parse_stoc_use_srtp(SSL_CONNECTION *s, PACKET *pkt, in tls_parse_stoc_use_srtp()
1829 int tls_parse_stoc_key_share(SSL_CONNECTION *s, PACKET *pkt, in tls_parse_stoc_key_share()
1984 int tls_parse_stoc_early_data(SSL_CONNECTION *s, PACKET *pkt, in tls_parse_stoc_early_data()
[all …]
H A Dstatem_dtls.c51 static unsigned char *dtls1_write_message_header(SSL_CONNECTION *s,
109 int dtls1_do_write(SSL_CONNECTION *s, uint8_t type) in dtls1_do_write()
323 int dtls_get_message(SSL_CONNECTION *s, int *mt) in dtls_get_message()
383 int dtls_get_message_body(SSL_CONNECTION *s, size_t *len) in dtls_get_message_body()
432 static int dtls1_preprocess_fragment(SSL_CONNECTION *s, in dtls1_preprocess_fragment()
593 static int dtls1_reassemble_fragment(SSL_CONNECTION *s, in dtls1_reassemble_fragment()
1013 WORK_STATE dtls_wait_for_dry(SSL_CONNECTION *s) in dtls_wait_for_dry()
1049 int dtls1_read_failed(SSL_CONNECTION *s, int code) in dtls1_read_failed()
1089 int dtls1_retransmit_buffered_messages(SSL_CONNECTION *s) in dtls1_retransmit_buffered_messages()
1111 int dtls1_buffer_message(SSL_CONNECTION *s, int is_ccs) in dtls1_buffer_message()
[all …]
H A Dstatem_clnt.c37 static ossl_inline int cert_req_allowed(SSL_CONNECTION *s);
38 static int key_exchange_expected(SSL_CONNECTION *s);
42 static ossl_inline int received_server_cert(SSL_CONNECTION *sc) in received_server_cert()
54 static ossl_inline int cert_req_allowed(SSL_CONNECTION *s) in cert_req_allowed()
72 static int key_exchange_expected(SSL_CONNECTION *s) in key_exchange_expected()
428 static int do_compressed_cert(SSL_CONNECTION *sc) in do_compressed_cert()
1378 static int set_client_ciphersuite(SSL_CONNECTION *s, in set_client_ciphersuite()
2913 int tls_process_initial_server_flight(SSL_CONNECTION *s) in tls_process_initial_server_flight()
3365 int ossl_gost18_cke_cipher_nid(const SSL_CONNECTION *s) in ossl_gost18_cke_cipher_nid()
3577 int tls_client_key_exchange_post_work(SSL_CONNECTION *s) in tls_client_key_exchange_post_work()
[all …]
H A Dstatem_lib.c45 SSL_CONNECTION *sc = SSL_CONNECTION_FROM_SSL(s); in ossl_statem_set_mutator()
61 int ssl3_do_write(SSL_CONNECTION *s, uint8_t type) in ssl3_do_write()
138 int tls_setup_handshake(SSL_CONNECTION *s) in tls_setup_handshake()
750 int ssl3_take_mac(SSL_CONNECTION *s) in ssl3_take_mac()
1098 EVP_PKEY* tls_get_peer_pkey(const SSL_CONNECTION *sc) in tls_get_peer_pkey()
1779 int ssl_allow_compression(SSL_CONNECTION *s) in ssl_allow_compression()
1900 static int is_tls13_capable(const SSL_CONNECTION *s) in is_tls13_capable()
2010 int ssl_check_version_downgrade(SSL_CONNECTION *s) in ssl_check_version_downgrade()
2532 int ssl_set_client_hello_version(SSL_CONNECTION *s) in ssl_set_client_hello_version()
2599 int create_synthetic_message_hash(SSL_CONNECTION *s, in create_synthetic_message_hash()
[all …]
H A Dstatem_srvr.c349 static int send_server_key_exchange(SSL_CONNECTION *s) in send_server_key_exchange()
389 static int get_compressed_certificate_alg(SSL_CONNECTION *sc) in get_compressed_certificate_alg()
412 int send_certificate_request(SSL_CONNECTION *s) in send_certificate_request()
455 static int do_compressed_cert(SSL_CONNECTION *sc) in do_compressed_cert()
1093 int ossl_statem_server_construct_message(SSL_CONNECTION *s, in ossl_statem_server_construct_message()
1219 size_t ossl_statem_server_max_message_size(SSL_CONNECTION *s) in ossl_statem_server_max_message_size()
1336 static int ssl_check_srp_ext_ClientHello(SSL_CONNECTION *s) in ssl_check_srp_ext_ClientHello()
1417 static void ssl_check_for_safari(SSL_CONNECTION *s, in ssl_check_for_safari()
2144 static int tls_handle_status_request(SSL_CONNECTION *s) in tls_handle_status_request()
2195 int tls_handle_alpn(SSL_CONNECTION *s) in tls_handle_alpn()
[all …]
/openssl/include/internal/
H A Dstatem.h135 typedef struct ssl_connection_st SSL_CONNECTION; typedef
140 void ossl_statem_clear(SSL_CONNECTION *s);
141 void ossl_statem_set_renegotiate(SSL_CONNECTION *s);
142 void ossl_statem_send_fatal(SSL_CONNECTION *s, int al);
152 int ossl_statem_in_error(const SSL_CONNECTION *s);
153 void ossl_statem_set_in_init(SSL_CONNECTION *s, int init);
154 int ossl_statem_get_in_handshake(SSL_CONNECTION *s);
156 __owur int ossl_statem_skip_early_data(SSL_CONNECTION *s);
158 void ossl_statem_set_hello_verify_done(SSL_CONNECTION *s);
160 __owur int ossl_statem_export_allowed(SSL_CONNECTION *s);
[all …]
/openssl/ssl/
H A Dssl_local.h2102 int (*setup_key_block) (SSL_CONNECTION *);
2124 int (*do_write) (SSL_CONNECTION *s);
2477 int ssl_clear_bad_session(SSL_CONNECTION *s);
2556 void ssl_set_masks(SSL_CONNECTION *s);
2590 int ssl3_init_finished_mac(SSL_CONNECTION *s);
2611 void ssl3_free_digest_list(SSL_CONNECTION *s);
2681 void dtls1_start_timer(SSL_CONNECTION *s);
2682 void dtls1_stop_timer(SSL_CONNECTION *s);
2688 __owur int dtls1_query_mtu(SSL_CONNECTION *s);
2703 int ssl_free_wbio_buffer(SSL_CONNECTION *s);
[all …]
H A Dssl_lib.c184 static int ssl_dane_dup(SSL_CONNECTION *to, SSL_CONNECTION *from) in ssl_dane_dup()
732 SSL_CONNECTION *s; in ossl_ssl_connection_new_int()
1404 SSL_CONNECTION *s; in ossl_ssl_connection_free()
1912 const SSL_CONNECTION *sc; in SSL_has_pending()
2041 const SSL_CONNECTION *sc; in SSL_check_private_key()
2253 SSL_CONNECTION *sc; in ssl_io_intern()
4347 void ssl_set_masks(SSL_CONNECTION *s) in ssl_set_masks()
4915 SSL_CONNECTION *retsc; in SSL_dup()
6039 SSL_CONNECTION *sc; in SSL_set_options()
7351 SSL_CONNECTION *sc; in SSL_handle_events()
[all …]
H A Dd1_lib.c18 static int dtls1_handshake_write(SSL_CONNECTION *s);
109 static void dtls1_clear_queues(SSL_CONNECTION *s) in dtls1_clear_queues()
115 void dtls1_clear_received_buffer(SSL_CONNECTION *s) in dtls1_clear_received_buffer()
127 void dtls1_clear_sent_buffer(SSL_CONNECTION *s) in dtls1_clear_sent_buffer()
278 void dtls1_start_timer(SSL_CONNECTION *s) in dtls1_start_timer()
332 int dtls1_is_timer_expired(SSL_CONNECTION *s) in dtls1_is_timer_expired()
355 void dtls1_stop_timer(SSL_CONNECTION *s) in dtls1_stop_timer()
366 int dtls1_check_timeout_num(SSL_CONNECTION *s) in dtls1_check_timeout_num()
391 int dtls1_handle_timeout(SSL_CONNECTION *s) in dtls1_handle_timeout()
887 int dtls1_query_mtu(SSL_CONNECTION *s) in dtls1_query_mtu()
[all …]
H A Dtls_srp.c60 int ssl_srp_ctx_free_intern(SSL_CONNECTION *s) in ssl_srp_ctx_free_intern()
81 SSL_CONNECTION *sc = SSL_CONNECTION_FROM_SSL(s); in SSL_SRP_CTX_free()
91 int ssl_srp_ctx_init_intern(SSL_CONNECTION *s) in ssl_srp_ctx_init_intern()
162 SSL_CONNECTION *sc = SSL_CONNECTION_FROM_SSL(s); in SSL_SRP_CTX_init()
230 SSL_CONNECTION *sc = SSL_CONNECTION_FROM_SSL(s); in SSL_srp_server_param_with_username()
246 SSL_CONNECTION *sc = SSL_CONNECTION_FROM_SSL(s); in SSL_set_srp_server_param_pw()
271 SSL_CONNECTION *sc = SSL_CONNECTION_FROM_SSL(s); in SSL_set_srp_server_param()
410 int srp_verify_server_param(SSL_CONNECTION *s) in srp_verify_server_param()
447 int ssl_srp_calc_a_param_intern(SSL_CONNECTION *s) in ssl_srp_calc_a_param_intern()
465 SSL_CONNECTION *sc = SSL_CONNECTION_FROM_SSL(s); in SRP_Calc_A_param()
[all …]
H A Ds3_enc.c18 static int ssl3_generate_key_block(SSL_CONNECTION *s, unsigned char *km, int num) in ssl3_generate_key_block()
90 int ssl3_change_cipher_state(SSL_CONNECTION *s, int which) in ssl3_change_cipher_state()
161 int ssl3_setup_key_block(SSL_CONNECTION *s) in ssl3_setup_key_block()
213 void ssl3_cleanup_key_block(SSL_CONNECTION *s) in ssl3_cleanup_key_block()
220 int ssl3_init_finished_mac(SSL_CONNECTION *s) in ssl3_init_finished_mac()
239 void ssl3_free_digest_list(SSL_CONNECTION *s) in ssl3_free_digest_list()
247 int ssl3_finish_mac(SSL_CONNECTION *s, const unsigned char *buf, size_t len) in ssl3_finish_mac()
272 int ssl3_digest_cached_records(SSL_CONNECTION *s, int keep) in ssl3_digest_cached_records()
321 size_t ssl3_final_finish_mac(SSL_CONNECTION *s, const char *sender, size_t len, in ssl3_final_finish_mac()
374 int ssl3_generate_master_secret(SSL_CONNECTION *s, unsigned char *out, in ssl3_generate_master_secret()
H A Dtls13_enc.c99 int tls13_hkdf_expand(SSL_CONNECTION *s, const EVP_MD *md, in tls13_hkdf_expand()
121 int tls13_derive_key(SSL_CONNECTION *s, const EVP_MD *md, in tls13_derive_key()
136 int tls13_derive_iv(SSL_CONNECTION *s, const EVP_MD *md, in tls13_derive_iv()
147 int tls13_derive_finishedkey(SSL_CONNECTION *s, const EVP_MD *md, in tls13_derive_finishedkey()
163 int tls13_generate_secret(SSL_CONNECTION *s, const EVP_MD *md, in tls13_generate_secret()
230 int tls13_generate_handshake_secret(SSL_CONNECTION *s, in tls13_generate_handshake_secret()
322 int tls13_setup_key_block(SSL_CONNECTION *s) in tls13_setup_key_block()
448 int tls13_change_cipher_state(SSL_CONNECTION *s, int which) in tls13_change_cipher_state()
755 int tls13_update_key(SSL_CONNECTION *s, int sending) in tls13_update_key()
830 int tls13_export_keying_material(SSL_CONNECTION *s, in tls13_export_keying_material()
[all …]
H A Dd1_srtp.c153 SSL_CONNECTION *sc = SSL_CONNECTION_FROM_SSL_ONLY(s); in SSL_set_tlsext_use_srtp()
163 SSL_CONNECTION *sc = SSL_CONNECTION_FROM_SSL_ONLY(s); in STACK_OF()
178 SSL_CONNECTION *sc = SSL_CONNECTION_FROM_SSL_ONLY(s); in SSL_get_selected_srtp_profile()
H A Dt1_lib.c115 SSL_CONNECTION *sc = SSL_CONNECTION_FROM_SSL(s); in tls1_free()
126 SSL_CONNECTION *sc = SSL_CONNECTION_FROM_SSL(s); in tls1_clear()
2114 int ssl_set_client_disabled(SSL_CONNECTION *s) in ssl_set_client_disabled()
2186 int tls_use_ticket(SSL_CONNECTION *s) in tls_use_ticket()
2193 int tls1_set_server_sigalgs(SSL_CONNECTION *s) in tls1_set_server_sigalgs()
2838 int tls1_process_sigalgs(SSL_CONNECTION *s) in tls1_process_sigalgs()
2870 SSL_CONNECTION *sc = SSL_CONNECTION_FROM_SSL(s); in SSL_get_sigalgs()
2906 SSL_CONNECTION *sc = SSL_CONNECTION_FROM_SSL(s); in SSL_get_shared_sigalgs()
3469 void tls1_set_cert_validity(SSL_CONNECTION *s) in tls1_set_cert_validity()
3485 SSL_CONNECTION *sc = SSL_CONNECTION_FROM_SSL(s); in SSL_check_chain()
[all …]
H A Dssl_cert_comp.c196 SSL_CONNECTION *sc = SSL_CONNECTION_FROM_SSL(ssl); in ssl_get_cert_to_compress()
258 SSL_CONNECTION *sc = SSL_CONNECTION_FROM_SSL(ssl); in ssl_compress_certs()
303 SSL_CONNECTION *sc = SSL_CONNECTION_FROM_SSL(ssl); in ssl_get_compressed_cert()
372 SSL_CONNECTION *sc = SSL_CONNECTION_FROM_SSL(ssl); in SSL_set1_cert_comp_preference()
385 SSL_CONNECTION *sc = SSL_CONNECTION_FROM_SSL(ssl); in SSL_compress_certs()
413 SSL_CONNECTION *sc = SSL_CONNECTION_FROM_SSL(ssl); in SSL_get1_compressed_cert()
455 SSL_CONNECTION *sc = SSL_CONNECTION_FROM_SSL(ssl); in SSL_set1_compressed_cert()
H A Dssl_cert.c331 int ssl_cert_add0_chain_cert(SSL_CONNECTION *s, SSL_CTX *ctx, X509 *x) in ssl_cert_add0_chain_cert()
531 int ssl_verify_rpk(SSL_CONNECTION *s, EVP_PKEY *rpk) in ssl_verify_rpk()
543 int ssl_verify_cert_chain(SSL_CONNECTION *s, STACK_OF(X509) *sk) in ssl_verify_cert_chain()
581 SSL_CONNECTION *sc = SSL_CONNECTION_FROM_SSL(s); in SSL_set0_CA_list()
601 const SSL_CONNECTION *sc = SSL_CONNECTION_FROM_CONST_SSL(s); in STACK_OF()
621 SSL_CONNECTION *sc = SSL_CONNECTION_FROM_SSL(s); in SSL_set_client_CA_list()
631 const SSL_CONNECTION *sc = SSL_CONNECTION_FROM_CONST_SSL(s); in STACK_OF()
641 const SSL_CONNECTION *sc = SSL_CONNECTION_FROM_CONST_SSL(s); in STACK_OF()
673 SSL_CONNECTION *sc = SSL_CONNECTION_FROM_SSL(ssl); in SSL_add1_to_CA_list()
692 SSL_CONNECTION *sc = SSL_CONNECTION_FROM_SSL(ssl); in SSL_add_client_CA()
[all …]
H A Ds3_msg.c12 int ssl3_do_change_cipher_spec(SSL_CONNECTION *s) in ssl3_do_change_cipher_spec()
44 int ssl3_send_alert(SSL_CONNECTION *s, int level, int desc) in ssl3_send_alert()
82 SSL_CONNECTION *sc = SSL_CONNECTION_FROM_SSL(s); in ssl3_dispatch_alert()
/openssl/ssl/record/
H A Drecord.h73 SSL_CONNECTION *s;
137 void RECORD_LAYER_init(RECORD_LAYER *rl, SSL_CONNECTION *s);
157 __owur int dtls1_write_bytes(SSL_CONNECTION *s, uint8_t type, const void *buf,
159 int do_dtls1_write(SSL_CONNECTION *s, uint8_t type, const unsigned char *buf,
161 void dtls1_increment_epoch(SSL_CONNECTION *s, int rw);
162 uint16_t dtls1_get_epoch(SSL_CONNECTION *s, int rw);
163 int ssl_release_record(SSL_CONNECTION *s, TLS_RECORD *rr, size_t length);
171 int ossl_tls_handle_rlayer_return(SSL_CONNECTION *s, int writing, int ret,
174 int ssl_set_new_record_layer(SSL_CONNECTION *s, int version,
183 int ssl_set_record_protocol_version(SSL_CONNECTION *s, int vers);
H A Drec_layer_s3.c26 void RECORD_LAYER_init(RECORD_LAYER *rl, SSL_CONNECTION *s) in RECORD_LAYER_init()
117 static uint32_t ossl_get_max_early_data(SSL_CONNECTION *s) in ossl_get_max_early_data()
176 const SSL_CONNECTION *sc = SSL_CONNECTION_FROM_CONST_SSL(s); in ssl3_pending()
210 SSL_CONNECTION *sc = SSL_CONNECTION_FROM_SSL(s); in SSL_set_default_read_buffer_len()
277 SSL_CONNECTION *s = SSL_CONNECTION_FROM_SSL_ONLY(ssl); in ssl3_write_bytes()
623 SSL_CONNECTION *s = SSL_CONNECTION_FROM_SSL_ONLY(ssl); in ssl3_read_bytes()
1133 SSL_CONNECTION *s = cbarg; in rlayer_msg_callback_wrapper()
1145 SSL_CONNECTION *s = cbarg; in rlayer_security_wrapper()
1153 SSL_CONNECTION *s = cbarg; in rlayer_padding_wrapper()
1168 void ossl_ssl_set_custom_record_layer(SSL_CONNECTION *s, in ossl_ssl_set_custom_record_layer()
[all …]
H A Drec_layer_d1.c74 static int dtls_buffer_record(SSL_CONNECTION *s, TLS_RECORD *rec) in dtls_buffer_record()
139 static void dtls_unbuffer_record(SSL_CONNECTION *s) in dtls_unbuffer_record()
206 SSL_CONNECTION *sc = SSL_CONNECTION_FROM_SSL(s); in dtls1_read_bytes()
607 int dtls1_write_bytes(SSL_CONNECTION *s, uint8_t type, const void *buf, in dtls1_write_bytes()
621 int do_dtls1_write(SSL_CONNECTION *sc, uint8_t type, const unsigned char *buf, in do_dtls1_write()
668 void dtls1_increment_epoch(SSL_CONNECTION *s, int rw) in dtls1_increment_epoch()
683 uint16_t dtls1_get_epoch(SSL_CONNECTION *s, int rw) { in dtls1_get_epoch()
/openssl/test/
H A Dtls13secretstest.c129 int ssl3_digest_cached_records(SSL_CONNECTION *s, int keep) in ssl3_digest_cached_records()
137 int ssl_handshake_hash(SSL_CONNECTION *s, unsigned char *out, size_t outlen, in ssl_handshake_hash()
155 const EVP_MD *ssl_handshake_md(SSL_CONNECTION *s) in ssl_handshake_md()
187 int ssl_log_secret(SSL_CONNECTION *sc, in ssl_log_secret()
200 void ossl_statem_send_fatal(SSL_CONNECTION *s, int al) in ossl_statem_send_fatal()
204 void ossl_statem_fatal(SSL_CONNECTION *s, int al, int reason, in ossl_statem_fatal()
209 int ossl_statem_export_allowed(SSL_CONNECTION *s) in ossl_statem_export_allowed()
214 int ossl_statem_export_early_allowed(SSL_CONNECTION *s) in ossl_statem_export_early_allowed()
227 int ssl_set_new_record_layer(SSL_CONNECTION *s, int version, int direction, in ssl_set_new_record_layer()
241 static int test_secret(SSL_CONNECTION *s, unsigned char *prk, in test_secret()
[all …]

Completed in 181 milliseconds

12