commit | 1630058dde922e0cfae7e0ab41c8409448c718a8 | [log] [tgz] |
---|---|---|
author | Paul Bakker <p.j.bakker@polarssl.org> | Fri Apr 11 13:28:43 2014 +0200 |
committer | Paul Bakker <p.j.bakker@polarssl.org> | Fri Apr 11 13:58:05 2014 +0200 |
tree | 504504acbbacc30bac82d62c242b55b33b207ef3 | |
parent | d6ad8e949b3dce716601ea269e095db1b617533a [diff] [blame] |
Potential buffer overwrite in pem_write_buffer() fixed Length indication when given a too small buffer was off. Added regression test in test_suite_pem to detect this.
diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index d5b0512..0460c63 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt
@@ -75,6 +75,7 @@ add_test_suite(mdx) add_test_suite(mpi) add_test_suite(pbkdf2) +add_test_suite(pem) add_test_suite(pkcs1_v21) add_test_suite(pkcs5) add_test_suite(pk)