mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2026-01-07 15:09:28 +01:00
- Fixed a bug in mpi_gcd() that prevented correct funtioning when both input numbers are even.
This commit is contained in:
parent
785a9eeece
commit
4e0d7ca233
2 changed files with 54 additions and 6 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue