Updated for 1.2.2 release

This commit is contained in:
Paul Bakker
2012-11-24 12:20:19 +01:00
parent 3497d8c7bf
commit df5069cb97
6 changed files with 13 additions and 11 deletions

View File

@@ -1,12 +1,14 @@
PolarSSL ChangeLog
= Version Master
= Version 1.2.2 released 2012-11-24
Changes
* Added p_hw_data to ssl_context for context specific hardware acceleration
data
* During verify trust-CA is only checked for expiration and CRL presence
Bugfixes
* Fixed client authentication compatibility with TLS 1.2
* Fixed client authentication compatibility
* Fixed dependency on POLARSSL_SHA4_C in SSL modules
= Version 1.2.1 released 2012-11-20
Changes