package
0.0.0-20220412220916-5ea02083e3ec
Repository: https://github.com/riteshrch/go-edge-device-lib.git
Documentation: pkg.go.dev

# Packages

Package insecure provides an insecure, unencrypted implementation of the the SecureConn and SecureTransport interfaces.

# Interfaces

SecureConn is an authenticated, encrypted connection.
A SecureMuxer is a wrapper around SecureTransport which can select security protocols and open outbound connections with simultaneous open.
A SecureTransport turns inbound and outbound unauthenticated, plain-text, native connections into authenticated, encrypted connections.