TWSD-704 Requirement to add TLS1.3 supported all ciphers under software SSL virtual host, for 10.7.3 branch

Review Request #1042 — Created Sept. 2, 2025 and discarded — Latest diff uploaded

peteryeh
APV10
rel_apv_10_7_3
TWSD-704
mingji, tanya, timlai, timsu, weikai

Add TLSv1.3 TLS_CHACHA20_POLY1305_SHA256, TLS_AES_128_CCM_SHA256, TLS_AES_128_CCM_8_SHA256 cipher for software SSL virtual host.

Test using browser and OpenSSL s_client:
openssl s_client -connect 192.168.10.91:10443 -tls1_3 -ciphersuites TLS_CHACHA20_POLY1305_SHA256
openssl s_client -connect 192.168.10.91:10443 -tls1_3 -ciphersuites TLS_AES_128_CCM_SHA256
openssl s_client -connect 192.168.10.91:10443 -tls1_3 -ciphersuites TLS_AES_128_CCM_8_SHA256

TLS_AES_128_CCM_SHA256, TLS_AES_128_CCM_8_SHA256 not supported for regular browser. Can only verify with openssl s_client.

Review Note: Some of the file cannot display on Reviewboard page for some reason.
Please download diff to review, thanks!

    Loading...