[crypto] add utf-8 format support for pod file

This commit is contained in:
zhaoxiaomeng
2017-07-10 15:27:08 +08:00
parent 2a31023a33
commit 1fe1248486
442 changed files with 886 additions and 0 deletions

View File

@@ -1,5 +1,7 @@
=pod
=encoding utf8
=head1 NAME
DTLSv1_listen - listen for incoming DTLS connections

View File

@@ -1,5 +1,7 @@
=pod
=encoding utf8
=head1 NAME
OPENSSL_init_ssl - OpenSSL (libssl and libcrypto) initialisation

View File

@@ -1,5 +1,7 @@
=pod
=encoding utf8
=head1 NAME
SSL_CIPHER_get_cipher_nid, SSL_CIPHER_get_digest_nid, SSL_CIPHER_get_kx_nid,

View File

@@ -1,5 +1,7 @@
=pod
=encoding utf8
=head1 NAME
SSL_COMP_add_compression_method, SSL_COMP_get_compression_methods,

View File

@@ -1,5 +1,7 @@
=pod
=encoding utf8
=head1 NAME
SSL_CONF_CTX_new, SSL_CONF_CTX_free - SSL configuration allocation functions

View File

@@ -1,5 +1,7 @@
=pod
=encoding utf8
=head1 NAME
SSL_CONF_CTX_set1_prefix - Set configuration context command prefix

View File

@@ -1,5 +1,7 @@
=pod
=encoding utf8
=head1 NAME
SSL_CONF_CTX_set_flags, SSL_CONF_CTX_clear_flags - Set of clear SSL configuration context flags

View File

@@ -1,5 +1,7 @@
=pod
=encoding utf8
=head1 NAME
SSL_CONF_CTX_set_ssl_ctx, SSL_CONF_CTX_set_ssl - set context to configure

View File

@@ -1,5 +1,7 @@
=pod
=encoding utf8
=head1 NAME
SSL_CONF_cmd_value_type, SSL_CONF_finish,

View File

@@ -1,5 +1,7 @@
=pod
=encoding utf8
=head1 NAME
SSL_CONF_cmd_argv - SSL configuration command line processing

View File

@@ -1,5 +1,7 @@
=pod
=encoding utf8
=head1 NAME
SSL_CTX_set0_chain, SSL_CTX_set1_chain, SSL_CTX_add0_chain_cert,

View File

@@ -1,5 +1,7 @@
=pod
=encoding utf8
=head1 NAME
SSL_CTX_add_extra_chain_cert, SSL_CTX_clear_extra_chain_certs - add or clear

View File

@@ -1,5 +1,7 @@
=pod
=encoding utf8
=head1 NAME
SSL_CTX_add_session, SSL_add_session, SSL_CTX_remove_session, SSL_remove_session - manipulate session cache

View File

@@ -1,5 +1,7 @@
=pod
=encoding utf8
=head1 NAME
SSL_CTX_config, SSL_config - configure SSL_CTX or SSL structure

View File

@@ -1,5 +1,7 @@
=pod
=encoding utf8
=head1 NAME
SSL_CTX_ctrl, SSL_CTX_callback_ctrl, SSL_ctrl, SSL_callback_ctrl - internal handling functions for SSL_CTX and SSL objects

View File

@@ -1,5 +1,7 @@
=pod
=encoding utf8
=head1 NAME
SSL_CTX_dane_enable, SSL_CTX_dane_mtype_set, SSL_dane_enable,

View File

@@ -1,5 +1,7 @@
=pod
=encoding utf8
=head1 NAME
SSL_CTX_flush_sessions, SSL_flush_sessions - remove expired sessions

View File

@@ -1,5 +1,7 @@
=pod
=encoding utf8
=head1 NAME
SSL_CTX_free - free an allocated SSL_CTX object

View File

@@ -1,5 +1,7 @@
=pod
=encoding utf8
=head1 NAME
SSL_CTX_get0_param, SSL_get0_param, SSL_CTX_set1_param, SSL_set1_param -

View File

@@ -1,5 +1,7 @@
=pod
=encoding utf8
=head1 NAME
SSL_CTX_get_verify_mode, SSL_get_verify_mode, SSL_CTX_get_verify_depth, SSL_get_verify_depth, SSL_get_verify_callback, SSL_CTX_get_verify_callback - get currently set verification parameters

View File

@@ -1,5 +1,7 @@
=pod
=encoding utf8
=head1 NAME
SSL_CTX_has_client_custom_ext - check whether a handler exists for a particular

View File

@@ -1,5 +1,7 @@
=pod
=encoding utf8
=head1 NAME
SSL_CTX_load_verify_locations, SSL_CTX_set_default_verify_paths,

View File

@@ -1,5 +1,7 @@
=pod
=encoding utf8
=head1 NAME
TLSv1_2_method, TLSv1_2_server_method, TLSv1_2_client_method,

View File

@@ -1,5 +1,7 @@
=pod
=encoding utf8
=head1 NAME
SSL_CTX_sess_number, SSL_CTX_sess_connect, SSL_CTX_sess_connect_good, SSL_CTX_sess_connect_renegotiate, SSL_CTX_sess_accept, SSL_CTX_sess_accept_good, SSL_CTX_sess_accept_renegotiate, SSL_CTX_sess_hits, SSL_CTX_sess_cb_hits, SSL_CTX_sess_misses, SSL_CTX_sess_timeouts, SSL_CTX_sess_cache_full - obtain session cache statistics

View File

@@ -1,5 +1,7 @@
=pod
=encoding utf8
=head1 NAME
SSL_CTX_sess_set_cache_size, SSL_CTX_sess_get_cache_size - manipulate session cache size

View File

@@ -1,5 +1,7 @@
=pod
=encoding utf8
=head1 NAME
SSL_CTX_sess_set_new_cb, SSL_CTX_sess_set_remove_cb, SSL_CTX_sess_set_get_cb, SSL_CTX_sess_get_new_cb, SSL_CTX_sess_get_remove_cb, SSL_CTX_sess_get_get_cb - provide callback functions for server side external session caching

View File

@@ -1,5 +1,7 @@
=pod
=encoding utf8
=head1 NAME
SSL_CTX_sessions - access internal session cache

View File

@@ -1,5 +1,7 @@
=pod
=encoding utf8
=head1 NAME
SSL_CTX_set1_curves, SSL_CTX_set1_curves_list, SSL_set1_curves,

View File

@@ -1,5 +1,7 @@
=pod
=encoding utf8
=head1 NAME
SSL_CTX_set1_sigalgs, SSL_set1_sigalgs, SSL_CTX_set1_sigalgs_list,

View File

@@ -1,5 +1,7 @@
=pod
=encoding utf8
=head1 NAME
SSL_CTX_set0_verify_cert_store, SSL_CTX_set1_verify_cert_store,

View File

@@ -1,5 +1,7 @@
=pod
=encoding utf8
=head1 NAME
SSL_CTX_set_alpn_protos, SSL_set_alpn_protos, SSL_CTX_set_alpn_select_cb,

View File

@@ -1,5 +1,7 @@
=pod
=encoding utf8
=head1 NAME
SSL_CTX_set_cert_cb, SSL_set_cert_cb - handle certificate callback function

View File

@@ -1,5 +1,7 @@
=pod
=encoding utf8
=head1 NAME
SSL_CTX_set_cert_store, SSL_CTX_get_cert_store - manipulate X509 certificate verification storage

View File

@@ -1,5 +1,7 @@
=pod
=encoding utf8
=head1 NAME
SSL_CTX_set_cert_verify_callback - set peer certificate verification procedure

View File

@@ -1,5 +1,7 @@
=pod
=encoding utf8
=head1 NAME
SSL_CTX_set_cipher_list, SSL_set_cipher_list - choose list of available SSL_CIPHERs

View File

@@ -1,5 +1,7 @@
=pod
=encoding utf8
=head1 NAME
SSL_CTX_set_client_CA_list, SSL_set_client_CA_list, SSL_CTX_add_client_CA,

View File

@@ -1,5 +1,7 @@
=pod
=encoding utf8
=head1 NAME
SSL_CTX_set_client_cert_cb, SSL_CTX_get_client_cert_cb - handle client certificate callback function

