Roadmap: v1.0.0
Transport encryption already exists (src/common/tls_util.{h,cpp}, C2): opt-in SUCO_TLS=1, wired through client/coordinator/worker/wrapper, self-signed cert + SSL_read/SSL_write. Today peer authentication is the HMAC challenge-response and TLS verification is disabled. This item adds the mutual-TLS layer for zero-trust enterprise use.
Scope
Lane: Linux/grid (Claude); builds on existing tls_util.
Roadmap: v1.0.0
Transport encryption already exists (
src/common/tls_util.{h,cpp}, C2): opt-inSUCO_TLS=1, wired through client/coordinator/worker/wrapper, self-signed cert +SSL_read/SSL_write. Today peer authentication is the HMAC challenge-response and TLS verification is disabled. This item adds the mutual-TLS layer for zero-trust enterprise use.Scope
sucosubcommand or script)wrap_acceptandwrap_connect(currently verification-disabled)Lane: Linux/grid (Claude); builds on existing
tls_util.