Skip to content

Commit 5e9ee13

Browse files
authored
Merge pull request #2119 from dcooper16/rsapss
Include RSA-PSS in ClientHello
2 parents 5bd2952 + f5e7505 commit 5e9ee13

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

testssl.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13184,9 +13184,10 @@ prepare_tls_clienthello() {
1318413184
if [[ 0x$tls_low_byte -le 0x03 ]]; then
1318513185
extension_signature_algorithms="
1318613186
00, 0d, # Type: signature_algorithms , see RFC 5246
13187-
00, 20, 00,1e, # lengths
13187+
00, 30, 00,2e, # lengths
1318813188
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"
13189+
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"
1319013191
else
1319113192
extension_signature_algorithms="
1319213193
00, 0d, # Type: signature_algorithms , see RFC 8446

0 commit comments

Comments
 (0)