View File

@@ -1,5 +1,7 @@
=pod
=encoding utf8
=head1 NAME
SSL_enable_ct, SSL_CTX_enable_ct, SSL_disable_ct, SSL_CTX_disable_ct,

View File

@@ -1,5 +1,7 @@
=pod
=encoding utf8
=head1 NAME
SSL_CTX_set_default_ctlog_list_file, SSL_CTX_set_ctlog_list_file -

View File

@@ -1,5 +1,7 @@
=pod
=encoding utf8
=head1 NAME
SSL_CTX_set_default_passwd_cb, SSL_CTX_set_default_passwd_cb_userdata,

View File

@@ -1,5 +1,7 @@
=pod
=encoding utf8
=head1 NAME
SSL_CTX_set_generate_session_id, SSL_set_generate_session_id,

View File

@@ -1,5 +1,7 @@
=pod
=encoding utf8
=head1 NAME
SSL_CTX_set_info_callback, SSL_CTX_get_info_callback, SSL_set_info_callback, SSL_get_info_callback - handle information callback for SSL connections

View File

@@ -1,5 +1,7 @@
=pod
=encoding utf8
=head1 NAME
SSL_CTX_set_max_cert_list, SSL_CTX_get_max_cert_list, SSL_set_max_cert_list, SSL_get_max_cert_list - manipulate allowed size for the peer's certificate chain

View File

@@ -1,5 +1,7 @@
=pod
=encoding utf8
=head1 NAME
SSL_CTX_set_min_proto_version, SSL_CTX_set_max_proto_version,

View File

@@ -1,5 +1,7 @@
=pod
=encoding utf8
=head1 NAME
SSL_CTX_set_mode, SSL_set_mode, SSL_CTX_get_mode, SSL_get_mode - manipulate SSL engine mode

View File

@@ -1,5 +1,7 @@
=pod
=encoding utf8
=head1 NAME
SSL_CTX_set_msg_callback, SSL_CTX_set_msg_callback_arg, SSL_set_msg_callback, SSL_set_msg_callback_arg - install callback for observing protocol messages

View File

@@ -1,5 +1,7 @@
=pod
=encoding utf8
=head1 NAME
SSL_CTX_set_options, SSL_set_options, SSL_CTX_clear_options,

View File

@@ -1,5 +1,7 @@
=pod
=encoding utf8
=head1 NAME
SSL_CTX_set_psk_client_callback, SSL_set_psk_client_callback - set PSK client callback

View File

@@ -1,5 +1,7 @@
=pod
=encoding utf8
=head1 NAME
SSL_CTX_set_quiet_shutdown, SSL_CTX_get_quiet_shutdown, SSL_set_quiet_shutdown, SSL_get_quiet_shutdown - manipulate shutdown behaviour

View File

@@ -1,5 +1,7 @@
=pod
=encoding utf8
=head1 NAME
SSL_CTX_set_read_ahead, SSL_CTX_get_read_ahead,

View File

@@ -1,5 +1,7 @@
=pod
=encoding utf8
=head1 NAME
SSL_CTX_set_security_level, SSL_set_security_level, SSL_CTX_get_security_level, SSL_get_security_level, SSL_CTX_set_security_callback, SSL_set_security_callback, SSL_CTX_get_security_callback, SSL_get_security_callback, SSL_CTX_set0_security_ex_data, SSL_set0_security_ex_data, SSL_CTX_get0_security_ex_data, SSL_get0_security_ex_data - SSL/TLS security framework

View File

@@ -1,5 +1,7 @@
=pod
=encoding utf8
=head1 NAME
SSL_CTX_set_session_cache_mode, SSL_CTX_get_session_cache_mode - enable/disable session caching

View File

@@ -1,5 +1,7 @@
=pod
=encoding utf8
=head1 NAME
SSL_CTX_set_session_id_context, SSL_set_session_id_context - set context within which session can be reused (server side only)

View File

@@ -1,5 +1,7 @@
=pod
=encoding utf8
=head1 NAME
SSL_CTX_set_max_send_fragment, SSL_set_max_send_fragment,

