|
Revision tags: v22.03, v22.03-rc4, v22.03-rc3, v22.03-rc2, v22.03-rc1, v21.11, v21.11-rc4, v21.11-rc3, v21.11-rc2, v21.11-rc1, v21.08, v21.08-rc4, v21.08-rc3, v21.08-rc2, v21.08-rc1, v21.05, v21.05-rc4, v21.05-rc3, v21.05-rc2, v21.05-rc1, v21.02, v21.02-rc4, v21.02-rc3, v21.02-rc2, v21.02-rc1, v20.11, v20.11-rc5, v20.11-rc4, v20.11-rc3, v20.11-rc2, v20.11-rc1, v20.08, v20.08-rc4, v20.08-rc3, v20.08-rc2, v20.08-rc1 |
|
| #
a1862286 |
| 11-Jun-2020 |
Archana Muniganti <[email protected]> |
examples/fips_validation: fix TDES interim callback
Fix missing callback registration and the incorrect callback definition for interim NK_STR. The callback should compare input key against the inte
examples/fips_validation: fix TDES interim callback
Fix missing callback registration and the incorrect callback definition for interim NK_STR. The callback should compare input key against the interim.
Fixes: 527cbf3d5ee3 ("examples/fips_validation: support TDES parsing") Cc: [email protected]
Signed-off-by: Archana Muniganti <[email protected]>
show more ...
|
|
Revision tags: v20.05, v20.05-rc4, v20.05-rc3, v20.05-rc2, v20.05-rc1, v20.02, v20.02-rc4, v20.02-rc3 |
|
| #
f2fc83b4 |
| 09-Feb-2020 |
Thomas Monjalon <[email protected]> |
replace unused attributes
There is a common macro __rte_unused, avoiding warnings, which is now used where appropriate for consistency.
Signed-off-by: Thomas Monjalon <[email protected]>
|
|
Revision tags: v20.02-rc2, v20.02-rc1, v19.11, v19.11-rc4, v19.11-rc3, v19.11-rc2, v19.11-rc1 |
|
| #
efe3a8db |
| 01-Oct-2019 |
Michael Shamis <[email protected]> |
examples/fips_validation: support TDES ECB
Signed-off-by: Michael Shamis <[email protected]> Reviewed-by: Marko Kovacevic <[email protected]>
|
| #
75b3dddf |
| 25-Sep-2019 |
Chaitanya Babu Talluri <[email protected]> |
examples/fips_validation: fix null dereferences
One issue caught by Coverity 343408 *deref_parm: Directly dereferencing parameter val->val.
In writeback_tdes_hex_str(), tmp_val is initialised to nu
examples/fips_validation: fix null dereferences
One issue caught by Coverity 343408 *deref_parm: Directly dereferencing parameter val->val.
In writeback_tdes_hex_str(), tmp_val is initialised to null. tmp_val.val is updated only if keys are found. If keys are not found,it doesn't fails but continues to invoke writeback_hex_str(),where val->val is accessed without null check.
The fix is to return the error, if keys are not found in writeback_tdes_hex_str().
Coverity issue: 343408 Fixes: 527cbf3d5e ("examples/fips_validation: support TDES parsing") Cc: [email protected]
Signed-off-by: Chaitanya Babu Talluri <[email protected]> Acked-by: Akhil Goyal <[email protected]>
show more ...
|
|
Revision tags: v19.08, v19.08-rc4, v19.08-rc3, v19.08-rc2, v19.08-rc1, v19.05, v19.05-rc4, v19.05-rc3, v19.05-rc2, v19.05-rc1, v19.02, v19.02-rc4, v19.02-rc3, v19.02-rc2, v19.02-rc1, v18.11, v18.11-rc5, v18.11-rc4, v18.11-rc3 |
|
| #
86ce81af |
| 07-Nov-2018 |
Marko Kovacevic <[email protected]> |
examples/fips_validation: fix uninitialized access
Fixing a bug raised in coverity using uninitialized value.
Coverity issue: 325881 Fixes: 527cbf3d5ee3 ("examples/fips_validation: support TDES par
examples/fips_validation: fix uninitialized access
Fixing a bug raised in coverity using uninitialized value.
Coverity issue: 325881 Fixes: 527cbf3d5ee3 ("examples/fips_validation: support TDES parsing")
Signed-off-by: Marko Kovacevic <[email protected]>
show more ...
|
|
Revision tags: v18.11-rc2 |
|
| #
527cbf3d |
| 02-Nov-2018 |
Marko Kovacevic <[email protected]> |
examples/fips_validation: support TDES parsing
Added enablement for TDES parser, to allow the application to parser the TDES request files and to validate all test types supported.
Signed-off-by: M
examples/fips_validation: support TDES parsing
Added enablement for TDES parser, to allow the application to parser the TDES request files and to validate all test types supported.
Signed-off-by: Marko Kovacevic <[email protected]> Signed-off-by: Fan Zhang <[email protected]> Acked-by: Arek Kusztal <[email protected]> Reviewed-by: Akhil Goyal <[email protected]>
show more ...
|