summaryrefslogtreecommitdiffhomepage
path: root/packages/server/src
AgeCommit message (Collapse)Author
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
2022-08-10Remove defunct algorithm signaturesMatthew Miller
Confirmed with Yuriy Ackermann @ FIDO
2022-08-09Fix URL for USER_VERIFHYMatthew Miller
2022-08-09Use TypeScript to enforce existence of COSE infoMatthew Miller
Also updates `alg` for secp256k1_ecdsa_sha256_raw and secp256k1_ecdsa_sha256_der
2022-08-09Update types to FIDO Registry v2.2Matthew Miller
2022-08-09`devicePublicKey` => `devicePubKey`Eiji Kitamura
Aligning the spec
2022-08-08Add missing test for #241Matthew Miller
2022-08-08Remove redundant array brackets from error messageMatthew Miller
2022-08-07Replace accidental debug valueMatthew Miller
2022-08-07Add comment about source of mappingsMatthew Miller
2022-08-07Update secp256k1_ecdsa_sha256 mappingMatthew Miller
2022-08-07Add mappings for rsa_emsa_pkcs1_sha256Matthew Miller
2022-08-07Make error output more usefulMatthew Miller