[openssl-dev] [openssl.org #4272] [BUG/PATCH] Unit tests fail when DTLS is disabled

Short, Todd via RT rt at openssl.org
Tue Jan 26 14:31:27 UTC 2016


Hello:

When DTLS is disabled in master (./config no-dtls) the corresponding unit tests fail. The same thing would happen if TLS were disabled. The issue is in the ’TLS Version min/max tests’ and DTLS Version min/max tests’. The skip function is not called within a SKIP: { } block, causing the tests to fail unexpectedly by “skipping” the planned test, and then doing another test (i.e. ok()) later.

I have a patch, but I am waiting for the RT number.
--
-Todd Short
// tshort at akamai.com<mailto:tshort at akamai.com>
// "One if by land, two if by sea, three if by the Internet."




More information about the openssl-dev mailing list