Lines Matching refs:value
38 value: [ [{type: id_at_commonName, value: issuer}] ] },
40 { notBefore: { type: 'utcTime', value: now },
41 notAfter: { type: 'utcTime', value: now + days * 86400000} },
43 value: [ [{type: id_at_commonName, value: subject}] ] },
52 { type: 'dNSName', value: 'good.example.org\u0000.evil.example.com' },
53 { type: 'dNSName', value: 'just-another.example.com' },
54 { type: 'iPAddress', value: Buffer.from('08080808', 'hex') },
55 { type: 'iPAddress', value: Buffer.from('08080404', 'hex') },
56 { type: 'dNSName', value: 'last.example.com' } ] }