mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-22 16:37:31 +09:00
nss: update to 3.44.1, with vc2013 fix and gyp fix
This commit is contained in:
parent
a2ef5fcde7
commit
d4b834111b
553 changed files with 1515569 additions and 1130 deletions
|
|
@ -35,6 +35,58 @@ entity NoMatch
|
|||
issuer CA1
|
||||
ku keyEncipherment,dataEncipherment,keyAgreement
|
||||
|
||||
entity NonCriticalServerAuthEKU
|
||||
type EE
|
||||
issuer CA1
|
||||
eku serverAuth
|
||||
|
||||
entity NonIPSECEKU
|
||||
type EE
|
||||
issuer CA1
|
||||
eku codeSigning
|
||||
|
||||
entity CriticalServerAuthEKU
|
||||
type EE
|
||||
issuer CA1
|
||||
ku digitalSignature
|
||||
eku critical,serverAuth
|
||||
|
||||
entity EKUIPsecIKE
|
||||
type EE
|
||||
issuer CA1
|
||||
ku digitalSignature
|
||||
eku critical,ipsecIKE
|
||||
|
||||
entity EKUIPsecIKEEnd
|
||||
type EE
|
||||
issuer CA1
|
||||
ku digitalSignature
|
||||
eku ipsecIKEEnd
|
||||
|
||||
entity EKUIPsecIKEIntermediate
|
||||
type EE
|
||||
issuer CA1
|
||||
ku digitalSignature
|
||||
eku codeSigning,serverAuth,ipsecIKEIntermediate
|
||||
|
||||
entity EKUAny
|
||||
type EE
|
||||
issuer CA1
|
||||
ku digitalSignature
|
||||
eku x509Any
|
||||
|
||||
entity EKUEmail
|
||||
type EE
|
||||
issuer CA1
|
||||
ku digitalSignature
|
||||
eku emailProtection
|
||||
|
||||
entity EKUIPsecUser
|
||||
type EE
|
||||
issuer CA1
|
||||
ku digitalSignature
|
||||
eku ipsecUser
|
||||
|
||||
db All
|
||||
|
||||
import Root::C,,
|
||||
|
|
@ -59,3 +111,39 @@ verify DigSigNonRepAndExtra:CA1
|
|||
verify NoMatch:CA1
|
||||
usage 12
|
||||
result fail
|
||||
|
||||
verify NonIPSECEKU:CA1
|
||||
usage 12
|
||||
result fail
|
||||
|
||||
verify NonCriticalServerAuthEKU:CA1
|
||||
usage 12
|
||||
result pass
|
||||
|
||||
verify CriticalServerAuthEKU:CA1
|
||||
usage 12
|
||||
result pass
|
||||
|
||||
verify EKUIPsecIKE:CA1
|
||||
usage 12
|
||||
result pass
|
||||
|
||||
verify EKUIPsecIKEEnd:CA1
|
||||
usage 12
|
||||
result pass
|
||||
|
||||
verify EKUIPsecIKEIntermediate:CA1
|
||||
usage 12
|
||||
result pass
|
||||
|
||||
verify EKUAny:CA1
|
||||
usage 12
|
||||
result pass
|
||||
|
||||
verify EKUEmail:CA1
|
||||
usage 12
|
||||
result pass
|
||||
|
||||
verify EKUIPsecUser:CA1
|
||||
usage 12
|
||||
result pass
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue