|
|
@ -156,78 +156,6 @@ PayPro.prototype.x509Verify = function() { |
|
|
|
// }
|
|
|
|
// });
|
|
|
|
|
|
|
|
if (extensions.subjectDirectoryAttributes) { |
|
|
|
; |
|
|
|
} |
|
|
|
|
|
|
|
if (extensions.subjectKeyIdentifier) { |
|
|
|
; |
|
|
|
} |
|
|
|
|
|
|
|
if (extensions.keyUsage) { |
|
|
|
; |
|
|
|
} |
|
|
|
|
|
|
|
if (extensions.subjectAlternativeName) { |
|
|
|
; |
|
|
|
} |
|
|
|
|
|
|
|
if (extensions.issuerAlternativeName) { |
|
|
|
; |
|
|
|
} |
|
|
|
|
|
|
|
if (extensions.basicConstraints) { |
|
|
|
; |
|
|
|
} |
|
|
|
|
|
|
|
if (extensions.nameConstraints) { |
|
|
|
; |
|
|
|
} |
|
|
|
|
|
|
|
if (extensions.CRLDistributionPoints) { |
|
|
|
; |
|
|
|
} |
|
|
|
|
|
|
|
if (extensions.certificatePolicies) { |
|
|
|
; |
|
|
|
} |
|
|
|
|
|
|
|
if (extensions.policyMappings) { |
|
|
|
; |
|
|
|
} |
|
|
|
|
|
|
|
if (extensions.authorityKeyIdentifier) { |
|
|
|
; |
|
|
|
} |
|
|
|
|
|
|
|
if (extensions.policyConstraints) { |
|
|
|
; |
|
|
|
} |
|
|
|
|
|
|
|
if (extensions.extendedKeyUsage) { |
|
|
|
; |
|
|
|
} |
|
|
|
|
|
|
|
if (extensions.freshestCRL) { |
|
|
|
; |
|
|
|
} |
|
|
|
|
|
|
|
if (extensions.inhibitanyPolicy) { |
|
|
|
; |
|
|
|
} |
|
|
|
|
|
|
|
if (extensions.unknownExtension) { |
|
|
|
; |
|
|
|
} |
|
|
|
|
|
|
|
if (extensions.authorityInformationAccess) { |
|
|
|
; |
|
|
|
} |
|
|
|
|
|
|
|
if (extensions.subjectInformationAccess) { |
|
|
|
; |
|
|
|
} |
|
|
|
|
|
|
|
//
|
|
|
|
// Verify current certificate signature
|
|
|
|
//
|
|
|
|