index
:
SimpleWebAuthn
master
openwrt
SimpleWebAuthn
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
packages
/
server
/
src
Age
Commit message (
Collapse
)
Author
2022-08-14
Revert to optional attestation statement alg
Matthew Miller
2022-08-14
Require attestationStatementAlg in metadata verify
Matthew Miller
2022-08-14
Add new alg check to verifiers with metadata
Matthew Miller
2022-08-14
Add check for attStmt.alg against metadata
Matthew Miller
2022-08-14
Reduce string -> buffer -> string action
Matthew Miller
2022-08-14
Add unit test
Matthew Miller
2022-08-14
Don't validate cert path when self-referenced
Matthew Miller
2022-08-10
Add more useful error output
Matthew Miller
2022-08-10
Update unit test
Matthew Miller
2022-08-10
Remove duplicate alg signature
Matthew Miller
2022-08-10
Remove defunct algorithm signatures
Matthew Miller
Confirmed with Yuriy Ackermann @ FIDO
2022-08-09
Fix URL for USER_VERIFHY
Matthew Miller
2022-08-09
Use TypeScript to enforce existence of COSE info
Matthew Miller
Also updates `alg` for secp256k1_ecdsa_sha256_raw and secp256k1_ecdsa_sha256_der
2022-08-09
Update types to FIDO Registry v2.2
Matthew Miller
2022-08-08
Add missing test for #241
Matthew Miller
2022-08-08
Remove redundant array brackets from error message
Matthew Miller
2022-08-07
Replace accidental debug value
Matthew Miller
2022-08-07
Add comment about source of mappings
Matthew Miller
2022-08-07
Update secp256k1_ecdsa_sha256 mapping
Matthew Miller
2022-08-07
Add mappings for rsa_emsa_pkcs1_sha256
Matthew Miller
2022-08-07
Make error output more useful
Matthew Miller
2022-08-05
Remove TODO
Matthew Miller
2022-08-05
Remove unused imports
Matthew Miller
2022-08-05
Add some TPM structs references
Matthew Miller
2022-08-05
Map from TPM curve ID to COSE crv
Matthew Miller
2022-08-05
Properly parse `unique` for ECC type
Matthew Miller
2022-08-05
Add TPM test for ECC public area type
Matthew Miller
2022-07-28
Run `npm run lint`
Matthew Miller
2022-07-28
Settle on better naming for "import * as" in tests
Matthew Miller
2022-07-28
Sync attestation verification filename and exports
Matthew Miller
2022-07-28
Update final test imports
Matthew Miller
2022-07-28
Update spies in verifyRegistrationResponse tests
Matthew Miller
2022-07-28
Update some test imports
Matthew Miller
2022-07-27
Export named SettingsService
Matthew Miller
2022-07-27
Export named MetadataService
Matthew Miller
2022-07-27
Export named verifyTPM()
Matthew Miller
2022-07-27
Export named parsePubArea()
Matthew Miller
2022-07-27
Export named parseCertInfo()
Matthew Miller
2022-07-27
Fix weird convertCOSEtoPKCS() refactor
Matthew Miller
2022-07-27
Export named verifyAttestationPacked()
Matthew Miller
2022-07-27
Export named verifyAttestationFIDOU2F()
Matthew Miller
2022-07-27
Export named verifyApple()
Matthew Miller
2022-07-27
Export named verifyAttestationAndroidSafetyNet()
Matthew Miller
2022-07-27
Export named verifyAttestationAndroidKey()
Matthew Miller
2022-07-27
Export named verifyRegistrationResponse()
Matthew Miller
2022-07-27
Export named generateRegistrationOptions()
Matthew Miller
2022-07-27
Export named verifyAttestationWithMetadata()
Matthew Miller
2022-07-27
Export named parseJWT()
Matthew Miller
2022-07-27
Export named generateChallenge() mock
Matthew Miller
2022-07-27
Export named verifySignature()
Matthew Miller
[next]