Add matching on EKU, validate EKUs, add hxtool matching glue, add check. Adapted from pach from Tim Miller of Mitre

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@22538 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2008-01-27 13:05:47 +00:00
parent f2a273e1a3
commit 0ff6dbc8bb
8 changed files with 142 additions and 10 deletions

View File

@@ -437,6 +437,12 @@ command = {
argument = "name"
help = "match on friendly name"
}
option = {
long = "eku"
type = "string"
argument = "oid-string"
help = "match on EKU"
}
option = {
long = "keyEncipherment"
type = "flag"