MCPcopy Create free account
hub / github.com/F-Stack/f-stack / connCreateTLS

Function connCreateTLS

app/redis-6.2.6/src/tls.c:427–429  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

425}
426
427connection *connCreateTLS(void) {
428 return createTLSConnection(1);
429}
430
431/* Fetch the latest OpenSSL error and store it in the connection */
432static void updateTLSError(tls_connection *conn) {

Callers 3

connectWithMasterFunction · 0.85
clusterCronFunction · 0.85
migrateGetSocketFunction · 0.85

Calls 1

createTLSConnectionFunction · 0.85

Tested by

no test coverage detected