eve/schema: add tls client logging

pull/7896/head
Victor Julien 3 years ago
parent c73d812026
commit 308fe31cb5

@ -5076,6 +5076,31 @@
"type": "object",
"optional": true,
"properties": {
"client": {
"type": "object",
"optional": true,
"properties": {
"fingerprint": {
"type": "string"
},
"issuerdn": {
"type": "string"
},
"notafter": {
"type": "string"
},
"notbefore": {
"type": "string"
},
"serial": {
"type": "string"
},
"subject": {
"type": "string"
}
},
"additionalProperties": false
},
"fingerprint": {
"type": "string"
},

Loading…
Cancel
Save