TrustedFirmware Git Browser
Code Review
Sign In
review.trustedfirmware.org
/
mirror
/
mbed-tls.git
/
e23166f7e85872dff23b48eeaf5c6ff7c091337d
/
library
/
bignum.c
48eab26
- Corrected is_prime() results for 0, 1 and 2 (found by code coverage tests)
by Paul Bakker
· 16 years ago
ce40a6d
- Fixed incorrect handling of negative first input value in mpi_mod_mpi() and mpi_mod_int(). Resulting change also affects mpi_write_string() (found by code coverage tests).
by Paul Bakker
· 16 years ago
1ef7a53
- Fixed incorrect handling of negative first input value in mpi_sub_abs() (found by code coverage tests).
by Paul Bakker
· 16 years ago
f7ca7b9
- Fixed incorrect handling of one single negative input value in mpi_add_abs() (found by code coverage tests).
by Paul Bakker
· 16 years ago
05feca6
- Fixed incorrect handling of negative strings in mpi_read_string() (found by code coverage tests).
by Paul Bakker
· 16 years ago
70b3eed
- Moved mpi_gcd() outside of the POLARSSL_GENPRIME define. Is needed in rsa.c for normal use.
by Paul Bakker
· 16 years ago
4e0d7ca
- Fixed a bug in mpi_gcd() that prevented correct funtioning when both input numbers are even.
by Paul Bakker
· 17 years ago
785a9ee
- Added email address to header license information
by Paul Bakker
· 17 years ago
e0ccd0a
- Updated Copyright notices
by Paul Bakker
· 17 years ago
40e4694
- First replacement of xyssl by polarssl where needed
by Paul Bakker
· 17 years ago
5121ce5
- Renamed include directory to polarssl
by Paul Bakker
· 17 years ago