Added issuer as one of the required fields

This is often a field used on it's own to identify a malicious cert
pull/158/head
molley 2019-04-02 17:28:49 +01:00 committed by GitHub
parent 0c6b7b4302
commit a85178255c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 2 deletions

View File

@ -3,7 +3,8 @@
"x509-fingerprint-md5", "x509-fingerprint-md5",
"x509-fingerprint-sha1", "x509-fingerprint-sha1",
"x509-fingerprint-sha256", "x509-fingerprint-sha256",
"serial-number" "serial-number",
"issuer"
], ],
"attributes": { "attributes": {
"subject": { "subject": {
@ -105,7 +106,7 @@
"ui-priority": 0 "ui-priority": 0
} }
}, },
"version": 7, "version": 8,
"description": "x509 object describing a X.509 certificate", "description": "x509 object describing a X.509 certificate",
"meta-category": "network", "meta-category": "network",
"uuid": "d1ab756a-26b5-4349-9f43-765630f0911c", "uuid": "d1ab756a-26b5-4349-9f43-765630f0911c",