- Fixed a bug in mpi_gcd() that prevented correct funtioning when both input numbers are even.

This commit is contained in:
Paul Bakker 2009-01-29 22:24:33 +00:00
parent 785a9eeece
commit 4e0d7ca233
2 changed files with 54 additions and 6 deletions

View file

@ -1,5 +1,13 @@
PolarSSL ChangeLog
= Version 0.10.2 released on 2009-XXXX
* Fixed a bug in mpi_gcd() so that it also works when both
input numbers are even and added testcases to check
(found by Pierre Habouzit)
= Version 0.10.1 released on 2009-01-25
* Added BSD License
= Version 0.10.0 released on 2009-01-12
* Migrated XySSL to PolarSSL
* Added XTEA symmetric cipher