mbedtls/tests
Janos Follath e344d0f6fc Add little endian export to Bignum
The function `mbedtls_mpi_write_binary()` writes big endian byte order,
but we need to be able to write little endian in some caseses. (For
example when handling keys corresponding to Montgomery curves.)

Used `echo xx | tac -rs ..` to transform the test data to little endian.
2019-02-22 15:41:31 +00:00
..
.jenkins Add Jenkinsfile for PR job 2018-10-19 15:25:10 +01:00
data_files Merge development commit 8e76332 into development-psa 2019-01-31 08:20:20 -05:00
git-scripts Merge development commit 8e76332 into development-psa 2019-01-31 08:20:20 -05:00
scripts Test undefining MBEDTLS_ECDH_LEGACY_CONTEXT in all.sh 2019-02-22 13:04:23 +01:00
suites Add little endian export to Bignum 2019-02-22 15:41:31 +00:00
.gitignore
CMakeLists.txt Merge development commit 8e76332 into development-psa 2019-01-31 08:20:20 -05:00
compat.sh Fix #2370, minor typos and spelling mistakes 2019-01-24 10:37:40 +01:00
Descriptions.txt
Makefile psa: Include PSA headers for tests and programs 2018-11-23 15:22:44 +00:00
ssl-opt.sh Merge development-psa commit 80b5662 into development-psa-merged branch 2019-02-05 06:02:51 -05:00