From 42e5981c26b68d20badc0fbc2ec481bf2fbf756a Mon Sep 17 00:00:00 2001 From: Paul Bakker Date: Thu, 9 Jun 2011 15:55:41 +0000 Subject: [PATCH] - Updated to reflect changes in error codes in the generic cipher and message digest layers --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ChangeLog b/ChangeLog index b0e7ccb7d..b31c4f4b6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -4,6 +4,10 @@ PolarSSL ChangeLog Features * Expanded cipher layer with support for CFB128 and CTR mode +Changes + * The generic cipher and message digest layer now have normal error + codes instead of integers + Bugfix * Undid faulty bug fix in ssl_write() when flushing old data (Ticket #18)