TrustedFirmware Git Browser
Code Review
Sign In
review.trustedfirmware.org
/
mirror
/
mbed-tls.git
/
c38b2f5bcf7af32a9cdff4850345cdae1949439f
/
library
/
bignum.c
08f3c30
- Enlarged buffer to allow better debugging.
by Paul Bakker
· 15 years ago
fc8c436
- Updated copyright line to 2010
by Paul Bakker
· 15 years ago
1f3c39c
- Removed copyright line for Christophe Devine for clarity
by Paul Bakker
· 15 years ago
41d13f4
- Found algorithmic bug in mpi_is_prime()
by Paul Bakker
· 15 years ago
ff60ee6
- Added const-correctness to main codebase
by Paul Bakker
· 15 years ago
77b385e
- Updated copyright messages on all relevant files
by Paul Bakker
· 16 years ago
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