summaryrefslogtreecommitdiffhomepage
path: root/packages/server/src
AgeCommit message (Collapse)Author
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
2022-08-05Remove TODOMatthew Miller
2022-08-05Remove unused importsMatthew Miller
2022-08-05Add some TPM structs referencesMatthew Miller
2022-08-05Map from TPM curve ID to COSE crvMatthew Miller
2022-08-05Properly parse `unique` for ECC typeMatthew Miller
2022-08-05Add TPM test for ECC public area typeMatthew Miller
2022-07-28Run `npm run lint`Matthew Miller
2022-07-28Settle on better naming for "import * as" in testsMatthew Miller
2022-07-28Sync attestation verification filename and exportsMatthew Miller
2022-07-28 Update final test importsMatthew Miller
2022-07-28Update spies in verifyRegistrationResponse testsMatthew Miller
2022-07-28Update some test importsMatthew Miller
2022-07-27Export named SettingsServiceMatthew Miller
2022-07-27Export named MetadataServiceMatthew Miller
2022-07-27Export named verifyTPM()Matthew Miller