- Added GCM ciphersuites to TLS implementation

This commit is contained in:
Paul Bakker
2012-04-18 14:23:57 +00:00
parent 0b22e3e989
commit ca4ab49158
8 changed files with 433 additions and 52 deletions

View File

@@ -14,6 +14,7 @@ Features
* Added cert_req example application
* Added base Galois Counter Mode (GCM) for AES
* Added TLS 1.2 support
* Added GCM suites to TLS 1.2 (RFC 5288)
Changes
* Removed redundant POLARSSL_DEBUG_MSG define