HomeClusterLabs Projects

Refactor: libs: Move tls-specific code from remote.c to tls.c.

This commit no longer exists in the repository. It may have been part of a branch which was deleted.

Description

Refactor: libs: Move tls-specific code from remote.c to tls.c.

Note that there's more gnutls references remaining in remote.c.
Basically anywhere a function has to determine what type a session is
and do a read/write on it still has a gnutls reference. I don't think
it's worth trying to isolate the gnutls code further because it would
probably require creating some abstraction with function pointers for
different types of sessions.

Details

Provenance
clumensAuthored on Dec 4 2024, 10:01 AM

Commit No Longer Exists

This commit no longer exists in the repository.