TaSK
TaSK copied to clipboard
The "TaSK Framework" is a configurable test tool for performing TLS conformity tests based on the Technical Guideline TR-03116-TS.
``` [ 62%] Creating directories for 'EP_OPENSSL' [ 65%] Performing download step (download, verify and extract) for 'EP_OPENSSL' -- Downloading... dst='/home/user/gits/TaSK/tlstesttool/build/EP_OPENSSL-prefix/src/openssl-3.0.1.tar.gz' timeout='none' inactivity timeout='none' -- Using src='https://www.openssl.org/source/openssl-3.0.1.tar.gz' ^^^^^ ```
update your vulnerable Library: OpenSSL 3.0.2 15 Mar 2022 in Docker to an accurate actual version
offer in the dockerfile automatic security fixes for OS and Java
because of the compilation issues, plkease offer artefacts with accurate collision resistant cryptographioc hash values like SHA-3-512
try to prevent no memory safe programming language like C
I have cleaned up the current Dockerfile a bit to reduce the layers. Additionally, the apt cache is now being cleared. For safety reasons, the DEBIAN_FRONTEND has been set to...
Hi, I tried to compile the tlstesttool as described in the README, but got the following error: ` /home/Documents/TaSK/tlstesttool/src/tls/mbedtls/TlsSession.cpp: In function ‘std::string TlsTestTool::MbedTls::errorToString(int)’: /home/Documents/TaSK/tlstesttool/src/tls/mbedtls/TlsSession.cpp:144:25: error: ‘str’ may be used uninitialized...
to reference topics accross plattforms
This test is executed even if the `SESSION_TICKET` profile is not set. When the server does not support session resumption and therefore does not generate a session ticket, the test...
This test is executed even if the `SESSION_ID` profile is not set. When the server does not support session resumption and therefore does not set a session ID, the test...