安全通信库,GNU Transport Layer Security Library 3.1.2 发布

jopen 12年前

GnuTLS是SSL, TLS,  DTLS协议和围绕这些技术实现的一个安全通信库。它提供一个简单的C语言应用编程接口(API)来访问这些安全通信协议,和用于读写X.509, PKCS #12, OpenPGP, 和其它结构的API。它的目的是可移植的,高效的专注于安全性和互操作性。
安全通信库,GNU Transport Layer Security Library 3.1.2 发布
特性:

  • 支持 TLS 1.2, TLS 1.1, TLS 1.0, SSL 3.0 and Datagram TLS protocols
  • 支持 authentication using both X.509 and OpenPGP certificates.
  • 支持 password and key authentication methods such as SRP and PSK protocols.
  • 支持 elliptic curves in addition to RSA and DSA.
  • 支持 the Online Certificate Status Protocol (OCSP).
  • 支持 all the strong encryption algorithms, including AES and Camellia.
  • 支持 CPU-assisted cryptography with VIA padlock and AES-NI instruction sets.
  • 支持 cryptographic accelerator drivers via /dev/crypto.
  • 支持原生的 cryptographic tokens 比如 smart-cards, via PKCS #11.
  • 支持原生的Trusted Platform Module (TPM).
  • 可运行在大部Unix平台和Windows之上

这个版本包括功能更新,尤其是支持DTLS心跳消息和
修复在当前稳定分支中的Bug。</span>