commit | f02c5642d0f19281e7c30d849bf8cd94703a9bd5 | [log] [tgz] |
---|---|---|
author | Paul Bakker <p.j.bakker@polarssl.org> | Tue Nov 13 10:25:21 2012 +0000 |
committer | Paul Bakker <p.j.bakker@polarssl.org> | Tue Nov 13 10:25:21 2012 +0000 |
tree | 0559854b6409c3e31ab32e3df7959f329041ebd7 | |
parent | 36c4a678a646d8446f243e9197ba358f3899cfdf [diff] [blame] |
- Allow R and A to point to same mpi in mpi_div_mpi
diff --git a/ChangeLog b/ChangeLog index a448acc..85e7a06 100644 --- a/ChangeLog +++ b/ChangeLog
@@ -4,6 +4,8 @@ Bugfixes * Fixes for MSVC6 * Moved mpi_inv_mod() outside POLARSSL_GENPRIME + * Allow R and A to point to same mpi in mpi_div_mpi (found by Manuel + Pégourié-Gonnard) = Version 1.2.0 released 2012-10-31 Features