summaryrefslogtreecommitdiffhomepage
path: root/packages/server/src
AgeCommit message (Collapse)Author
2022-11-11Refactor more to handle CBOR mapsMatthew Miller
2022-11-11Update verify reg resp for CBOR mapsMatthew Miller
2022-11-11Replace more referneces to external base64urlMatthew Miller
2022-11-11Replace some more references to BufferMatthew Miller
2022-11-11Expose new helpers in helpers exportMatthew Miller
2022-11-11Refactor decodeAuthenticatorExtensionsMatthew Miller
2022-11-11Replace use of base64url dep in clientDataJSONMatthew Miller
2022-11-11Refactor to use cbor helpersMatthew Miller
2022-11-11Refactor parseAuthenticatorDataMatthew Miller
2022-11-11Update uint8Array import pathsMatthew Miller
2022-11-11Expand uint8array utilsMatthew Miller
2022-11-11Expand base64url utils and remove defaultMatthew Miller
2022-11-11Expand decodeCborFirst into cbor utilsMatthew Miller
2022-11-06Update COSEPublicKey typing for new cbor outputMatthew Miller
2022-11-06Get consistent on use of decodeCborFirstMatthew Miller
2022-11-06Rewrite decodeCborFirst with cbor-xMatthew Miller
2022-11-06Switch to uint8array helpersMatthew Miller
2022-11-06Switch to internal base64urlMatthew Miller
2022-11-05Replace most Buffer types with Uint8ArrayMatthew Miller
2022-11-05Add new uint8array helpersMatthew Miller
2022-11-05Add new base64url helpersMatthew Miller
2022-08-22Add more explicit typingMatthew Miller
2022-08-22Add `userVerified` to auth verification outputMatthew Miller
2022-08-18Give EdDSA top priority for registrationMatthew Miller
2022-08-17Remove setting residentKey to discouraged for FIDOMatthew Miller
2022-08-17Update and add testsMatthew Miller
2022-08-17Capture more resident key nuances from the specMatthew Miller
2022-08-16Remove elliptic and node-rsaMatthew Miller
2022-08-16Add support for -35 hash algMatthew Miller
2022-08-16Run linting over changesMatthew Miller
2022-08-16Simplify Packed verifierMatthew Miller
2022-08-16Make verifyAuthenticationResponse asyncMatthew Miller
2022-08-16Update calls to verifySignature()Matthew Miller
2022-08-16Make verifySignature more robustMatthew Miller
2022-08-15Fix test descriptionMatthew Miller
2022-08-15Merge pull request #254 from MasterKale/feat/fido-conformance-optional-upMatthew Miller
feat/fido-conformance-optional-up
2022-08-15Merge pull request #243 from agektmr/update_dpkMatthew Miller
`devicePublicKey` => `devicePubKey`
2022-08-16Update testsEiji Kitamura
2022-08-15Add testsMatthew Miller
2022-08-15Add advancedFIDOConfig.userVerification to authMatthew Miller
2022-08-14Revert to optional attestation statement algMatthew Miller
2022-08-14Require attestationStatementAlg in metadata verifyMatthew Miller
2022-08-14Add new alg check to verifiers with metadataMatthew Miller
2022-08-14Add check for attStmt.alg against metadataMatthew Miller
2022-08-14Reduce string -> buffer -> string actionMatthew Miller
2022-08-14Add unit testMatthew Miller
2022-08-14Don't validate cert path when self-referencedMatthew Miller
2022-08-10Add more useful error outputMatthew Miller
2022-08-10Update unit testMatthew Miller
2022-08-10Remove duplicate alg signatureMatthew Miller