# coretls.exp # coretls # # Handshake Layer _tls_private_key_rsa_create _tls_private_key_ecdsa_create _tls_private_key_get_context _tls_private_key_destroy _tls_handshake_create _tls_handshake_destroy _tls_handshake_set_callbacks _tls_handshake_process _tls_handshake_continue _tls_handshake_negotiate _tls_handshake_request_renegotiation _tls_handshake_close _tls_handshake_retransmit_timer_expired _tls_handshake_set_renegotiation _tls_handshake_set_resumption _tls_handshake_set_ciphersuites _tls_handshake_get_ciphersuites _tls_handshake_set_min_protocol_version _tls_handshake_get_min_protocol_version _tls_handshake_set_max_protocol_version _tls_handshake_get_max_protocol_version _tls_handshake_set_curves _tls_handshake_set_mtu _tls_handshake_set_min_dh_group_size _tls_handshake_get_min_dh_group_size _tls_handshake_set_dh_parameters _tls_handshake_set_identity _tls_handshake_set_psk_identity _tls_handshake_set_psk_identity_hint _tls_handshake_set_psk_secret _tls_handshake_set_client_auth_type _tls_handshake_set_peer_hostname _tls_handshake_get_peer_hostname _tls_handshake_set_client_auth _tls_handshake_set_acceptable_dn_list _tls_handshake_set_acceptable_client_auth_type _tls_handshake_set_peer_rsa_public_key _tls_handshake_set_peer_ec_public_key _tls_handshake_set_peer_trust _tls_handshake_set_false_start _tls_handshake_get_false_start _tls_handshake_set_npn_enable _tls_handshake_set_npn_data _tls_handshake_set_alpn_data _tls_handshake_set_server_identity_change _tls_handshake_set_ocsp_enable _tls_handshake_set_ocsp_response _tls_handshake_set_ocsp_request_extensions _tls_handshake_set_ocsp_responder_id_list _tls_handshake_set_sct_enable _tls_handshake_set_sct_list _tls_handshake_set_session_ticket_enabled _tls_handshake_set_user_agent _tls_handshake_set_config _tls_handshake_get_config _tls_handshake_get_negotiated_protocol_version _tls_handshake_get_negotiated_cipherspec _tls_handshake_get_negotiated_curve _tls_handshake_get_server_random _tls_handshake_get_client_random _tls_handshake_get_master_secret _tls_handshake_get_session_proposed _tls_handshake_get_session_match _tls_handshake_get_peer_certificates _tls_handshake_get_sni_hostname _tls_handshake_get_peer_acceptable_dn_list _tls_handshake_get_peer_acceptable_client_auth_type _tls_handshake_get_peer_signature_algorithms _tls_handshake_get_peer_psk_identity_hint _tls_handshake_get_peer_psk_identity _tls_handshake_get_peer_npn_data _tls_handshake_get_peer_alpn_data _tls_handshake_get_server_identity_change _tls_handshake_set_fallback _tls_handshake_get_fallback _tls_handshake_get_peer_ocsp_enabled _tls_handshake_get_peer_ocsp_response _tls_handshake_get_peer_ocsp_request_extensions _tls_handshake_get_peer_ocsp_responder_id_list _tls_handshake_get_peer_sct_enabled _tls_handshake_get_peer_sct_list # This is a test only function. _tls_handshake_set_encrypt_rsa_public_key _tls_handshake_internal_prf _tls_handshake_internal_set_master_secret_function _tls_handshake_internal_set_session_ticket _tls_handshake_internal_master_secret _tls_handshake_internal_server_random _tls_handshake_internal_client_random # Record Layer _tls_record_create _tls_record_destroy _tls_record_get_header_size _tls_record_parse_header _tls_record_parse_ssl2_header _tls_record_decrypted_size _tls_record_encrypted_size _tls_record_decrypt _tls_record_encrypt _tls_record_init_pending_ciphers _tls_record_rollback_write_cipher _tls_record_advance_read_cipher _tls_record_advance_write_cipher _tls_record_set_protocol_version _tls_record_set_record_splitting # Stream parser _tls_stream_parser_create _tls_stream_parser_parse _tls_stream_parser_destroy # cipherspecs _sslCipherSuiteGetMacAlgorithm _sslCipherSuiteGetMacSize _sslCipherSuiteGetSymmetricCipherAlgorithm _sslCipherSuiteGetSymmetricCipherKeySize _sslCipherSuiteGetSymmetricCipherBlockIvSize _sslCipherSuiteGetKeydataSize _sslCipherSuiteGetKeyExchangeMethod _sslCipherSuiteGetMinSupportedTLSVersion _KnownCipherSuites _CipherSuiteCount #misc _tls_add_debug_logger ___ssl_debug