From 03a30d34dc5c1b9eae5805bf6c12b38ac0bf5faa Mon Sep 17 00:00:00 2001
From: Paul Bakker
Date: Fri, 11 Nov 2011 10:55:02 +0000
Subject: [PATCH] - Added latest fix to ChangeLog
---
ChangeLog | 2 ++
1 file changed, 2 insertions(+)
diff --git a/ChangeLog b/ChangeLog
index 245cbf245..e67f64d16 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.