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-16
Remove elliptic and node-rsa
Matthew Miller
2022-08-16
Add support for -35 hash alg
Matthew Miller
2022-08-16
Run linting over changes
Matthew Miller
2022-08-16
Simplify Packed verifier
Matthew Miller
2022-08-16
Make verifyAuthenticationResponse async
Matthew Miller
2022-08-16
Update calls to verifySignature()
Matthew Miller
2022-08-16
Make verifySignature more robust
Matthew Miller
2022-08-15
Fix test description
Matthew Miller
2022-08-15
Merge pull request #254 from MasterKale/feat/fido-conformance-optional-up
Matthew Miller
feat/fido-conformance-optional-up
2022-08-15
Merge pull request #243 from agektmr/update_dpk
Matthew Miller
`devicePublicKey` => `devicePubKey`
2022-08-16
Update tests
Eiji Kitamura
2022-08-15
Add tests
Matthew Miller
2022-08-15
Add advancedFIDOConfig.userVerification to auth
Matthew Miller
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-09
`devicePublicKey` => `devicePubKey`
Eiji Kitamura
Aligning the spec
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
[next]