вот из мануала по модему:
2.2. SSL/TLS
TLS and its predecessor SSL are cryptographic protocols used over the Internet to provide
secure data communication in several applications. A classic example is the HTTPS
connection between Web browsers and Web servers.
For protocol details refer to [RFC 2246; The TLS Protocol Version 1.0] .
For details about certificates refer to [RFC 2459; X509v3].
The product series HE910 / HE920 / UE910 V2 support both
TLS version 1.0 (RFC2246) and TLS 1.1 (RFC4346 )
For protocol details refer to [RFC 4346; The TLS Protocol Version 1.1]
Note: on HE910 to choose TLS version, use #SSLSECCFG2 command as follows:
AT#SSLSECCFG2=<SSId>,<version>
Where:
<SSId> - Secure Socket Identifier
1 – Until now SSL block manage only one socket
<version> - SSL/TLS protocol version
(default is 1, i.e.: TLSv1.0)
0 – protocol version SSLv3
1 – protocol version TLSv1.0
2 – protocol version TLSv1.1