Module tls

Source
Expand description

§Raw Sockets for nrfxlib

Transport Layer Security (TLS, aka SSL) socket related code.

Copyright (c) 42 Technology Ltd 2019

Dual-licensed under MIT and Apache 2.0. See the README for more details.

Structs§

TlsSocket
Represents a connection to a remote TCP/IP device using TLS.

Enums§

PeerVerification
Specify whether to verify the peer
Version
Specify which version of the TLS standard to use

Functions§

provision_certificates
Store SSL certificates in the modem NVRAM for use with a subsequent TLS connection.