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.
`root@21979ab1759f:/task/src/task/com.achelos.task.tr03116ts/target# java -jar com.achelos.task.tr03116ts-1.0.1.jar --configFile ../../docker/GlobalConfig.xml --mics-file ../../data/input/ExampleMICS_SMGW-HAN-CLIENT.xml no main manifest attribute, in com.achelos.task.tr03116ts-1.0.1.jar `
**Issue Type**: Redundant test items **Testcase name**: Select strongest cipher suite **Testcase number**: TLS_B1_GP_09 **Test code**: TLS_B1_GP_09.java **Description**: The TLS server selects the cipher suites based on the client preference....
**Issue Type**: Tool Implementation Principle **Testcase name**: Compression not selected **Testcase number**: TLS_B1_FR_12 **Test code**: TLS_B1_FR_12.java **Description**: The RFC of TLS 1.2 does not require the behavior (disconnection or ignoring)...
**Issue Type**: Tool Implementation Principle **Testcase name**: Supported TLS versions **Testcase number**: TLS_B1_GP_01_T **Test code**: TLS_B1_GP_01_T.java **Description**: The test tool requires that the non-ECC cipher suite be used. Otherwise, the...
**Issue Type**: Test Principles **Testcase name**: signature_algorithms extension **Testcase number**: TLS_B1_GP_03_T **Test code**: TLS_B1_GP_03_T.java Description: The test tool only allows that the algorithm in "signature_algorithms extension" is consistent with the...
**Issue Type**: Tool Configuration **Testcase name**: signature_algorithms extension **Testcase number**: TLS_B1_GP_03_T **Test code**: TLS_B1_GP_03_T.java **Description**: In TestRunPlan mode and TLS 1.2 tested, only reserverd_4 can be configured in the XML...
**Issue Type**: Tool Configuration **Testcase name**: Session renegotiation **Testcase number**: TLS_B1_FR_09 **Test code**: TLS_B1_FR_09.java **Description**: In TestRunPlan mode, the tool sends client hello packets carrying compression methond when it functions...
I want to upload and execute my working TestRunPlan over ReST endpoint `{baseUrl}/execute/trp` and get the error. ``` "statuscode": "400", "errormessage": "Bad Request: Received TestRunplan could not be parsed: TaSKRequestHandler:...
When building with Docker on MacBook Pro with M1 Pro, the build fails with `gcc: error: unrecognized command-line option '-m64'`. ## Command to build ```shell docker build -t bsi-task:latest ```...
You already provide a `Dockerfile`. Why don't you push images to Docker Hub?