commit | aa6d1a0c19c2f7631b2d3473e4ae25581d2b4dff | [log] [tgz] |
---|---|---|
author | Ben Laurie <ben@openssl.org> | Thu Aug 31 14:04:04 2006 +0000 |
committer | Ben Laurie <ben@openssl.org> | Thu Aug 31 14:04:04 2006 +0000 |
tree | efee83d0a45fb212c34dd395d163ba2be2a54f2a | |
parent | 777c47acbeecf9602cc465864c9f5f2c609c989d [diff] [blame] |
Forward port of IGE mode.
diff --git a/CHANGES b/CHANGES index 2fe0ca8..36f46eb 100644 --- a/CHANGES +++ b/CHANGES
@@ -379,6 +379,9 @@ Changes between 0.9.8b and 0.9.8c [xx XXX xxxx] + *) Add AES IGE and biIGE modes. + [Ben Laurie] + *) Change the Unix randomness entropy gathering to use poll() when possible instead of select(), since the latter has some undesirable limitations.