View File

@@ -1,5 +1,7 @@
=pod
=encoding utf8
=head1 NAME
SSL_CTX_set_ssl_version, SSL_set_ssl_method, SSL_get_ssl_method

View File

@@ -1,5 +1,7 @@
=pod
=encoding utf8
=head1 NAME
SSL_CTX_set_timeout, SSL_CTX_get_timeout - manipulate timeout values for session caching

View File

@@ -1,5 +1,7 @@
=pod
=encoding utf8
=head1 NAME
SSL_CTX_set_tlsext_status_cb,

View File

@@ -1,5 +1,7 @@
=pod
=encoding utf8
=head1 NAME
SSL_CTX_set_tlsext_ticket_key_cb - set a callback for session ticket processing

View File

@@ -1,5 +1,7 @@
=pod
=encoding utf8
=head1 NAME
SSL_CTX_set_tmp_dh_callback, SSL_CTX_set_tmp_dh, SSL_set_tmp_dh_callback, SSL_set_tmp_dh - handle DH keys for ephemeral key exchange

View File

@@ -1,5 +1,7 @@
=pod
=encoding utf8
=head1 NAME
SSL_CTX_set_verify, SSL_set_verify,

View File

@@ -1,5 +1,7 @@
=pod
=encoding utf8
=head1 NAME
SSL_CTX_use_certificate, SSL_CTX_use_certificate_ASN1,

View File

@@ -1,5 +1,7 @@
=pod
=encoding utf8
=head1 NAME
SSL_CTX_use_psk_identity_hint, SSL_use_psk_identity_hint,

View File

@@ -1,5 +1,7 @@
=pod
=encoding utf8
=head1 NAME
SSL_CTX_use_serverinfo, SSL_CTX_use_serverinfo_file - use serverinfo extension

View File

@@ -1,5 +1,7 @@
=pod
=encoding utf8
=head1 NAME
SSL_SESSION_free - free an allocated SSL_SESSION structure

View File

@@ -1,5 +1,7 @@
=pod
=encoding utf8
=head1 NAME
SSL_SESSION_get0_cipher - retrieve the SSL cipher associated with a session

View File

@@ -1,5 +1,7 @@
=pod
=encoding utf8
=head1 NAME
SSL_SESSION_get0_hostname - retrieve the SNI hostname associated with a session

View File

@@ -1,5 +1,7 @@
=pod
=encoding utf8
=head1 NAME
SSL_SESSION_get0_id_context - get the SSL ID context associated with a session

View File

@@ -1,5 +1,7 @@
=pod
=encoding utf8
=head1 NAME
SSL_SESSION_get_protocol_version - retrieve session protocol version

View File

@@ -1,5 +1,7 @@
=pod
=encoding utf8
=head1 NAME
SSL_SESSION_get_time, SSL_SESSION_set_time, SSL_SESSION_get_timeout,

View File

@@ -1,5 +1,7 @@
=pod
=encoding utf8
=head1 NAME
SSL_SESSION_get0_ticket,

View File

@@ -1,5 +1,7 @@
=pod
=encoding utf8
=head1 NAME
SSL_SESSION_set1_id - set the SSL session ID

View File

@@ -1,5 +1,7 @@
=pod
=encoding utf8
=head1 NAME
SSL_accept - wait for a TLS/SSL client to initiate a TLS/SSL handshake

View File

@@ -1,5 +1,7 @@
=pod
=encoding utf8
=head1 NAME
SSL_alert_type_string, SSL_alert_type_string_long, SSL_alert_desc_string, SSL_alert_desc_string_long - get textual description of alert information

View File

@@ -1,5 +1,7 @@
=pod
=encoding utf8
=head1 NAME
SSL_check_chain - check certificate chain suitability

View File

@@ -1,5 +1,7 @@
=pod
=encoding utf8
=head1 NAME
SSL_clear - reset SSL object to allow another connection

View File

@@ -1,5 +1,7 @@
=pod
=encoding utf8
=head1 NAME
SSL_connect - initiate the TLS/SSL handshake with an TLS/SSL server

View File

