PolarSSL 1.2.15/mbed TLS 1.3.12 發布,這兩個版本是維護版本,主要是一些 bug 修復和安全修復。客戶端訪問 Diffie-Hellman 參數提升到 1024 bits。
伺服器 Diffie-Hellman 參數升級到 2048 bits。
改進:
Bug 修復
Fix thread-safety issue in SSL debug module (found by Edwin van Vliet).
Some example programs were not built using make, not included in Visual Studio projects (found by Kristian Bendiksen).
Fix build error with CMake and pre-4.5 versions of GCC (found by Hugo Leisink).
Fix missing -static-ligcc when building shared libraries for Windows with make.
Fix compile error with armcc5 --gnu.
更多更新內容請看發行說明。
下載:
PolarSSL 源碼,也許是最小巧的ssl代碼庫。高效、便於移植和集成。尤其適合嵌入式應用。
目前 PolarSSL 已經被 ARM 公司收購,並改名為 mbed TLS。許可證也由 GPL 改為 Apache。