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-11-11
Expand decodeCborFirst into cbor utils
Matthew Miller
2022-11-06
Update COSEPublicKey typing for new cbor output
Matthew Miller
2022-11-06
Get consistent on use of decodeCborFirst
Matthew Miller
2022-11-06
Rewrite decodeCborFirst with cbor-x
Matthew Miller
2022-11-06
Switch to uint8array helpers
Matthew Miller
2022-11-06
Switch to internal base64url
Matthew Miller
2022-11-05
Replace most Buffer types with Uint8Array
Matthew Miller
2022-11-05
Add new uint8array helpers
Matthew Miller
2022-11-05
Add new base64url helpers
Matthew Miller
2022-08-22
Add more explicit typing
Matthew Miller
2022-08-22
Add `userVerified` to auth verification output
Matthew Miller
2022-08-18
Give EdDSA top priority for registration
Matthew Miller
2022-08-17
Remove setting residentKey to discouraged for FIDO
Matthew Miller
2022-08-17
Update and add tests
Matthew Miller
2022-08-17
Capture more resident key nuances from the spec
Matthew Miller
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
[next]