Public symbols in libssl.so.10 (1.0.0c-MeeGo 1.2 Core) on x86
Total: 233


ssl.h, libssl.so.1.0.0c
BIO_f_ssl ( )
BIO_new_buffer_ssl_connect SSL_CTX* ctx )
BIO_new_ssl SSL_CTX* ctx, int client )
BIO_new_ssl_connect SSL_CTX* ctx )
BIO_ssl_copy_session_id BIO* to, BIO* from )
BIO_ssl_shutdown BIO* ssl_bio )
d2i_SSL_SESSION SSL_SESSION** a, unsigned char const** pp, long length )
DTLSv1_client_method ( )
DTLSv1_method ( )
DTLSv1_server_method ( )
ERR_load_SSL_strings ( )
i2d_SSL_SESSION SSL_SESSION* in, unsigned char** pp )
PEM_read_bio_SSL_SESSION BIO* bp, SSL_SESSION** x, int(*cb)(char*, int, int, void*), void* u )
PEM_read_SSL_SESSION FILE* fp, SSL_SESSION** x, int(*cb)(char*, int, int, void*), void* u )
PEM_write_bio_SSL_SESSION BIO* bp, SSL_SESSION* x )
PEM_write_SSL_SESSION FILE* fp, SSL_SESSION* x )
SSL_accept SSL* ssl )
SSL_add_client_CA SSL* ssl, X509* x )
SSL_add_dir_cert_subjects_to_stack ( stack_st_X509_NAME* stackCAs, char const* dir )
SSL_add_file_cert_subjects_to_stack ( stack_st_X509_NAME* stackCAs, char const* file )
SSL_alert_desc_string int value )
SSL_alert_desc_string_long int value )
SSL_alert_type_string int value )
SSL_alert_type_string_long int value )
SSL_callback_ctrl SSL* p1, int p2, void(*p3)() )
SSL_check_private_key SSL const* ctx )
SSL_CIPHER_description ( SSL_CIPHER const* p1, char* buf, int size )
SSL_CIPHER_get_bits ( SSL_CIPHER const* c, int* alg_bits )
SSL_CIPHER_get_name SSL_CIPHER const* c )
SSL_CIPHER_get_version SSL_CIPHER const* c )
SSL_clear SSL* s )
SSL_COMP_add_compression_method int id, COMP_METHOD* cm )
SSL_COMP_get_compression_methods ( )
SSL_COMP_get_name COMP_METHOD const* comp )
SSL_connect SSL* ssl )
SSL_copy_session_id SSL* to, SSL const* from )
SSL_ctrl SSL* ssl, int cmd, long larg, void* parg )
SSL_CTX_add_client_CA SSL_CTX* ctx, X509* x )
SSL_CTX_add_session SSL_CTX* s, SSL_SESSION* c )
SSL_CTX_callback_ctrl SSL_CTX* p1, int p2, void(*p3)() )
SSL_CTX_check_private_key SSL_CTX const* ctx )
SSL_CTX_ctrl SSL_CTX* ctx, int cmd, long larg, void* parg )
SSL_CTX_flush_sessions SSL_CTX* ctx, long tm )
SSL_CTX_free SSL_CTX* p1 )
SSL_CTX_get_cert_store SSL_CTX const* p1 )
SSL_CTX_get_client_CA_list SSL_CTX const* s )
SSL_CTX_get_client_cert_cb SSL_CTX* ctx )
SSL_CTX_get_ex_data ( SSL_CTX const* ssl, int idx )
SSL_CTX_get_ex_new_index long argl, void* argp, int(*new_func)(void*, void*, CRYPTO_EX_DATA*, int, long, void*), int(*dup_func)(CRYPTO_EX_DATA*, CRYPTO_EX_DATA*, void*, int, long, void*), void(*free_func)(void*, void*, CRYPTO_EX_DATA*, int, long, void*) )
SSL_CTX_get_info_callback SSL_CTX* ctx )
SSL_CTX_get_quiet_shutdown SSL_CTX const* ctx )
SSL_CTX_get_timeout SSL_CTX const* ctx )
SSL_CTX_get_verify_callback SSL_CTX const* ctx )
SSL_CTX_get_verify_depth SSL_CTX const* ctx )
SSL_CTX_get_verify_mode SSL_CTX const* ctx )
SSL_CTX_load_verify_locations SSL_CTX* ctx, char const* CAfile, char const* CApath )
SSL_CTX_new SSL_METHOD const* meth )
SSL_CTX_remove_session SSL_CTX* p1, SSL_SESSION* c )
SSL_CTX_sess_get_get_cb SSL_CTX* ctx )
SSL_CTX_sess_get_new_cb SSL_CTX* ctx )
SSL_CTX_sess_get_remove_cb SSL_CTX* ctx )
SSL_CTX_sess_set_get_cb SSL_CTX* ctx, SSL_SESSION*(*get_session_cb)(ssl_st*, unsigned char*, int, int*) )
SSL_CTX_sess_set_new_cb SSL_CTX* ctx, int(*new_session_cb)(ssl_st*, SSL_SESSION*) )
SSL_CTX_sess_set_remove_cb SSL_CTX* ctx, void(*remove_session_cb)(ssl_ctx_st*, SSL_SESSION*) )
SSL_CTX_sessions SSL_CTX* ctx )
SSL_CTX_set1_param SSL_CTX* ctx, X509_VERIFY_PARAM* vpm )
SSL_CTX_set_cert_store SSL_CTX* p1, X509_STORE* p2 )
SSL_CTX_set_cert_verify_callback SSL_CTX* ctx, int(*cb)(X509_STORE_CTX*, void*), void* arg )
SSL_CTX_set_cipher_list SSL_CTX* p1, char const* str )
SSL_CTX_set_client_CA_list SSL_CTX* ctx, stack_st_X509_NAME* name_list )
SSL_CTX_set_client_cert_cb SSL_CTX* ctx, int(*client_cert_cb)(SSL*, X509**, EVP_PKEY**) )
SSL_CTX_set_client_cert_engine SSL_CTX* ctx, ENGINE* e )
SSL_CTX_set_cookie_generate_cb SSL_CTX* ctx, int(*app_gen_cookie_cb)(SSL*, unsigned char*, unsigned int*) )
SSL_CTX_set_cookie_verify_cb SSL_CTX* ctx, int(*app_verify_cookie_cb)(SSL*, unsigned char*, unsigned int) )
SSL_CTX_set_default_passwd_cb SSL_CTX* ctx, int(*cb)(char*, int, int, void*) )
SSL_CTX_set_default_passwd_cb_userdata SSL_CTX* ctx, void* u )
SSL_CTX_set_default_verify_paths SSL_CTX* ctx )
SSL_CTX_set_ex_data SSL_CTX* ssl, int idx, void* data )
SSL_CTX_set_generate_session_id SSL_CTX* p1, GEN_SESSION_CB p2 )
SSL_CTX_set_info_callback SSL_CTX* ctx, void(*cb)(SSL const*, int, int) )
SSL_CTX_set_msg_callback SSL_CTX* ctx, void(*cb)(int, int, int, void const*, size_t, SSL*, void*) )
SSL_CTX_set_psk_client_callback SSL_CTX* ctx, unsigned int(*psk_client_callback)(SSL*, char const*, char*, unsigned int, unsigned char*, unsigned int) )
SSL_CTX_set_psk_server_callback SSL_CTX* ctx, unsigned int(*psk_server_callback)(SSL*, char const*, unsigned char*, unsigned int) )
SSL_CTX_set_purpose SSL_CTX* s, int purpose )
SSL_CTX_set_quiet_shutdown SSL_CTX* ctx, int mode )
SSL_CTX_set_session_id_context SSL_CTX* ctx, unsigned char const* sid_ctx, unsigned int sid_ctx_len )
SSL_CTX_set_ssl_version SSL_CTX* ctx, SSL_METHOD const* meth )
SSL_CTX_set_timeout SSL_CTX* ctx, long t )
SSL_CTX_set_tmp_dh_callback SSL_CTX* ctx, DH*(*dh)(SSL*, int, int) )
SSL_CTX_set_tmp_rsa_callback SSL_CTX* ctx, RSA*(*cb)(SSL*, int, int) )
SSL_CTX_set_trust SSL_CTX* s, int trust )
SSL_CTX_set_verify SSL_CTX* ctx, int mode, int(*callback)(int, X509_STORE_CTX*) )
SSL_CTX_set_verify_depth SSL_CTX* ctx, int depth )
SSL_CTX_use_certificate SSL_CTX* ctx, X509* x )
SSL_CTX_use_certificate_ASN1 SSL_CTX* ctx, int len, unsigned char const* d )
SSL_CTX_use_certificate_chain_file SSL_CTX* ctx, char const* file )
SSL_CTX_use_certificate_file SSL_CTX* ctx, char const* file, int type )
SSL_CTX_use_PrivateKey SSL_CTX* ctx, EVP_PKEY* pkey )
SSL_CTX_use_PrivateKey_ASN1 int pk, SSL_CTX* ctx, unsigned char const* d, long len )
SSL_CTX_use_PrivateKey_file SSL_CTX* ctx, char const* file, int type )
SSL_CTX_use_psk_identity_hint SSL_CTX* ctx, char const* identity_hint )
SSL_CTX_use_RSAPrivateKey SSL_CTX* ctx, RSA* rsa )
SSL_CTX_use_RSAPrivateKey_ASN1 SSL_CTX* ctx, unsigned char const* d, long len )
SSL_CTX_use_RSAPrivateKey_file SSL_CTX* ctx, char const* file, int type )
SSL_do_handshake SSL* s )
SSL_dup SSL* ssl )
SSL_dup_CA_list stack_st_X509_NAME* sk )
SSL_free SSL* ssl )
SSL_get1_session SSL* ssl )
SSL_get_certificate SSL const* ssl )
SSL_get_cipher_list SSL const* s, int n )
SSL_get_ciphers SSL const* s )
SSL_get_client_CA_list SSL const* s )
SSL_get_current_cipher SSL const* s )
SSL_get_current_compression SSL* s )
SSL_get_current_expansion SSL* s )
SSL_get_default_timeout SSL const* s )
SSL_get_error SSL const* s, int ret_code )
SSL_get_ex_data SSL const* ssl, int idx )
SSL_get_ex_data_X509_STORE_CTX_idx ( )
SSL_get_ex_new_index long argl, void* argp, int(*new_func)(void*, void*, CRYPTO_EX_DATA*, int, long, void*), int(*dup_func)(CRYPTO_EX_DATA*, CRYPTO_EX_DATA*, void*, int, long, void*), void(*free_func)(void*, void*, CRYPTO_EX_DATA*, int, long, void*) )
SSL_get_fd SSL const* s )
SSL_get_finished SSL const* s, void* buf, size_t count )
SSL_get_info_callback SSL const* ssl )
SSL_get_peer_cert_chain SSL const* s )
SSL_get_peer_certificate SSL const* s )
SSL_get_peer_finished SSL const* s, void* buf, size_t count )
SSL_get_privatekey SSL* ssl )
SSL_get_psk_identity SSL const* s )
SSL_get_psk_identity_hint SSL const* s )
SSL_get_quiet_shutdown SSL const* ssl )
SSL_get_rbio SSL const* s )
SSL_get_read_ahead SSL const* s )
SSL_get_rfd SSL const* s )
SSL_get_session SSL const* ssl )
SSL_get_shared_ciphers SSL const* s, char* buf, int len )
SSL_get_shutdown SSL const* ssl )
SSL_get_SSL_CTX SSL const* ssl )
SSL_get_ssl_method SSL* s )
SSL_get_verify_callback SSL const* s )
SSL_get_verify_depth SSL const* s )
SSL_get_verify_mode SSL const* s )
SSL_get_verify_result SSL const* ssl )
SSL_get_version SSL const* s )
SSL_get_wbio SSL const* s )
SSL_get_wfd SSL const* s )
SSL_has_matching_session_id SSL const* ssl, unsigned char const* id, unsigned int id_len )
SSL_library_init ( )
SSL_load_client_CA_file char const* file )
SSL_load_error_strings ( )
SSL_new SSL_CTX* ctx )
SSL_peek SSL* ssl, void* buf, int num )
SSL_pending SSL const* s )
SSL_read SSL* ssl, void* buf, int num )
SSL_renegotiate SSL* s )
SSL_renegotiate_pending SSL* s )
SSL_rstate_string SSL const* s )
SSL_rstate_string_long SSL const* s )
SSL_SESSION_free SSL_SESSION* ses )
SSL_SESSION_get_ex_data ( SSL_SESSION const* ss, int idx )
SSL_SESSION_get_ex_new_index long argl, void* argp, int(*new_func)(void*, void*, CRYPTO_EX_DATA*, int, long, void*), int(*dup_func)(CRYPTO_EX_DATA*, CRYPTO_EX_DATA*, void*, int, long, void*), void(*free_func)(void*, void*, CRYPTO_EX_DATA*, int, long, void*) )
SSL_SESSION_get_id ( SSL_SESSION const* s, unsigned int* len )
SSL_SESSION_get_time SSL_SESSION const* s )
SSL_SESSION_get_timeout SSL_SESSION const* s )
SSL_SESSION_new ( )
SSL_SESSION_print BIO* fp, SSL_SESSION const* ses )
SSL_SESSION_print_fp FILE* fp, SSL_SESSION const* ses )
SSL_SESSION_set_ex_data SSL_SESSION* ss, int idx, void* data )
SSL_SESSION_set_time SSL_SESSION* s, long t )
SSL_SESSION_set_timeout SSL_SESSION* s, long t )
SSL_set1_param SSL* ssl, X509_VERIFY_PARAM* vpm )
SSL_set_accept_state SSL* s )
SSL_set_bio SSL* s, BIO* rbio, BIO* wbio )
SSL_set_cipher_list SSL* s, char const* str )
SSL_set_client_CA_list SSL* s, stack_st_X509_NAME* name_list )
SSL_set_connect_state SSL* s )
SSL_set_ex_data SSL* ssl, int idx, void* data )
SSL_set_fd SSL* s, int fd )
SSL_set_generate_session_id SSL* p1, GEN_SESSION_CB p2 )
SSL_set_info_callback SSL* ssl, void(*cb)(SSL const*, int, int) )
SSL_set_msg_callback SSL* ssl, void(*cb)(int, int, int, void const*, size_t, SSL*, void*) )
SSL_set_psk_client_callback SSL* ssl, unsigned int(*psk_client_callback)(SSL*, char const*, char*, unsigned int, unsigned char*, unsigned int) )
SSL_set_psk_server_callback SSL* ssl, unsigned int(*psk_server_callback)(SSL*, char const*, unsigned char*, unsigned int) )
SSL_set_purpose SSL* s, int purpose )
SSL_set_quiet_shutdown SSL* ssl, int mode )
SSL_set_read_ahead SSL* s, int yes )
SSL_set_rfd SSL* s, int fd )
SSL_set_session SSL* to, SSL_SESSION* session )
SSL_set_session_id_context SSL* ssl, unsigned char const* sid_ctx, unsigned int sid_ctx_len )
SSL_set_session_secret_cb SSL* s, tls_session_secret_cb_fn tls_session_secret_cb, void* arg )
SSL_set_session_ticket_ext SSL* s, void* ext_data, int ext_len )
SSL_set_session_ticket_ext_cb SSL* s, tls_session_ticket_ext_cb_fn cb, void* arg )
SSL_set_shutdown SSL* ssl, int mode )
SSL_set_SSL_CTX SSL* ssl, SSL_CTX* ctx )
SSL_set_ssl_method SSL* s, SSL_METHOD const* method )
SSL_set_tmp_dh_callback SSL* ssl, DH*(*dh)(SSL*, int, int) )
SSL_set_tmp_rsa_callback SSL* ssl, RSA*(*cb)(SSL*, int, int) )
SSL_set_trust SSL* s, int trust )
SSL_set_verify SSL* s, int mode, int(*callback)(int, X509_STORE_CTX*) )
SSL_set_verify_depth SSL* s, int depth )
SSL_set_verify_result SSL* ssl, long v )
SSL_set_wfd SSL* s, int fd )
SSL_shutdown SSL* s )
SSL_state SSL const* ssl )
SSL_state_string SSL const* s )
SSL_state_string_long SSL const* s )
SSL_use_certificate SSL* ssl, X509* x )
SSL_use_certificate_ASN1 SSL* ssl, unsigned char const* d, int len )
SSL_use_certificate_file SSL* ssl, char const* file, int type )
SSL_use_PrivateKey SSL* ssl, EVP_PKEY* pkey )
SSL_use_PrivateKey_ASN1 int pk, SSL* ssl, unsigned char const* d, long len )
SSL_use_PrivateKey_file SSL* ssl, char const* file, int type )
SSL_use_psk_identity_hint SSL* s, char const* identity_hint )
SSL_use_RSAPrivateKey SSL* ssl, RSA* rsa )
SSL_use_RSAPrivateKey_ASN1 SSL* ssl, unsigned char* d, long len )
SSL_use_RSAPrivateKey_file SSL* ssl, char const* file, int type )
SSL_version SSL const* ssl )
SSL_want SSL const* s )
SSL_write SSL* ssl, void const* buf, int num )
SSLv23_client_method ( )
SSLv23_method ( )
SSLv23_server_method ( )
SSLv2_client_method ( )
SSLv2_method ( )
SSLv2_server_method ( )
SSLv3_client_method ( )
SSLv3_method ( )
SSLv3_server_method ( )
TLSv1_client_method ( )
TLSv1_method ( )
TLSv1_server_method ( )

tls1.h, libssl.so.1.0.0c
SSL_get_servername SSL const* s, int const type )
SSL_get_servername_type SSL const* s )

to the top



Generated on Fri Sep 2 19:30:30 2011 for libssl.so.10 by ABI Compliance Checker 1.93.8  
A tool for checking backward binary compatibility of a shared C/C++ library API