mbedtls/tests
Andres AG d1cc7f6f34 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 21:34:21 +00:00
..
data_files Merge branch 'iotssl-1071-ca-flags' 2017-02-27 19:06:05 +00:00
scripts Merge branch 'development-restricted' 2017-02-15 23:55:22 +02:00
suites Fix buffer overflow in mbedtls_mpi_write_string() 2017-03-02 21:34:21 +00:00
.gitignore
CMakeLists.txt Remove need for elevated command line in Windows 2017-02-15 09:08:26 +00:00
compat.sh Remove specific GnuTLS and OpenSSL version requirements 2016-09-15 20:45:53 +01:00
Descriptions.txt
Makefile Clean up of formatting, and potential integer overflow fix 2016-10-13 13:51:13 +01:00
ssl-opt.sh Add DTLS test to check 6 byte record ctr is cmp 2017-02-15 23:26:35 +02:00