#
625110ef |
| 20-Jun-2024 |
Vidya Sagar Velumuri <vvelumuri@marvell.com> |
test/crypto: verify TLS 1.2 padding corruption
Add unit test to verify corrupted padding bytes in TLS-1.2 record
Signed-off-by: Vidya Sagar Velumuri <vvelumuri@marvell.com> Signed-off-by: Aakash Sa
test/crypto: verify TLS 1.2 padding corruption
Add unit test to verify corrupted padding bytes in TLS-1.2 record
Signed-off-by: Vidya Sagar Velumuri <vvelumuri@marvell.com> Signed-off-by: Aakash Sasidharan <asasidharan@marvell.com> Acked-by: Akhil Goyal <gakhil@marvell.com>
show more ...
|
#
76fb3725 |
| 13-Mar-2024 |
Vidya Sagar Velumuri <vvelumuri@marvell.com> |
test/crypto: verify TLS 1.2 padding
Add unit tests to verify the padding for TLS-1.2.
Signed-off-by: Vidya Sagar Velumuri <vvelumuri@marvell.com> Acked-by: Anoob Joseph <anoobj@marvell.com> Acked-b
test/crypto: verify TLS 1.2 padding
Add unit tests to verify the padding for TLS-1.2.
Signed-off-by: Vidya Sagar Velumuri <vvelumuri@marvell.com> Acked-by: Anoob Joseph <anoobj@marvell.com> Acked-by: Akhil Goyal <gakhil@marvell.com>
show more ...
|
#
d2379dd8 |
| 13-Mar-2024 |
Vidya Sagar Velumuri <vvelumuri@marvell.com> |
test/crypto: update framework to verify TLS 1.3
Update the fields in preparation of test descriptor.
Signed-off-by: Vidya Sagar Velumuri <vvelumuri@marvell.com> Acked-by: Anoob Joseph <anoobj@marve
test/crypto: update framework to verify TLS 1.3
Update the fields in preparation of test descriptor.
Signed-off-by: Vidya Sagar Velumuri <vvelumuri@marvell.com> Acked-by: Anoob Joseph <anoobj@marvell.com> Acked-by: Akhil Goyal <gakhil@marvell.com>
show more ...
|
#
361dbff3 |
| 13-Mar-2024 |
Vidya Sagar Velumuri <vvelumuri@marvell.com> |
test/crypto: verify TLS 1.3 header
In TLS 1.3, the version in the header would be TLS 1.2 and the content type would be APP irrespective of the type of the payload.
Signed-off-by: Vidya Sagar Velum
test/crypto: verify TLS 1.3 header
In TLS 1.3, the version in the header would be TLS 1.2 and the content type would be APP irrespective of the type of the payload.
Signed-off-by: Vidya Sagar Velumuri <vvelumuri@marvell.com> Acked-by: Anoob Joseph <anoobj@marvell.com> Acked-by: Akhil Goyal <gakhil@marvell.com>
show more ...
|
#
999089ba |
| 13-Mar-2024 |
Aakash Sasidharan <asasidharan@marvell.com> |
test/crypto: add DTLS 1.2 anti-replay cases
Add anti-replay test for DTLS 1.2.
Signed-off-by: Aakash Sasidharan <asasidharan@marvell.com> Acked-by: Anoob Joseph <anoobj@marvell.com> Acked-by: Akhil
test/crypto: add DTLS 1.2 anti-replay cases
Add anti-replay test for DTLS 1.2.
Signed-off-by: Aakash Sasidharan <asasidharan@marvell.com> Acked-by: Anoob Joseph <anoobj@marvell.com> Acked-by: Akhil Goyal <gakhil@marvell.com>
show more ...
|
#
79a58624 |
| 13-Mar-2024 |
Vidya Sagar Velumuri <vvelumuri@marvell.com> |
test/security: verify zero length TLS records
Add unit tests to verify the zero len TLS records. Zero len packets are allowed when content type is app data while zero packet length with other conten
test/security: verify zero length TLS records
Add unit tests to verify the zero len TLS records. Zero len packets are allowed when content type is app data while zero packet length with other content type (such as handshake) would result in an error.
Signed-off-by: Vidya Sagar Velumuri <vvelumuri@marvell.com> Acked-by: Anoob Joseph <anoobj@marvell.com> Acked-by: Akhil Goyal <gakhil@marvell.com>
show more ...
|
#
3b19ea79 |
| 13-Mar-2024 |
Vidya Sagar Velumuri <vvelumuri@marvell.com> |
test/crypto: verify TLS custom content
Add unit test to verify the TLS header creation with custom content type
Signed-off-by: Vidya Sagar Velumuri <vvelumuri@marvell.com> Acked-by: Anoob Joseph <a
test/crypto: verify TLS custom content
Add unit test to verify the TLS header creation with custom content type
Signed-off-by: Vidya Sagar Velumuri <vvelumuri@marvell.com> Acked-by: Anoob Joseph <anoobj@marvell.com> Acked-by: Akhil Goyal <gakhil@marvell.com>
show more ...
|
#
90f8ee2b |
| 13-Mar-2024 |
Vidya Sagar Velumuri <vvelumuri@marvell.com> |
test/crypto: verify TLS packet corruption
Add test to verify the corrupted TLS packet header
Signed-off-by: Vidya Sagar Velumuri <vvelumuri@marvell.com> Acked-by: Anoob Joseph <anoobj@marvell.com>
test/crypto: verify TLS packet corruption
Add test to verify the corrupted TLS packet header
Signed-off-by: Vidya Sagar Velumuri <vvelumuri@marvell.com> Acked-by: Anoob Joseph <anoobj@marvell.com> Acked-by: Akhil Goyal <gakhil@marvell.com>
show more ...
|
#
b43bdaa4 |
| 13-Mar-2024 |
Aakash Sasidharan <asasidharan@marvell.com> |
test/crypto: add DTLS 1.2 data walkthrough test
Add data walkthrough test for DTLS 1.2
Signed-off-by: Aakash Sasidharan <asasidharan@marvell.com> Acked-by: Anoob Joseph <anoobj@marvell.com> Acked-b
test/crypto: add DTLS 1.2 data walkthrough test
Add data walkthrough test for DTLS 1.2
Signed-off-by: Aakash Sasidharan <asasidharan@marvell.com> Acked-by: Anoob Joseph <anoobj@marvell.com> Acked-by: Akhil Goyal <gakhil@marvell.com>
show more ...
|
#
cf93f07b |
| 13-Mar-2024 |
Aakash Sasidharan <asasidharan@marvell.com> |
test/crypto: add TLS 1.2 data walkthrough test
Add data walkthrough test for TLS 1.2.
Signed-off-by: Aakash Sasidharan <asasidharan@marvell.com> Acked-by: Anoob Joseph <anoobj@marvell.com> Acked-by
test/crypto: add TLS 1.2 data walkthrough test
Add data walkthrough test for TLS 1.2.
Signed-off-by: Aakash Sasidharan <asasidharan@marvell.com> Acked-by: Anoob Joseph <anoobj@marvell.com> Acked-by: Akhil Goyal <gakhil@marvell.com>
show more ...
|
#
5540192c |
| 13-Mar-2024 |
Aakash Sasidharan <asasidharan@marvell.com> |
test/crypto: enable AES-GCM in combined mode TLS
Enable AES-GCM AEAD tests in combined mode TLS test suite.
Coverity issue: 414888 Fixes: 9157ccb8f876 ("test/crypto: verify TLS headers")
Signed-of
test/crypto: enable AES-GCM in combined mode TLS
Enable AES-GCM AEAD tests in combined mode TLS test suite.
Coverity issue: 414888 Fixes: 9157ccb8f876 ("test/crypto: verify TLS headers")
Signed-off-by: Aakash Sasidharan <asasidharan@marvell.com> Acked-by: Anoob Joseph <anoobj@marvell.com> Acked-by: Akhil Goyal <gakhil@marvell.com>
show more ...
|
#
9157ccb8 |
| 07-Dec-2023 |
Anoob Joseph <anoobj@marvell.com> |
test/crypto: verify TLS headers
Added verification of TLS headers in protocol offload tests.
Signed-off-by: Anoob Joseph <anoobj@marvell.com> Signed-off-by: Vidya Sagar Velumuri <vvelumuri@marvell.
test/crypto: verify TLS headers
Added verification of TLS headers in protocol offload tests.
Signed-off-by: Anoob Joseph <anoobj@marvell.com> Signed-off-by: Vidya Sagar Velumuri <vvelumuri@marvell.com> Acked-by: Akhil Goyal <gakhil@marvell.com>
show more ...
|
#
eaac2b60 |
| 07-Dec-2023 |
Vidya Sagar Velumuri <vvelumuri@marvell.com> |
test/crypto: add combined mode TLS cases
Added cases to try TLS record write(encrypt) + read(decrypt) operations. This is used for testing TLS record features with all algorithms supported by the se
test/crypto: add combined mode TLS cases
Added cases to try TLS record write(encrypt) + read(decrypt) operations. This is used for testing TLS record features with all algorithms supported by the security device.
Signed-off-by: Anoob Joseph <anoobj@marvell.com> Signed-off-by: Vidya Sagar Velumuri <vvelumuri@marvell.com> Acked-by: Akhil Goyal <gakhil@marvell.com>
show more ...
|
#
5df0478d |
| 07-Dec-2023 |
Anoob Joseph <anoobj@marvell.com> |
test/crypto: add TLS record cases
Add framework for testing TLS record cases. The framework supports testing with known vector tests in both session types (read & write).
Signed-off-by: Anoob Josep
test/crypto: add TLS record cases
Add framework for testing TLS record cases. The framework supports testing with known vector tests in both session types (read & write).
Signed-off-by: Anoob Joseph <anoobj@marvell.com> Signed-off-by: Vidya Sagar Velumuri <vvelumuri@marvell.com> Acked-by: Akhil Goyal <gakhil@marvell.com>
show more ...
|