Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/actor-framework/actor-framework
/ native
Function
native
libcaf_net/caf/net/ssl/context.cpp:21–23 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
19
namespace {
20
21
auto native(context::impl* ptr) {
22
return reinterpret_cast<SSL_CTX*>(ptr);
23
}
24
25
} // namespace
26
Callers
12
context.cpp
File · 0.70
~context
Method · 0.70
make_ctx
Function · 0.70
verify_mode
Method · 0.70
password_callback_impl
Method · 0.70
new_connection
Method · 0.70
enable_default_verify_paths
Method · 0.70
add_verify_path
Method · 0.70
load_verify_file
Method · 0.70
use_certificate_file
Method · 0.70
use_certificate_chain_file
Method · 0.70
use_private_key_file
Method · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected