index
:
SimpleWebAuthn
master
openwrt
SimpleWebAuthn
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
packages
/
server
/
src
/
helpers
/
validateCertificatePath.ts
Age
Commit message (
Expand
)
Author
2023-08-18
Use single-quotes and increase line width
Matthew Miller
2023-08-18
Remove more eslint comments from server
Matthew Miller
2023-08-16
Run `deno fmt` on everything
Matthew Miller
2023-08-16
Move @peculiar libs to deps.ts
Matthew Miller
2023-08-16
Add file extensions to imports
Matthew Miller
2022-12-18
Turn pemToBytes into a helper
Matthew Miller
2022-12-15
Reduce more use of jsrsasign for X.509
Matthew Miller
2022-12-15
Rename two verifySignature() arguments
Matthew Miller
2022-12-15
Break out signatureAlgorithmToCOSEAlg into helper
Matthew Miller
2022-12-15
Use verifySignature() instead of jsrsasign
Matthew Miller
2022-12-15
Tweak updateHex() call
Matthew Miller
2022-11-13
Figure out a slow part of cert path validation
Matthew Miller
2022-07-28
Run `npm run lint`
Matthew Miller
2022-07-27
Export named validateCertificatePath()
Matthew Miller
2022-07-27
Export named isCertRevoked()
Matthew Miller
2022-02-09
Set up new custom error handling
Matthew Miller
2022-02-09
Throw new CertificateNotYetValidOrExpired error
Matthew Miller
2022-02-09
Report which intermediate cert has time issues
Matthew Miller
2022-02-02
Update cert path error to identify root, leaf cert
Matthew Miller
2022-01-29
Mock global.Date instead of refactoring
Matthew Miller
2022-01-29
Split out notBefore + notAfter check into helper
Matthew Miller
2021-08-17
Skip cert path validation if no root cert
Matthew Miller
2021-08-17
Fix broken path validation when no root certs
Matthew Miller
2021-08-03
Update path validation to try each root cert
Matthew Miller
2020-07-12
Clarify disabling of @ts-ignore
Matthew Miller
2020-07-08
Add in cert revocation check when validating path
Matthew Miller
2020-07-07
Move isCertRevoked into separate helper
Matthew Miller
2020-07-07
Add revocation check to validateCertificatePath
Matthew Miller
2020-07-07
Fix issue with potential cache miss
Matthew Miller
2020-07-07
Add caching to CRL revocation checks
Matthew Miller
2020-07-07
Make validateCertificatePath async
Matthew Miller
2020-07-07
Add initial method to test for cert revocation
Matthew Miller
2020-07-04
Remove console logging from cert path validator
Matthew Miller
2020-07-04
Check intermediate certs for temporal validity
Matthew Miller
2020-06-24
Add validateCertificatePath helper
Matthew Miller