Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/3rdparty/libprocess
/ context
Function
context
src/openssl.cpp:782–786 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
780
781
782
SSL_CTX* context()
783
{
784
// TODO(benh): Always call
'initialize'
just in case?
785
return ctx;
786
}
787
788
789
Try<Nothing> verify(
Callers
1
accept_SSL_callback
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected