轻量级SSL库PolarSSL发布1.2.4.2013-01-25 1.2的小Bug修正版本。上个版本是2012-11-25的1.2.3 越来越多的应用已经可以支持PolarSSL
PolarSSL源码,也许是最小巧的ssl代码库。高效、便于移植和集成。尤其适合嵌入式应用。
完全改进:= Version 1.2.4 released 2013-01-25
Changes
* Added ssl_handshake_step() to allow single stepping the handshake process
Bugfix
* Memory leak when using RSA_PKCS_V21 operations fixed
* Handle future version properly in ssl_write_certificate_request()
* Correctly handle CertificateRequest message in client for <= TLS 1.1
without DN list
下载:https://polarssl.org/download/polarssl-1.2.4-gpl.tgz
项目主页:https://polarssl.org/
来自:开源中国社区

