@sphereon/ssi-sdk-ext.x509-utils
Advanced tools
Comparing version 0.26.1-next.14 to 0.26.1-next.17
{ | ||
"name": "@sphereon/ssi-sdk-ext.x509-utils", | ||
"description": "Sphereon SSI-SDK plugin functions for X.509 Certificate handling.", | ||
"version": "0.26.1-next.14+ffd49e1", | ||
"version": "0.26.1-next.17+d87e5c4", | ||
"source": "src/index.ts", | ||
@@ -45,3 +45,3 @@ "main": "dist/index.js", | ||
], | ||
"gitHead": "ffd49e1ebc5f732bf7c295e593921de595eb06c2" | ||
"gitHead": "d87e5c473b5cd0f08a2e9eb611087a411be99c64" | ||
} |
@@ -238,3 +238,5 @@ import { AsnParser } from '@peculiar/asn1-schema' | ||
message: `Certificate chain validation failed for ${leafCert.certificateInfo.subject.dn.DN}.`, | ||
detailMessage: `Verification of the certificate ${currentCert.certificateInfo.subject.dn.DN} with issuer ${currentCert.x509Certificate.issuer} failed. Public key: ${JSON.stringify(currentCert.certificateInfo.publicKeyJWK)}.`, | ||
detailMessage: `Verification of the certificate ${currentCert.certificateInfo.subject.dn.DN} with issuer ${ | ||
currentCert.x509Certificate.issuer | ||
} failed. Public key: ${JSON.stringify(currentCert.certificateInfo.publicKeyJWK)}.`, | ||
verificationTime, | ||
@@ -275,3 +277,5 @@ ...(client && { client }), | ||
message: `Certificate chain validation failed for ${leafCert.certificateInfo.subject.dn.DN}.`, | ||
detailMessage: `No trust anchor was found in the chain. between ${chain[0].certificateInfo.subject.dn.DN} and ${chain[chain.length - 1].certificateInfo.subject.dn.DN}.`, | ||
detailMessage: `No trust anchor was found in the chain. between ${chain[0].certificateInfo.subject.dn.DN} and ${ | ||
chain[chain.length - 1].certificateInfo.subject.dn.DN | ||
}.`, | ||
verificationTime, | ||
@@ -278,0 +282,0 @@ ...(client && { client }), |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
135282
1960