1e1051a39Sopenharmony_ci/* 2e1051a39Sopenharmony_ci * Copyright 1999-2021 The OpenSSL Project Authors. All Rights Reserved. 3e1051a39Sopenharmony_ci * 4e1051a39Sopenharmony_ci * Licensed under the Apache License 2.0 (the "License"). You may not use 5e1051a39Sopenharmony_ci * this file except in compliance with the License. You can obtain a copy 6e1051a39Sopenharmony_ci * in the file LICENSE in the source distribution or at 7e1051a39Sopenharmony_ci * https://www.openssl.org/source/license.html 8e1051a39Sopenharmony_ci */ 9e1051a39Sopenharmony_ci 10e1051a39Sopenharmony_ciint ossl_v3_name_cmp(const char *name, const char *cmp); 11e1051a39Sopenharmony_ci 12e1051a39Sopenharmony_ciextern const X509V3_EXT_METHOD ossl_v3_bcons, ossl_v3_nscert, ossl_v3_key_usage, ossl_v3_ext_ku; 13e1051a39Sopenharmony_ciextern const X509V3_EXT_METHOD ossl_v3_pkey_usage_period, ossl_v3_sxnet, ossl_v3_info, ossl_v3_sinfo; 14e1051a39Sopenharmony_ciextern const X509V3_EXT_METHOD ossl_v3_ns_ia5_list[8], ossl_v3_alt[3], ossl_v3_skey_id, ossl_v3_akey_id; 15e1051a39Sopenharmony_ciextern const X509V3_EXT_METHOD ossl_v3_crl_num, ossl_v3_crl_reason, ossl_v3_crl_invdate; 16e1051a39Sopenharmony_ciextern const X509V3_EXT_METHOD ossl_v3_delta_crl, ossl_v3_cpols, ossl_v3_crld, ossl_v3_freshest_crl; 17e1051a39Sopenharmony_ciextern const X509V3_EXT_METHOD ossl_v3_ocsp_nonce, ossl_v3_ocsp_accresp, ossl_v3_ocsp_acutoff; 18e1051a39Sopenharmony_ciextern const X509V3_EXT_METHOD ossl_v3_ocsp_crlid, ossl_v3_ocsp_nocheck, ossl_v3_ocsp_serviceloc; 19e1051a39Sopenharmony_ciextern const X509V3_EXT_METHOD ossl_v3_crl_hold, ossl_v3_pci; 20e1051a39Sopenharmony_ciextern const X509V3_EXT_METHOD ossl_v3_policy_mappings, ossl_v3_policy_constraints; 21e1051a39Sopenharmony_ciextern const X509V3_EXT_METHOD ossl_v3_name_constraints, ossl_v3_inhibit_anyp, ossl_v3_idp; 22e1051a39Sopenharmony_ciextern const X509V3_EXT_METHOD ossl_v3_addr, ossl_v3_asid; 23e1051a39Sopenharmony_ciextern const X509V3_EXT_METHOD ossl_v3_ct_scts[3]; 24e1051a39Sopenharmony_ciextern const X509V3_EXT_METHOD ossl_v3_tls_feature; 25e1051a39Sopenharmony_ciextern const X509V3_EXT_METHOD ossl_v3_ext_admission; 26e1051a39Sopenharmony_ciextern const X509V3_EXT_METHOD ossl_v3_utf8_list[1]; 27e1051a39Sopenharmony_ciextern const X509V3_EXT_METHOD ossl_v3_issuer_sign_tool; 28