diff options
author | beck <> | 2023-07-08 07:22:58 +0000 |
---|---|---|
committer | beck <> | 2023-07-08 07:22:58 +0000 |
commit | 605061cd51d735c05fdfe92ab4ec68dd715c2deb (patch) | |
tree | 0dd34e85f663bac5c9beff861c8387172d9ea94f /src/lib/libcrypto/Symbols.namespace | |
parent | 243979914a45e120f0afd37f88c5afbe1c1b5493 (diff) | |
download | openbsd-605061cd51d735c05fdfe92ab4ec68dd715c2deb.tar.gz openbsd-605061cd51d735c05fdfe92ab4ec68dd715c2deb.tar.bz2 openbsd-605061cd51d735c05fdfe92ab4ec68dd715c2deb.zip |
Hide symbols in dso and ct
ok jsing@
Diffstat (limited to 'src/lib/libcrypto/Symbols.namespace')
-rw-r--r-- | src/lib/libcrypto/Symbols.namespace | 81 |
1 files changed, 81 insertions, 0 deletions
diff --git a/src/lib/libcrypto/Symbols.namespace b/src/lib/libcrypto/Symbols.namespace index b62f9db02b..6c25ed87cf 100644 --- a/src/lib/libcrypto/Symbols.namespace +++ b/src/lib/libcrypto/Symbols.namespace | |||
@@ -1795,3 +1795,84 @@ _libre_lh_node_usage_stats_bio | |||
1795 | _libre_SM3_Init | 1795 | _libre_SM3_Init |
1796 | _libre_SM3_Update | 1796 | _libre_SM3_Update |
1797 | _libre_SM3_Final | 1797 | _libre_SM3_Final |
1798 | _libre_DSO_new | ||
1799 | _libre_DSO_new_method | ||
1800 | _libre_DSO_free | ||
1801 | _libre_DSO_flags | ||
1802 | _libre_DSO_up_ref | ||
1803 | _libre_DSO_ctrl | ||
1804 | _libre_DSO_set_name_converter | ||
1805 | _libre_DSO_get_filename | ||
1806 | _libre_DSO_set_filename | ||
1807 | _libre_DSO_convert_filename | ||
1808 | _libre_DSO_merge | ||
1809 | _libre_DSO_get_loaded_filename | ||
1810 | _libre_DSO_set_default_method | ||
1811 | _libre_DSO_get_default_method | ||
1812 | _libre_DSO_get_method | ||
1813 | _libre_DSO_set_method | ||
1814 | _libre_DSO_load | ||
1815 | _libre_DSO_bind_var | ||
1816 | _libre_DSO_bind_func | ||
1817 | _libre_DSO_METHOD_openssl | ||
1818 | _libre_DSO_METHOD_null | ||
1819 | _libre_DSO_METHOD_dlfcn | ||
1820 | _libre_DSO_pathbyaddr | ||
1821 | _libre_DSO_global_lookup | ||
1822 | _libre_ERR_load_DSO_strings | ||
1823 | _libre_CT_POLICY_EVAL_CTX_new | ||
1824 | _libre_CT_POLICY_EVAL_CTX_free | ||
1825 | _libre_CT_POLICY_EVAL_CTX_get0_cert | ||
1826 | _libre_CT_POLICY_EVAL_CTX_set1_cert | ||
1827 | _libre_CT_POLICY_EVAL_CTX_get0_issuer | ||
1828 | _libre_CT_POLICY_EVAL_CTX_set1_issuer | ||
1829 | _libre_CT_POLICY_EVAL_CTX_get0_log_store | ||
1830 | _libre_CT_POLICY_EVAL_CTX_set_shared_CTLOG_STORE | ||
1831 | _libre_CT_POLICY_EVAL_CTX_get_time | ||
1832 | _libre_CT_POLICY_EVAL_CTX_set_time | ||
1833 | _libre_SCT_new | ||
1834 | _libre_SCT_new_from_base64 | ||
1835 | _libre_SCT_free | ||
1836 | _libre_SCT_LIST_free | ||
1837 | _libre_SCT_get_version | ||
1838 | _libre_SCT_set_version | ||
1839 | _libre_SCT_get_log_entry_type | ||
1840 | _libre_SCT_set_log_entry_type | ||
1841 | _libre_SCT_get0_log_id | ||
1842 | _libre_SCT_set0_log_id | ||
1843 | _libre_SCT_set1_log_id | ||
1844 | _libre_SCT_get_timestamp | ||
1845 | _libre_SCT_set_timestamp | ||
1846 | _libre_SCT_get_signature_nid | ||
1847 | _libre_SCT_set_signature_nid | ||
1848 | _libre_SCT_get0_extensions | ||
1849 | _libre_SCT_set0_extensions | ||
1850 | _libre_SCT_set1_extensions | ||
1851 | _libre_SCT_get0_signature | ||
1852 | _libre_SCT_set0_signature | ||
1853 | _libre_SCT_set1_signature | ||
1854 | _libre_SCT_get_source | ||
1855 | _libre_SCT_set_source | ||
1856 | _libre_SCT_validation_status_string | ||
1857 | _libre_SCT_print | ||
1858 | _libre_SCT_LIST_print | ||
1859 | _libre_SCT_get_validation_status | ||
1860 | _libre_SCT_validate | ||
1861 | _libre_SCT_LIST_validate | ||
1862 | _libre_i2o_SCT_LIST | ||
1863 | _libre_o2i_SCT_LIST | ||
1864 | _libre_i2d_SCT_LIST | ||
1865 | _libre_d2i_SCT_LIST | ||
1866 | _libre_i2o_SCT | ||
1867 | _libre_o2i_SCT | ||
1868 | _libre_CTLOG_new | ||
1869 | _libre_CTLOG_new_from_base64 | ||
1870 | _libre_CTLOG_free | ||
1871 | _libre_CTLOG_get0_name | ||
1872 | _libre_CTLOG_get0_log_id | ||
1873 | _libre_CTLOG_get0_public_key | ||
1874 | _libre_CTLOG_STORE_new | ||
1875 | _libre_CTLOG_STORE_free | ||
1876 | _libre_CTLOG_STORE_get0_log_by_id | ||
1877 | _libre_CTLOG_STORE_load_file | ||
1878 | _libre_CTLOG_STORE_load_default_file | ||