Add TLS as a third mqtt_transport implementation, per docs/ARCHITECTURE.md's roadmap:
- AmiSSL 5.x transport behind an
MQTT_TLS tag; soft-fails when amissl.library is absent.
- An OpenSSL host transport for test parity (host unit/smoke tests against a TLS broker).
See docs/ARCHITECTURE.md ("Roadmap" section, Phase 3) and src/core/mqtt_transport.h (the vtable seam this plugs into — do not bypass it).
Add TLS as a third
mqtt_transportimplementation, perdocs/ARCHITECTURE.md's roadmap:MQTT_TLStag; soft-fails whenamissl.libraryis absent.See
docs/ARCHITECTURE.md("Roadmap" section, Phase 3) andsrc/core/mqtt_transport.h(the vtable seam this plugs into — do not bypass it).