Skip to content

Instantly share code, notes, and snippets.

@fanquake
Last active November 2, 2019 13:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fanquake/f7bc9a1e740f005e73ae0edc8f99a250 to your computer and use it in GitHub Desktop.
Save fanquake/f7bc9a1e740f005e73ae0edc8f99a250 to your computer and use it in GitHub Desktop.
nm -C src/qt/bitcoin-qt | grep -i ssl
00000000012b88d0 T DH_OpenSSL
00000000012b7040 T DSA_OpenSSL
000000000128d4f0 T DSO_METHOD_openssl
00000000012ba760 T ECDH_OpenSSL
000000000128c1b0 T ECDSA_OpenSSL
0000000001ed5d98 B OPENSSL_NONPIC_relocated
000000000129efb0 T OPENSSL_asc2uni
000000000126ce10 T OPENSSL_atomic_add
000000000126cfb0 T OPENSSL_cleanse
0000000001270d80 T OPENSSL_config
000000000126bd40 t OPENSSL_cpuid_setup
00000000012fbef0 T OPENSSL_gmtime
00000000012fbf00 T OPENSSL_gmtime_adj
000000000126ce40 T OPENSSL_ia32_cpuid
000000000126d080 T OPENSSL_ia32_rdrand
0000000001ed9560 B OPENSSL_ia32cap_P
000000000126bd30 T OPENSSL_ia32cap_loc
000000000126cdf0 T OPENSSL_init
000000000126beb0 T OPENSSL_isservice
0000000001280520 T OPENSSL_load_builtin_modules
0000000001270e10 T OPENSSL_no_config
000000000126ce30 T OPENSSL_rdtsc
000000000126be00 T OPENSSL_showfatal
000000000126c3a0 T OPENSSL_stderr
000000000129f050 T OPENSSL_uni2asc
000000000126d010 T OPENSSL_wipe_cpu
000000000126bec0 T OpenSSLDie
000000000127b670 T RAND_SSLeay
00000000012e2a20 T RSA_PKCS1_SSLeay
00000000012e2ef0 T RSA_padding_add_SSLv23
00000000012e2ff0 T RSA_padding_check_SSLv23
0000000001307f70 T UI_OpenSSL
00000000004eaca0 T LockingCallbackOpenSSL(int, int, char const*, int)
0000000000e237d0 T QNetworkReply::ignoreSslErrors()
0000000000e237c0 T QNetworkReply::ignoreSslErrorsImplementation(QList<QSslError> const&)
0000000000e237c0 T QNetworkReply::setSslConfigurationImplementation(QSslConfiguration const&)
0000000000e06de0 T QHttpNetworkRequest::setSsl(bool)
0000000000e237c0 T QNetworkReply::sslConfigurationImplementation(QSslConfiguration&) const
0000000000e06500 t QHttpNetworkRequest::isSsl() const
0000000000e19930 T QHttpNetworkConnection::isSsl() const
00000000012cae80 t check_purpose_ns_ssl_server
00000000012caa20 t check_purpose_ssl_client
00000000012caf40 t check_purpose_ssl_server
0000000001ebeb40 d dh_ossl
0000000001ed79a0 b openssl_configured
0000000001ebeae0 d openssl_dsa_meth
0000000001ebeba0 d openssl_ecdh_meth
0000000001ebd360 d openssl_ecdsa_meth
0000000001eb6ce0 D rand_ssleay_meth
000000000127b630 t ssleay_rand_add
000000000127b220 t ssleay_rand_add.part.0
000000000127b680 T ssleay_rand_bytes
000000000127b1c0 t ssleay_rand_cleanup
000000000127c190 t ssleay_rand_nopseudo_bytes
000000000127c180 t ssleay_rand_pseudo_bytes
000000000127b650 t ssleay_rand_seed
000000000127b050 t ssleay_rand_status
0000000001ebf820 d ui_openssl
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment