mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2026-02-19 08:43:02 +00:00
- Fixed a bug in mpi_gcd() that prevented correct funtioning when both input numbers are even.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user