- Renamed ciphers member of ssl_context and cipher member of ssl_session to ciphersuites and ciphersuite respectively. This clarifies the difference with the generic cipher layer and is better naming altogether
 - Adapted in the rest of using code as well

diff --git a/ChangeLog b/ChangeLog
index db25d3c..486793f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -24,6 +24,11 @@
 Changes
    * x509parse_time_expired() checks time in addition to
      the existing date check
+   * The ciphers member of ssl_context and the cipher member
+     of ssl_session have been renamed to ciphersuites and
+	 ciphersuite respectively. This clarifies the difference
+	 with the generic cipher layer and is better naming
+	 altogether
 
 = Version 0.14.0 released on 2010-08-16
 Features