Skip to content

Commit 30cddcd

Browse files
authored
Merge pull request #3025 from dcooper16/missing_groups_32
Add missing TLS 1.3 Brainpool groups
2 parents d9cf5da + 45cf9e9 commit 30cddcd

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

testssl.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14939,6 +14939,9 @@ parse_tls_serverhello() {
1493914939
"0019") echo -n "secp521r1" >> $TMPFILE ;;
1494014940
"001D") echo -n "X25519" >> $TMPFILE ;;
1494114941
"001E") echo -n "X448" >> $TMPFILE ;;
14942+
"001F") echo -n "brainpoolP256r1tls13" >> $TMPFILE ;;
14943+
"0020") echo -n "brainpoolP384r1tls13" >> $TMPFILE ;;
14944+
"0021") echo -n "brainpoolP512r1tls13" >> $TMPFILE ;;
1494214945
"0100") echo -n "ffdhe2048" >> $TMPFILE ;;
1494314946
"0101") echo -n "ffdhe3072" >> $TMPFILE ;;
1494414947
"0102") echo -n "ffdhe4096" >> $TMPFILE ;;

0 commit comments

Comments
 (0)