commit | b9d3cfa1140c8008599b9986463f27264e1764ba | [log] [tgz] |
---|---|---|
author | Paul Bakker <p.j.bakker@polarssl.org> | Wed Jun 26 15:07:16 2013 +0200 |
committer | Paul Bakker <p.j.bakker@polarssl.org> | Wed Jun 26 15:08:29 2013 +0200 |
tree | cafb71217699f077586aa99502505beaeb9f4ae2 | |
parent | 534f82c77a7a07e0c3404a9973c705c5dcdd0131 [diff] [blame] |
Split up GCM into a start/update/finish cycle
diff --git a/ChangeLog b/ChangeLog index ee3d865..6ea2dea6 100644 --- a/ChangeLog +++ b/ChangeLog
@@ -16,6 +16,7 @@ dynamically set (Better support for hardware acceleration) * Moved all OID functionality to a separate module. RSA function prototypes for the RSA sign and verify functions changed as a result + * Split up the GCM module into a starts/update/finish cycle Bugfix * Fix for MPI assembly for ARM