mbedtls/tests
Andres AG e0545c30dd Fix buffer overflow in mbedtls_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 22:58:05 +00:00
..
data_files Merge branch 'mbedtls-2.1-iotssl-1071-ca-flags' 2017-02-27 20:24:55 +00:00
scripts Fix generate_code.pl to handle escaped : 2017-02-02 14:43:44 +00:00
suites Fix buffer overflow in mbedtls_mpi_write_string() 2017-03-02 22:58:05 +00:00
.gitignore Move some ignore patterns to subdirectories 2015-01-28 15:33:23 +00:00
CMakeLists.txt Remove need for elevated command line in Windows 2017-02-20 21:47:29 +00:00
compat.sh Adapt SSLv3 test configuration for new default 2016-03-15 20:39:52 +00:00
Descriptions.txt Add selftest program to the list of tests 2014-04-04 16:33:01 +02:00
Makefile Cosmetics in Makefiles 2015-07-08 22:12:06 +01:00
ssl-opt.sh Add DTLS test to check 6 byte record ctr is cmp 2017-02-25 20:07:38 +00:00