commit | 1f761153408c1be3773009c64b41f34d85ea199b | [log] [tgz] |
---|---|---|
author | Paul Bakker <p.j.bakker@polarssl.org> | Thu Feb 18 18:16:31 2010 +0000 |
committer | Paul Bakker <p.j.bakker@polarssl.org> | Thu Feb 18 18:16:31 2010 +0000 |
tree | 4d452d1fddbe89a9b9a05833bc3bf6b168cd3214 | |
parent | 361e6382db11f1ca6c557c413c7f8e387263e4f9 [diff] [blame] |
- Fixed bug resulting in failure to send the last certificate in the chain in ssl_write_certificate() and ssl_write_certificate_request()
diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index a5af621..5f73112 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt
@@ -25,3 +25,4 @@ add_test_suite(xtea) add_test_suite(dhm) add_test_suite(x509parse) +add_test_suite(debug)