mbedtls/tests
Andres Amaya Garcia f7cf56fa45 Fix integer overflows in buffer bound checks
Fix potential integer overflows in the following functions:
  * mbedtls_md2_update() to be bypassed and cause
  * mbedtls_cipher_update()
  * mbedtls_ctr_drbg_reseed()
This overflows would mainly be exploitable in 32-bit systems and could
cause buffer bound checks to be bypassed.
2017-02-08 12:04:24 +00:00
..
data_files Merge branch 'iotssl-629-der-trailing-bytes' 2016-03-12 23:28:26 +00:00
scripts Fix all.sh test builds with recent glibc and clang 2017-01-06 16:14:44 +00:00
suites Fix integer overflows in buffer bound checks 2017-02-08 12:04:24 +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 2016-11-17 16:04:33 +00:00
compat.sh Remove specific GnuTLS and OpenSSL version requirements 2016-09-15 20:45:53 +01:00
Descriptions.txt Add selftest program to the list of tests 2014-04-04 16:33:01 +02:00
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-01-19 16:30:57 +00:00