Lines Matching full:critical
654 // this can be used to extract non-critical extensions that are not
668 // library which understands all the critical extensions.
716 PermittedDNSDomainsCritical bool // if true then the name constraints are marked critical.
952 return "x509: unhandled critical extension"
1346 out.PermittedDNSDomainsCritical = e.Critical
1436 // If we didn't parse anything then we do the critical check, below.
1538 // Unknown extensions are recorded if critical.
1562 // Unknown extensions are recorded if critical.
1566 if e.Critical && unhandled {
1712 ret[n].Critical = true
1763 ret[n].Critical = true
1816 // subjectAltName extension ... is marked as critical?
1817 ret[n].Critical = subjectIsEmpty
1845 ret[n].Critical = template.PermittedDNSDomainsCritical
2448 // There is no place for the critical flag in a CSR.