1
0
mirror of https://github.com/ARMmbed/mbedtls.git synced 2025-10-18 00:12:48 +08:00

- Added latest fix to ChangeLog

This commit is contained in:
Paul Bakker
2011-11-11 10:55:02 +00:00
parent f7e5bb5904
commit 03a30d34dc

View File

@@ -8,6 +8,8 @@ Features
* Added ssl_set_max_version() to allow clients to offer a lower maximum
supported version to a server to help buggy server implementations.
(Closes ticket #36)
* Added cipher_get_cipher_mode() and cipher_get_cipher_operation()
introspection functions (Closes ticket #40)
Changes
* Documentation for AES and Camellia in modes CTR and CFB128 clarified.