Merge pull request #8508 from valeriosetti/issue6323
[G3] Driver-only cipher+aead: TLS: ssl-opt.sh
This commit is contained in:
commit
752dd39a69
5 changed files with 129 additions and 38 deletions
|
@ -3702,7 +3702,7 @@ common_psa_crypto_config_accel_cipher_aead() {
|
|||
# are meant to be used together in analyze_outcomes.py script in order to test
|
||||
# driver's coverage for ciphers and AEADs.
|
||||
component_test_psa_crypto_config_accel_cipher_aead () {
|
||||
msg "test: crypto config with accelerated cipher and AEAD"
|
||||
msg "build: crypto config with accelerated cipher and AEAD"
|
||||
|
||||
loc_accel_list="ALG_ECB_NO_PADDING ALG_CBC_NO_PADDING ALG_CBC_PKCS7 ALG_CTR ALG_CFB \
|
||||
ALG_OFB ALG_XTS ALG_STREAM_CIPHER \
|
||||
|
@ -3758,13 +3758,22 @@ component_test_psa_crypto_config_accel_cipher_aead () {
|
|||
|
||||
msg "test: crypto config with accelerated cipher and AEAD"
|
||||
make test
|
||||
|
||||
msg "ssl-opt: crypto config with accelerated cipher and AEAD"
|
||||
tests/ssl-opt.sh
|
||||
}
|
||||
|
||||
component_test_psa_crypto_config_reference_cipher_aead () {
|
||||
msg "build: crypto config with non-accelerated cipher and AEAD"
|
||||
common_psa_crypto_config_accel_cipher_aead
|
||||
|
||||
make
|
||||
|
||||
msg "test: crypto config with non-accelerated cipher and AEAD"
|
||||
make test
|
||||
|
||||
msg "ssl-opt: crypto config with non-accelerated cipher and AEAD"
|
||||
tests/ssl-opt.sh
|
||||
}
|
||||
|
||||
component_test_aead_chachapoly_disabled() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue