nav tabs on admin dashboard
This commit is contained in:
+3
-2
@@ -22,7 +22,8 @@ var AttributeTypeValue = asn.define('AttributeTypeValue', function () {
|
||||
var AlgorithmIdentifier = asn.define('AlgorithmIdentifier', function () {
|
||||
this.seq().obj(
|
||||
this.key('algorithm').objid(),
|
||||
this.key('parameters').optional()
|
||||
this.key('parameters').optional(),
|
||||
this.key('curve').objid().optional()
|
||||
)
|
||||
})
|
||||
|
||||
@@ -64,7 +65,7 @@ var Extension = asn.define('Extension', function () {
|
||||
|
||||
var TBSCertificate = asn.define('TBSCertificate', function () {
|
||||
this.seq().obj(
|
||||
this.key('version').explicit(0).int(),
|
||||
this.key('version').explicit(0).int().optional(),
|
||||
this.key('serialNumber').int(),
|
||||
this.key('signature').use(AlgorithmIdentifier),
|
||||
this.key('issuer').use(Name),
|
||||
|
||||
Reference in New Issue
Block a user