summaryrefslogtreecommitdiffhomepage
path: root/packages/server/src
AgeCommit message (Collapse)Author
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-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
2022-07-27Export named parsePubArea()Matthew Miller
2022-07-27Export named parseCertInfo()Matthew Miller
2022-07-27Fix weird convertCOSEtoPKCS() refactorMatthew Miller
2022-07-27Export named verifyAttestationPacked()Matthew Miller
2022-07-27Export named verifyAttestationFIDOU2F()Matthew Miller
2022-07-27Export named verifyApple()Matthew Miller
2022-07-27Export named verifyAttestationAndroidSafetyNet()Matthew Miller
2022-07-27Export named verifyAttestationAndroidKey()Matthew Miller
2022-07-27Export named verifyRegistrationResponse()Matthew Miller
2022-07-27Export named generateRegistrationOptions()Matthew Miller
2022-07-27Export named verifyAttestationWithMetadata()Matthew Miller
2022-07-27Export named parseJWT()Matthew Miller
2022-07-27Export named generateChallenge() mockMatthew Miller
2022-07-27Export named verifySignature()Matthew Miller