added matcher name for better visibility in result.
parent
98cf25dfed
commit
f15cfb0b43
|
@ -26,6 +26,7 @@ ssl:
|
||||||
|
|
||||||
matchers:
|
matchers:
|
||||||
- type: word
|
- type: word
|
||||||
|
name: tls-1.0
|
||||||
part: cipher
|
part: cipher
|
||||||
words:
|
words:
|
||||||
- "TLS_DHE_PSK_WITH_CAMELLIA_128_CBC_SHA256"
|
- "TLS_DHE_PSK_WITH_CAMELLIA_128_CBC_SHA256"
|
||||||
|
@ -237,6 +238,7 @@ ssl:
|
||||||
|
|
||||||
matchers:
|
matchers:
|
||||||
- type: word
|
- type: word
|
||||||
|
name: tls-1.1
|
||||||
part: cipher
|
part: cipher
|
||||||
words:
|
words:
|
||||||
- "TLS_DHE_PSK_WITH_CAMELLIA_128_CBC_SHA256"
|
- "TLS_DHE_PSK_WITH_CAMELLIA_128_CBC_SHA256"
|
||||||
|
@ -448,6 +450,7 @@ ssl:
|
||||||
|
|
||||||
matchers:
|
matchers:
|
||||||
- type: word
|
- type: word
|
||||||
|
name: tls-1.2
|
||||||
part: cipher
|
part: cipher
|
||||||
words:
|
words:
|
||||||
- "TLS_DHE_PSK_WITH_CAMELLIA_128_CBC_SHA256"
|
- "TLS_DHE_PSK_WITH_CAMELLIA_128_CBC_SHA256"
|
||||||
|
@ -659,6 +662,7 @@ ssl:
|
||||||
|
|
||||||
matchers:
|
matchers:
|
||||||
- type: word
|
- type: word
|
||||||
|
name: tls-1.3
|
||||||
part: cipher
|
part: cipher
|
||||||
words:
|
words:
|
||||||
- "TLS_DHE_PSK_WITH_CAMELLIA_128_CBC_SHA256"
|
- "TLS_DHE_PSK_WITH_CAMELLIA_128_CBC_SHA256"
|
||||||
|
|
Loading…
Reference in New Issue