[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
ASN1_INTEGER_get_uint64, ASN1_INTEGER_set_uint64,

View File

@@ -1,5 +1,7 @@
=pod
=encoding utf8
=head1 NAME
ASN1_OBJECT_new, ASN1_OBJECT_free - object allocation functions

View File

@@ -1,5 +1,7 @@
=pod
=encoding utf8
=head1 NAME
ASN1_STRING_dup, ASN1_STRING_cmp, ASN1_STRING_set, ASN1_STRING_length,

View File

@@ -1,5 +1,7 @@
=pod
=encoding utf8
=head1 NAME
ASN1_STRING_new, ASN1_STRING_type_new, ASN1_STRING_free -

View File

@@ -1,5 +1,7 @@
=pod
=encoding utf8
=head1 NAME
ASN1_STRING_print_ex, ASN1_STRING_print_ex_fp, ASN1_STRING_print - ASN1_STRING output routines

View File

@@ -1,5 +1,7 @@
=pod
=encoding utf8
=head1 NAME
ASN1_TIME_set, ASN1_TIME_adj, ASN1_TIME_check, ASN1_TIME_set_string,

View File

@@ -1,5 +1,7 @@
=pod
=encoding utf8
=head1 NAME
ASN1_TYPE_get, ASN1_TYPE_set, ASN1_TYPE_set1, ASN1_TYPE_cmp, ASN1_TYPE_unpack_sequence, ASN1_TYPE_pack_sequence - ASN1_TYPE utility

View File

@@ -1,5 +1,7 @@
=pod
=encoding utf8
=head1 NAME
ASN1_generate_nconf, ASN1_generate_v3 - ASN1 generation functions

View File

@@ -1,5 +1,7 @@
=pod
=encoding utf8
=head1 NAME
ASYNC_WAIT_CTX_new, ASYNC_WAIT_CTX_free, ASYNC_WAIT_CTX_set_wait_fd,

View File

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

View File

@@ -1,5 +1,7 @@
=pod
=encoding utf8
=head1 NAME
BF_set_key, BF_encrypt, BF_decrypt, BF_ecb_encrypt, BF_cbc_encrypt,

View File

@@ -1,5 +1,7 @@
=pod
=encoding utf8
=head1 NAME
BIO_ADDR, BIO_ADDR_new, BIO_ADDR_clear, BIO_ADDR_free, BIO_ADDR_rawmake,

View File

@@ -1,5 +1,7 @@
=pod
=encoding utf8
=head1 NAME
BIO_ADDRINFO, BIO_ADDRINFO_next, BIO_ADDRINFO_free,

View File

@@ -1,5 +1,7 @@
=pod
=encoding utf8
=head1 NAME
BIO_socket, BIO_connect, BIO_listen, BIO_accept_ex, BIO_closesocket - BIO

View File

@@ -1,5 +1,7 @@
=pod
=encoding utf8
=head1 NAME
BIO_ctrl, BIO_callback_ctrl, BIO_ptr_ctrl, BIO_int_ctrl, BIO_reset,

View File

@@ -1,5 +1,7 @@
=pod
=encoding utf8
=head1 NAME
BIO_f_base64 - base64 BIO filter

View File

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

View File

@@ -1,5 +1,7 @@
=pod
=encoding utf8
=head1 NAME
BIO_f_cipher, BIO_set_cipher, BIO_get_cipher_status, BIO_get_cipher_ctx - cipher BIO filter

View File

@@ -1,5 +1,7 @@
=pod
=encoding utf8
=head1 NAME
BIO_f_md, BIO_set_md, BIO_get_md, BIO_get_md_ctx - message digest BIO filter

View File

@@ -1,5 +1,7 @@
=pod
=encoding utf8
=head1 NAME
BIO_f_null - null filter

View File

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

View File

@@ -1,5 +1,7 @@
=pod
=encoding utf8
=head1 NAME
BIO_find_type, BIO_next, BIO_method_type - BIO chain traversal

View File

@@ -1,5 +1,7 @@
=pod
=encoding utf8
=head1 NAME
BIO_set_data, BIO_get_data, BIO_set_init, BIO_get_init, BIO_set_shutdown,

View File

@@ -1,5 +1,7 @@
=pod
=encoding utf8
=head1 NAME
BIO_get_ex_new_index, BIO_set_ex_data, BIO_get_ex_data,

View File

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

View File

@@ -1,5 +1,7 @@
=pod
=encoding utf8
=head1 NAME
BIO_new, BIO_up_ref, BIO_free, BIO_vfree, BIO_free_all,

View File

@@ -1,5 +1,7 @@
=pod
=encoding utf8
=head1 NAME
BIO_new_CMS - CMS streaming filter BIO

View File

@@ -1,5 +1,7 @@
=pod
=encoding utf8
=head1 NAME
BIO_parse_hostserv - utility routines to parse a standard host and service

View File

@@ -1,5 +1,7 @@
=pod
=encoding utf8
=head1 NAME
BIO_push, BIO_pop, BIO_set_next - add and remove BIOs from a chain

View File

@@ -1,5 +1,7 @@
=pod
=encoding utf8
=head1 NAME
BIO_read, BIO_write, BIO_gets, BIO_puts - BIO I/O functions

View File

@@ -1,5 +1,7 @@
=pod
=encoding utf8
=head1 NAME
BIO_s_accept, BIO_set_accept_name, BIO_set_accept_port, BIO_get_accept_name,

View File

@@ -1,5 +1,7 @@
=pod
=encoding utf8
=head1 NAME
BIO_s_bio, BIO_make_bio_pair, BIO_destroy_bio_pair, BIO_shutdown_wr,

View File

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

View File

@@ -1,5 +1,7 @@
=pod
=encoding utf8
=head1 NAME
BIO_s_fd, BIO_set_fd, BIO_get_fd, BIO_new_fd - file descriptor BIO

View File

@@ -1,5 +1,7 @@
=pod
=encoding utf8
=head1 NAME
BIO_s_file, BIO_new_file, BIO_new_fp, BIO_set_fp, BIO_get_fp,

View File

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

View File

@@ -1,5 +1,7 @@
=pod
=encoding utf8
=head1 NAME
BIO_s_null - null data sink

View File

@@ -1,5 +1,7 @@
=pod
=encoding utf8
=head1 NAME
BIO_s_socket, BIO_new_socket - socket BIO

View File

@@ -1,5 +1,7 @@
=pod
=encoding utf8
=head1 NAME
BIO_set_callback_ex, BIO_get_callback_ex, BIO_set_callback, BIO_get_callback,

View File

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

View File

@@ -1,5 +1,7 @@
=pod
=encoding utf8
=head1 NAME
BN_BLINDING_new, BN_BLINDING_free, BN_BLINDING_update, BN_BLINDING_convert,

View File

@@ -1,5 +1,7 @@
=pod
=encoding utf8
=head1 NAME
BN_CTX_new, BN_CTX_secure_new, BN_CTX_free - allocate and free BN_CTX structures

View File

@@ -1,5 +1,7 @@
=pod
=encoding utf8
=head1 NAME
BN_CTX_start, BN_CTX_get, BN_CTX_end - use temporary BIGNUM variables

View File

@@ -1,5 +1,7 @@
=pod
=encoding utf8
=head1 NAME
BN_add, BN_sub, BN_mul, BN_sqr, BN_div, BN_mod, BN_nnmod, BN_mod_add,

View File

@@ -1,5 +1,7 @@
=pod
=encoding utf8
=head1 NAME
BN_add_word, BN_sub_word, BN_mul_word, BN_div_word, BN_mod_word - arithmetic

View File

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

View File

@@ -1,5 +1,7 @@
=pod
=encoding utf8
=head1 NAME
BN_cmp, BN_ucmp, BN_is_zero, BN_is_one, BN_is_word, BN_is_odd - BIGNUM comparison and test functions

View File

@@ -1,5 +1,7 @@
=pod
=encoding utf8
=head1 NAME
BN_copy, BN_dup, BN_with_flags - copy BIGNUMs

View File

@@ -1,5 +1,7 @@
=pod
=encoding utf8
=head1 NAME
BN_generate_prime_ex, BN_is_prime_ex, BN_is_prime_fasttest_ex, BN_GENCB_call,

View File

@@ -1,5 +1,7 @@
=pod
=encoding utf8
=head1 NAME
BN_mod_inverse - compute inverse modulo n

View File

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

View File

@@ -1,5 +1,7 @@
=pod
=encoding utf8
=head1 NAME
BN_mod_mul_reciprocal, BN_div_recp, BN_RECP_CTX_new,

View File

@@ -1,5 +1,7 @@
=pod
=encoding utf8
=head1 NAME
BN_new, BN_secure_new, BN_clear, BN_free, BN_clear_free - allocate and free BIGNUMs

View File

@@ -1,5 +1,7 @@
=pod
=encoding utf8
=head1 NAME
BN_num_bits, BN_num_bytes, BN_num_bits_word - get BIGNUM size

View File

@@ -1,5 +1,7 @@
=pod
=encoding utf8
=head1 NAME
BN_rand, BN_pseudo_rand, BN_rand_range, BN_pseudo_rand_range - generate pseudo-random number

View File

@@ -1,5 +1,7 @@
=pod
=encoding utf8
=head1 NAME
BN_set_bit, BN_clear_bit, BN_is_bit_set, BN_mask_bits, BN_lshift,

View File

@@ -1,5 +1,7 @@
=pod
=encoding utf8
=head1 NAME
BN_swap - exchange BIGNUMs

View File

@@ -1,5 +1,7 @@
=pod
=encoding utf8
=head1 NAME
BN_zero, BN_one, BN_value_one, BN_set_word, BN_get_word - BIGNUM assignment

View File

@@ -1,5 +1,7 @@
=pod
=encoding utf8
=head1 NAME
BUF_MEM_new, BUF_MEM_new_ex, BUF_MEM_free, BUF_MEM_grow

View File

@@ -1,5 +1,7 @@
=pod
=encoding utf8
=head1 NAME
CMS_add0_cert, CMS_add1_cert, CMS_get1_certs, CMS_add0_crl, CMS_add1_crl, CMS_get1_crls, - CMS certificate and CRL utility functions

View File

@@ -1,5 +1,7 @@
=pod
=encoding utf8
=head1 NAME
CMS_add1_recipient_cert, CMS_add0_recipient_key - add recipients to a CMS enveloped data structure

View File

@@ -1,5 +1,7 @@
=pod
=encoding utf8
=head1 NAME
CMS_add1_signer, CMS_SignerInfo_sign - add a signer to a CMS_ContentInfo signed data structure

View File

@@ -1,5 +1,7 @@
=pod
=encoding utf8
=head1 NAME
CMS_compress - create a CMS CompressedData structure

View File

@@ -1,5 +1,7 @@
=pod
=encoding utf8
=head1 NAME
CMS_decrypt - decrypt content from a CMS envelopedData structure

View File

@@ -1,5 +1,7 @@
=pod
=encoding utf8
=head1 NAME
CMS_encrypt - create a CMS envelopedData structure

View File

@@ -1,5 +1,7 @@
=pod
=encoding utf8
=head1 NAME
CMS_final - finalise a CMS_ContentInfo structure

View File

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

View File

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

View File

@@ -1,5 +1,7 @@
=pod
=encoding utf8
=head1 NAME
CMS_get0_type, CMS_set1_eContentType, CMS_get0_eContentType, CMS_get0_content - get and set CMS content types and content

View File

@@ -1,5 +1,7 @@
=pod
=encoding utf8
=head1 NAME
CMS_ReceiptRequest_create0, CMS_add1_ReceiptRequest, CMS_get1_ReceiptRequest, CMS_ReceiptRequest_get0_values - CMS signed receipt request functions

View File

@@ -1,5 +1,7 @@
=pod
=encoding utf8
=head1 NAME
CMS_sign - create a CMS SignedData structure

View File

@@ -1,5 +1,7 @@
=pod
=encoding utf8
=head1 NAME
CMS_sign_receipt - create a CMS signed receipt

View File

@@ -1,5 +1,7 @@
=pod
=encoding utf8
=head1 NAME
CMS_uncompress - uncompress a CMS CompressedData structure

View File

@@ -1,5 +1,7 @@
=pod
=encoding utf8
=head1 NAME
CMS_verify, CMS_get0_signers - verify a CMS SignedData structure

View File

@@ -1,5 +1,7 @@
=pod
=encoding utf8
=head1 NAME
CMS_verify_receipt - verify a CMS signed receipt

View File

@@ -1,5 +1,7 @@
=pod
=encoding utf8
=head1 NAME
CONF_modules_free, CONF_modules_finish, CONF_modules_unload -

View File

@@ -1,5 +1,7 @@
=pod
=encoding utf8
=head1 NAME
CONF_modules_load_file, CONF_modules_load - OpenSSL configuration functions

View File

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

View File

@@ -1,5 +1,7 @@
=pod
=encoding utf8
=head1 NAME
CRYPTO_EX_new, CRYPTO_EX_free, CRYPTO_EX_dup,

View File

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

View File

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

View File

@@ -1,5 +1,7 @@
=pod
=encoding utf8
=head1 NAME
CTLOG_new, CTLOG_new_from_base64, CTLOG_free,

View File

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

View File

@@ -1,5 +1,7 @@
=pod
=encoding utf8
=head1 NAME
DEFINE_STACK_OF, DEFINE_STACK_OF_CONST, DEFINE_SPECIAL_STACK_OF,

View File

@@ -1,5 +1,7 @@
=pod
=encoding utf8
=head1 NAME
DES_random_key, DES_set_key, DES_key_sched, DES_set_key_checked,

View File

@@ -1,5 +1,7 @@
=pod
=encoding utf8
=head1 NAME
DH_generate_key, DH_compute_key - perform Diffie-Hellman key exchange

View File

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

View File

@@ -1,5 +1,7 @@
=pod
=encoding utf8
=head1 NAME
DH_get0_pqg, DH_set0_pqg, DH_get0_key, DH_set0_key, DH_clear_flags,

View File

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

View File

@@ -1,5 +1,7 @@
=pod
=encoding utf8
=head1 NAME
DH_meth_new, DH_meth_free, DH_meth_dup, DH_meth_get0_name, DH_meth_set1_name,

View File

@@ -1,5 +1,7 @@
=pod
=encoding utf8
=head1 NAME
DH_new, DH_free - allocate and free DH objects

View File

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

View File

@@ -1,5 +1,7 @@
=pod
=encoding utf8
=head1 NAME
DH_size, DH_bits - get Diffie-Hellman prime size

View File

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

View File

@@ -1,5 +1,7 @@
=pod
=encoding utf8
=head1 NAME
DSA_do_sign, DSA_do_verify - raw DSA signature operations

View File

@@ -1,5 +1,7 @@
=pod
=encoding utf8
=head1 NAME
DSA_dup_DH - create a DH structure out of DSA structure

View File

@@ -1,5 +1,7 @@
=pod
=encoding utf8
=head1 NAME
DSA_generate_key - generate DSA key pair

View File

@@ -1,5 +1,7 @@
=pod
=encoding utf8
=head1 NAME
DSA_generate_parameters_ex, DSA_generate_parameters - generate DSA parameters

View File

@@ -1,5 +1,7 @@
=pod
=encoding utf8
=head1 NAME
DSA_get0_pqg, DSA_set0_pqg, DSA_get0_key, DSA_set0_key, DSA_clear_flags,

View File

@@ -1,5 +1,7 @@
=pod
=encoding utf8
=head1 NAME
DSA_meth_new, DSA_meth_free, DSA_meth_dup, DSA_meth_get0_name,

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