blob: 65e4e1302d21ebe005157f0271a6c61ce02c8564 [file] [log] [blame]
// Copyright 2015 The Vanadium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
// This file was auto-generated by the vanadium vdl tool.
// Source: caveat.vdl
package revocation
import (
"v.io/v23/security"
"v.io/v23/uniqueid"
"v.io/v23/vdl"
)
func __VDLEnsureNativeBuilt_caveat() {
}
// NotRevokedCaveat is used to implement revocation.
// It validates iff the parameter is not included in a list of blacklisted
// values.
//
// The third-party discharging service checks this revocation caveat against a
// database of blacklisted (revoked) keys before issuing a discharge.
var NotRevokedCaveat = security.CaveatDescriptor{
Id: uniqueid.Id{
75,
70,
92,
86,
55,
121,
209,
59,
123,
163,
167,
214,
165,
52,
128,
0,
},
ParamType: vdl.TypeOf([]byte(nil)),
}