We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5bd2952 + f5e7505 commit 5e9ee13Copy full SHA for 5e9ee13
1 file changed
testssl.sh
@@ -13184,9 +13184,10 @@ prepare_tls_clienthello() {
13184
if [[ 0x$tls_low_byte -le 0x03 ]]; then
13185
extension_signature_algorithms="
13186
00, 0d, # Type: signature_algorithms , see RFC 5246
13187
- 00, 20, 00,1e, # lengths
+ 00, 30, 00,2e, # lengths
13188
06,01, 06,02, 06,03, 05,01, 05,02, 05,03, 04,01, 04,02, 04,03,
13189
- 03,01, 03,02, 03,03, 02,01, 02,02, 02,03"
+ 03,01, 03,02, 03,03, 02,01, 02,02, 02,03,
13190
+ 08,04, 08,05, 08,06, 08,07, 08,08, 08,09, 08,0a, 08,0b"
13191
else
13192
13193
00, 0d, # Type: signature_algorithms , see RFC 8446
0 commit comments