TWSD-1715 [JP] SSL Client Hello parse error
Review Request #1469 — Created March 26, 2026 and updated — Latest diff uploaded
| Information | |
|---|---|
| peteryeh | |
| APV10 | |
| rel_apv_10_7 | |
| TWSD-1715 | |
| Reviewers | |
| kevin.poh, mingji, tanya, weikai | |
APV can't handle Client Hello with large number of signature algorithm (> 28 algo) (which is 58 bytes).
Increase signature algorithm defined number to 128 algo (256 bytes) in SSL module.
Test with python script to send client hello with 128 signature alogrithm (256 bytes) in extension.
