Skip to content

Commit

Permalink
eve/schema: update for alpn
Browse files Browse the repository at this point in the history
  • Loading branch information
victorjulien committed May 31, 2024
1 parent f724318 commit c6d059e
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions etc/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -5862,6 +5862,20 @@
},
"additionalProperties": false
},
"client_alpns": {
"description": "TLS client ALPN field(s)",
"type": "array",
"items": {
"type": "string"
}
},
"server_alpns": {
"description": "TLS server ALPN field(s)",
"type": "array",
"items": {
"type": "string"
}
},
"fingerprint": {
"type": "string"
},
Expand Down

0 comments on commit c6d059e

Please sign in to comment.