commit | 1e9423704a2379228828152a2f05d123e181cf9f | [log] [tgz] |
---|---|---|
author | Paul Bakker <p.j.bakker@polarssl.org> | Wed Mar 26 11:54:05 2014 +0100 |
committer | Paul Bakker <p.j.bakker@polarssl.org> | Tue Jul 08 11:20:25 2014 +0200 |
tree | a8ef5cbfcde7997af73e4b0eec364dcb20e77e43 | |
parent | ec8e5db1cf32abc8363507bb6845fd7bf4c5f744 [diff] [blame] |
Support for seed file writing and reading in Entropy
diff --git a/ChangeLog b/ChangeLog index e7e2a71..fe8e5e7 100644 --- a/ChangeLog +++ b/ChangeLog
@@ -1,6 +1,9 @@ PolarSSL ChangeLog = Branch 1.2 +Features + * Entropy module now supports seed writing and reading + Changes * Introduced POLARSSL_HAVE_READDIR_R for systems without it * Improvements to the CMake build system, contributed by Julian Ospald.