TrustedFirmware Git Browser
Code Review
Sign In
review.trustedfirmware.org
/
mirror
/
mbed-tls.git
/
d2e77b51a198a97439b360f77e5ef764fc3d07b2
/
tests
/
suites
/
test_suite_mpi.data
4d8c836
Merge pull request #346 from gilles-peskine-arm/mpi_copy_shrink
by Manuel Pégourié-Gonnard
· 5 years ago
a9da093
shrink tests: clearer description
by Gilles Peskine
· 5 years ago
7428b45
Better coverage for copy and swap
by Gilles Peskine
· 6 years ago
72d7609
Bignum copy/shrink: More precise test case descriptions
by Gilles Peskine
· 6 years ago
0b1ae0e
mpi_lt_mpi_ct: Add further tests
by Janos Follath
· 6 years ago
53fc7b0
mpi_lt_mpi_ct: Fix test numbering
by Janos Follath
· 6 years ago
0e4792e
mpi_lt_mpi_ct perform tests for both limb size
by Janos Follath
· 6 years ago
f17c800
mbedtls_mpi_lt_mpi_ct: add tests for 32 bit limbs
by Janos Follath
· 6 years ago
0ac9557
Add more tests for mbedtls_mpi_lt_mpi_ct
by Janos Follath
· 6 years ago
b7e1b49
mpi_lt_mpi_ct test: hardcode base 16
by Janos Follath
· 6 years ago
0e5532d
Change mbedtls_mpi_cmp_mpi_ct to check less than
by Janos Follath
· 6 years ago
385d5b8
Add tests to constant time mpi comparison
by Janos Follath
· 6 years ago
efa2ac8
Uniquify test case descriptions
by Gilles Peskine
· 6 years ago
62ab1f9
Merge remote-tracking branch 'origin/pr/2405' into development
by Jaeden Amero
· 6 years ago
04dadb7
Add non-regression test for buffer overflow
by Janos Follath
· 6 years ago
e344d0f
Add little endian export to Bignum
by Janos Follath
· 6 years ago
a778a94
Add little endian import to Bignum
by Janos Follath
· 6 years ago
b48e1aa
Add separate test for mbedtls_mpi_free() accepting NULL
by Hanno Becker
· 7 years ago
afb607b
Add tests for parameter validation in MPI module
by Hanno Becker
· 7 years ago
ac2ead0
Improve deterministic test for prime testing
by Darryl Green
· 7 years ago
a0b67c2
Bignum: Deprecate mbedtls_mpi_is_prime()
by Janos Follath
· 7 years ago
64eca05
Bignum: Add tests for primality testing
by Janos Follath
· 7 years ago
a3cb7eb
Bignum: Add test for improved prime generation
by Janos Follath
· 7 years ago
7c025a9
Generalize dh_flag in mbedtls_mpi_gen_prime
by Janos Follath
· 7 years ago
46c9b1f
Fix test functions and data after moving hexify/unhexify out
by Azim Khan
· 8 years ago
11999bb
Fix minor code style issues
by Darryl Green
· 7 years ago
6668927
Generate primes according to FIPS 186-4
by Jethro Beekman
· 7 years ago
4bcb491
Abort modular inversion when modulus is one.
by Hanno Becker
· 8 years ago
a4af1c4
Correct sign in modular exponentiation algorithm.
by Hanno Becker
· 8 years ago
d1cc7f6
Fix buffer overflow in mbedtls_mpi_write_string()
by Andres AG
· 9 years ago
ec5ceb6
Test invalid bit value in mbedtls_mpi_set_bit()
by Paul Bakker
· 9 years ago
6c92268
Improved on the previous fix and added a test case to cover both types
by Janos Follath
· 10 years ago
044a86b
Tests and fix added for #309 (inplace mpi doubling).
by Janos Follath
· 10 years ago
c0696c2
Rename mbedtls_mpi_msb to mbedtls_mpi_bitlen
by Manuel Pégourié-Gonnard
· 10 years ago
da61ed3
Merge branch 'mbedtls-1.3' into development
by Manuel Pégourié-Gonnard
· 10 years ago
770b5e1
Fix missing NULL check in MPI
by Manuel Pégourié-Gonnard
· 10 years ago
2cf5a7c
The Great Renaming
by Manuel Pégourié-Gonnard
· 10 years ago
6c343d7
Fix mpi_write_string() to write "00" as hex output for empty MPI
by Paul Bakker
· 11 years ago
15f58a8
Add test for mpi_gen_prime()
by Manuel Pégourié-Gonnard
· 11 years ago
a60fe89
Add mpi_safe_cond_swap()
by Manuel Pégourié-Gonnard
· 12 years ago
9a4a5ac
Fix bug in mpi_set_bit
by Manuel Pégourié-Gonnard
· 12 years ago
3209ce3
Merged ECP improvements
by Paul Bakker
· 12 years ago
378fb4b
Split mpi_is_prime() and make its first arg const
by Manuel Pégourié-Gonnard
· 12 years ago
3e3d2b8
Fix bug in mpi_safe_cond_assign()
by Manuel Pégourié-Gonnard
· 12 years ago
71c2c21
Add mpi_safe_cond_assign()
by Manuel Pégourié-Gonnard
· 12 years ago
5868163
Add mpi_shrink()
by Manuel Pégourié-Gonnard
· 12 years ago
60b1d10
Fixed spelling / typos (from PowerDNS:codespell)
by Paul Bakker
· 12 years ago
428b9ba
Moved POLARSSL_FS_IO check to .function from .data
by Paul Bakker
· 12 years ago
df0142b
Fix some dependencies in tests
by Manuel Pégourié-Gonnard
· 12 years ago
dbd443d
Adapted .function files and .data files to new test framework
by Paul Bakker
· 12 years ago
e44ec10
Fixed segfault in mpi_shift_r()
by Manuel Pégourié-Gonnard
· 13 years ago
17a9790
- Added regression check for latest mpi_add_abs() issue
by Paul Bakker
· 13 years ago
f6198c1
- mpi_exp_mod() now correctly handles negative base numbers (Closes ticket #52)
by Paul Bakker
· 13 years ago
0c8f73b
- Fixed a mistake in mpi_cmp_mpi() where longer B values are handled wrong
by Paul Bakker
· 13 years ago
cb37aa5
- Better buffer handling in mpi_read_file()
by Paul Bakker
· 14 years ago
5690efc
- Fixed a whole bunch of dependencies on defines between files, examples and tests
by Paul Bakker
· 14 years ago
2f5947e
- Added mpi_get_bit() and mpi_set_bit() individual bit setter/getter functions.
by Paul Bakker
· 14 years ago
335db3f
- Functions requiring File System functions can now be disables by undefining POLARSSL_FS_IO
by Paul Bakker
· 14 years ago
c847f07
- Added extra test cases
by Paul Bakker
· 16 years ago
ba48cb2
- Added and modified tests (result from coverage)
by Paul Bakker
· 16 years ago
e896fea
- Added additional cases for MPI, MDx
by Paul Bakker
· 16 years ago
367dae4
- Added CMake makefiles as alternative to regular Makefiles.
by Paul Bakker
· 16 years ago