mbedtls/tests
Gilles Peskine 3b3d5e24ea Add tests for PKCS#1 v1.5 decoding
Functional tests for various payload sizes and output buffer sizes.

When the padding is bad or the plaintext is too large for the output
buffer, verify that function writes some outputs. This doesn't
validate that the implementation is time-constant, but it at least
validates that it doesn't just return early without outputting anything.
2018-10-08 13:12:04 +02:00
..
data_files Merge remote-tracking branch 'upstream-public/pr/1494' into mbedtls-2.1-proposed 2018-03-29 10:59:43 +01:00
scripts Fix all.sh check_tools function to handle paths 2018-07-24 13:40:25 +01:00
suites Add tests for PKCS#1 v1.5 decoding 2018-10-08 13:12:04 +02:00
.gitignore
CMakeLists.txt Support out-of-tree testing with CMake 2018-03-21 12:12:47 +01:00
compat.sh Enable SSL test scripts to dump logs on stdout 2018-04-03 17:59:56 +01:00
Descriptions.txt
Makefile Adds test_suite_pkcs1_v15 to tests/Makefile 2018-10-08 12:00:02 +02:00
ssl-opt.sh Merge remote-tracking branch 'public/pr/1811' into mbedtls-2.1 2018-09-26 23:02:07 +01:00