summaryrefslogtreecommitdiffhomepage
path: root/packages/server/src
AgeCommit message (Collapse)Author
2023-08-16Add getWebCrypto to isoCryptoMatthew Miller
2023-08-16Replace iso-webcrypto with Deno's cryptoMatthew Miller
2023-08-16Run `ddi fmt` over src/Matthew Miller
2023-08-16Fix debug lib type exportMatthew Miller
2023-08-16Fix versions on more NPM libsMatthew Miller
2023-08-16Move @peculiar libs to deps.tsMatthew Miller
2023-08-16Rearrange deps.tsMatthew Miller
2023-08-16Move more deps into deps.tsMatthew Miller
2023-08-16Explicitly export types to appease DenoMatthew Miller
2023-08-16Convert typescripti-types imports into deps.tsMatthew Miller
2023-08-16Address `deno lint` issuesMatthew Miller
2023-08-16Map cbor-x to deno.landMatthew Miller
2023-08-16Change @hexagon/base64 to point to deno.landMatthew Miller
2023-08-16Add COSECRV.SECP256K1Matthew Miller
2023-08-16Add file extensions to importsMatthew Miller
2023-07-21Remove unnecessary tests in verify methodsCorentin Mors
2023-07-20Add matched RPID to verify responseCorentin Mors
2023-07-19Add origin in authentication and registration infoCorentin Mors
Closes #414
2023-06-22Change syntax for readonly propertyMatthew Miller
2023-06-04Add an E2E test against live FIDO MDSMatthew Miller
2023-06-04Support use of RSA for JWT signaturesMatthew Miller
2023-06-04Support PEM certs with leading spaces on each lineMatthew Miller
2023-02-16Update testsMatthew Miller
2023-02-16Shorten list of default public key algsMatthew Miller
2023-01-03Always include credProps in extensionsMatthew Miller
2023-01-03Prefer resident keysMatthew Miller
2022-12-27Revert renaming of registration credentialTypeMatthew Miller
2022-12-27Lint everythingMatthew Miller
2022-12-27Rename `credential` opt to `response`Matthew Miller
2022-12-27Fix testsMatthew Miller
2022-12-27Update server methods to use new typesMatthew Miller
2022-12-18Add more testsMatthew Miller
2022-12-18Add note about unwrapping signatureMatthew Miller
2022-12-18Add test for verifyJWTMatthew Miller
2022-12-18Update MetadaService to use new verifyJWT()Matthew Miller
2022-12-18Pull out EC2 signature unwrapping into helperMatthew Miller
2022-12-18Turn pemToBytes into a helperMatthew Miller
2022-12-18Create JWT verifierMatthew Miller
2022-12-18Run lintingMatthew Miller
2022-12-15Pass on no cert extensionsMatthew Miller
2022-12-15Clean up unused importMatthew Miller
2022-12-15Pass on malformed CRL dataMatthew Miller
2022-12-15Reduce use of jsrsasign in isCertRevoked()Matthew Miller
2022-12-15Reduce more use of jsrsasign for X.509Matthew Miller
2022-12-15Return more certificate infoMatthew Miller
2022-12-15Rename two verifySignature() argumentsMatthew Miller
2022-12-15Remove longer timeout on "apple" testsMatthew Miller
2022-12-15Remove "leaf" from convertX509PublicKeyToCOSE()Matthew Miller
2022-12-15Recognize use of secp384r1 in X.509Matthew Miller
2022-12-15Break out signatureAlgorithmToCOSEAlg into helperMatthew Miller