@@ -1,5 +1,7 @@
=pod
=encoding utf8
=head1 NAME
SSL_do_handshake - perform a TLS/SSL handshake

View File

@@ -1,5 +1,7 @@
=pod
=encoding utf8
=head1 NAME
SSL_extension_supported,

View File

@@ -1,5 +1,7 @@
=pod
=encoding utf8
=head1 NAME
SSL_free - free an allocated SSL structure

View File

@@ -1,5 +1,7 @@
=pod
=encoding utf8
=head1 NAME
SSL_get0_peer_scts - get SCTs received

View File

@@ -1,5 +1,7 @@
=pod
=encoding utf8
=head1 NAME
SSL_get_SSL_CTX - get the SSL_CTX from which an SSL is created

View File

@@ -1,5 +1,7 @@
=pod
=encoding utf8
=head1 NAME
SSL_waiting_for_async,

View File

@@ -1,5 +1,7 @@
=pod
=encoding utf8
=head1 NAME
SSL_get1_supported_ciphers, SSL_get_client_ciphers,

View File

@@ -1,5 +1,7 @@
=pod
=encoding utf8
=head1 NAME
SSL_get_client_CA_list, SSL_CTX_get_client_CA_list - get list of client CAs

View File

@@ -1,5 +1,7 @@
=pod
=encoding utf8
=head1 NAME
SSL_get_client_random, SSL_get_server_random, SSL_SESSION_get_master_key - retrieve internal TLS/SSL random values and master key

View File

@@ -1,5 +1,7 @@
=pod
=encoding utf8
=head1 NAME
SSL_get_current_cipher, SSL_get_cipher_name, SSL_get_cipher,

View File

@@ -1,5 +1,7 @@
=pod
=encoding utf8
=head1 NAME
SSL_get_default_timeout - get default session timeout value

View File

@@ -1,5 +1,7 @@
=pod
=encoding utf8
=head1 NAME
SSL_get_error - obtain result code for TLS/SSL I/O operation

View File

@@ -1,5 +1,7 @@
=pod
=encoding utf8
=head1 NAME
SSL_get_extms_support - extended master secret support

View File

@@ -1,5 +1,7 @@
=pod
=encoding utf8
=head1 NAME
SSL_get_fd, SSL_get_rfd, SSL_get_wfd - get file descriptor linked to an SSL object

View File

@@ -1,5 +1,7 @@
=pod
=encoding utf8
=head1 NAME
SSL_get_peer_cert_chain, SSL_get0_verified_chain - get the X509 certificate

View File

@@ -1,5 +1,7 @@
=pod
=encoding utf8
=head1 NAME
SSL_get_peer_certificate - get the X509 certificate of the peer

View File

@@ -1,5 +1,7 @@
=pod
=encoding utf8
=head1 NAME
SSL_get_psk_identity, SSL_get_psk_identity_hint - get PSK client identity and hint

View File

@@ -1,5 +1,7 @@
=pod
=encoding utf8
=head1 NAME
SSL_get_rbio, SSL_get_wbio - get BIO linked to an SSL object

View File

@@ -1,5 +1,7 @@
=pod
=encoding utf8
=head1 NAME
SSL_get_session, SSL_get0_session, SSL_get1_session - retrieve TLS/SSL session data

View File

@@ -1,5 +1,7 @@
=pod
=encoding utf8
=head1 NAME
SSL_get_shared_sigalgs, SSL_get_sigalgs - get supported signature algorithms

View File

@@ -1,5 +1,7 @@
=pod
=encoding utf8
=head1 NAME
SSL_get_verify_result - get result of peer certificate verification

View File

@@ -1,5 +1,7 @@
=pod
=encoding utf8
=head1 NAME
SSL_get_version, SSL_is_dtls - get the protocol information of a connection

View File

@@ -1,5 +1,7 @@
=pod
=encoding utf8
=head1 NAME
SSL_library_init, OpenSSL_add_ssl_algorithms,

View File

@@ -1,5 +1,7 @@
=pod
=encoding utf8
=head1 NAME
SSL_load_client_CA_file - load certificate names from file

Some files were not shown because too many files have changed in this diff Show More