summaryrefslogtreecommitdiffhomepage
path: root/packages/server/src/helpers/validateCertificatePath.ts
AgeCommit message (Expand)Author
2023-08-18Use single-quotes and increase line widthMatthew Miller
2023-08-18Remove more eslint comments from serverMatthew Miller
2023-08-16Run `deno fmt` on everythingMatthew Miller
2023-08-16Move @peculiar libs to deps.tsMatthew Miller
2023-08-16Add file extensions to importsMatthew Miller
2022-12-18Turn pemToBytes into a helperMatthew Miller
2022-12-15Reduce more use of jsrsasign for X.509Matthew Miller
2022-12-15Rename two verifySignature() argumentsMatthew Miller
2022-12-15Break out signatureAlgorithmToCOSEAlg into helperMatthew Miller
2022-12-15Use verifySignature() instead of jsrsasignMatthew Miller
2022-12-15Tweak updateHex() callMatthew Miller
2022-11-13Figure out a slow part of cert path validationMatthew Miller
2022-07-28Run `npm run lint`Matthew Miller
2022-07-27Export named validateCertificatePath()Matthew Miller
2022-07-27Export named isCertRevoked()Matthew Miller
2022-02-09Set up new custom error handlingMatthew Miller
2022-02-09Throw new CertificateNotYetValidOrExpired errorMatthew Miller
2022-02-09Report which intermediate cert has time issuesMatthew Miller
2022-02-02Update cert path error to identify root, leaf certMatthew Miller
2022-01-29Mock global.Date instead of refactoringMatthew Miller
2022-01-29Split out notBefore + notAfter check into helperMatthew Miller
2021-08-17Skip cert path validation if no root certMatthew Miller
2021-08-17Fix broken path validation when no root certsMatthew Miller
2021-08-03Update path validation to try each root certMatthew Miller
2020-07-12Clarify disabling of @ts-ignoreMatthew Miller
2020-07-08Add in cert revocation check when validating pathMatthew Miller
2020-07-07Move isCertRevoked into separate helperMatthew Miller
2020-07-07Add revocation check to validateCertificatePathMatthew Miller
2020-07-07Fix issue with potential cache missMatthew Miller
2020-07-07Add caching to CRL revocation checksMatthew Miller
2020-07-07Make validateCertificatePath asyncMatthew Miller
2020-07-07Add initial method to test for cert revocationMatthew Miller
2020-07-04Remove console logging from cert path validatorMatthew Miller
2020-07-04Check intermediate certs for temporal validityMatthew Miller
2020-06-24Add validateCertificatePath helperMatthew Miller