mbedtls/tests
Andres AG 2b2fc115df Fix buffer overflow in mpi_write_string()
Fix a buffer overflow when writting a string representation of an MPI
number to a buffer in hexadecimal. The problem occurs because hex
digits are written in pairs and this is not accounted for in the
calculation of the required buffer size when the number of digits is
odd.
2017-03-02 23:01:54 +00:00
..
data_files Merge branch 'mbedtls-1.3-iotssl-1071-ca-flags' 2017-02-27 21:25:03 +00:00
scripts Fix generate_code.pl to handle escaped : 2017-02-25 21:27:17 +00:00
suites Fix buffer overflow in mpi_write_string() 2017-03-02 23:01:54 +00:00
.gitignore Move some ignore patterns to subdirectories 2015-01-28 15:33:23 +00:00
CMakeLists.txt Add tests for the bug IOTSSL-619. 2016-05-18 19:58:40 +01:00
compat.sh Update default configuration 2016-04-09 00:16:40 +01:00
Descriptions.txt Add selftest program to the list of tests 2014-04-04 16:33:01 +02:00
Makefile Adds test_suite_pkcs1_v15 to tests/Makefile 2016-05-18 20:08:16 +01:00
ssl-opt.sh Add simple test for repeated IVs when using AEAD 2016-10-13 14:13:17 +01:00