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
2023-08-16
Rearrange deps.ts
Matthew Miller
2023-08-16
Move more deps into deps.ts
Matthew Miller
2023-08-16
Explicitly export types to appease Deno
Matthew Miller
2023-08-16
Convert typescripti-types imports into deps.ts
Matthew Miller
2023-08-16
Address `deno lint` issues
Matthew Miller
2023-08-16
Map cbor-x to deno.land
Matthew Miller
2023-08-16
Change @hexagon/base64 to point to deno.land
Matthew Miller
2023-08-16
Add COSECRV.SECP256K1
Matthew Miller
2023-08-16
Add file extensions to imports
Matthew Miller
2023-07-21
Remove unnecessary tests in verify methods
Corentin Mors
2023-07-20
Add matched RPID to verify response
Corentin Mors
2023-07-19
Add origin in authentication and registration info
Corentin Mors
Closes #414
2023-06-22
Change syntax for readonly property
Matthew Miller
2023-06-04
Add an E2E test against live FIDO MDS
Matthew Miller
2023-06-04
Support use of RSA for JWT signatures
Matthew Miller
2023-06-04
Support PEM certs with leading spaces on each line
Matthew Miller
2023-02-16
Update tests
Matthew Miller
2023-02-16
Shorten list of default public key algs
Matthew Miller
2023-01-03
Always include credProps in extensions
Matthew Miller
2023-01-03
Prefer resident keys
Matthew Miller
2022-12-27
Revert renaming of registration credentialType
Matthew Miller
2022-12-27
Lint everything
Matthew Miller
2022-12-27
Rename `credential` opt to `response`
Matthew Miller
2022-12-27
Fix tests
Matthew Miller
2022-12-27
Update server methods to use new types
Matthew Miller
2022-12-18
Add more tests
Matthew Miller
2022-12-18
Add note about unwrapping signature
Matthew Miller
2022-12-18
Add test for verifyJWT
Matthew Miller
2022-12-18
Update MetadaService to use new verifyJWT()
Matthew Miller
2022-12-18
Pull out EC2 signature unwrapping into helper
Matthew Miller
2022-12-18
Turn pemToBytes into a helper
Matthew Miller
2022-12-18
Create JWT verifier
Matthew Miller
2022-12-18
Run linting
Matthew Miller
2022-12-15
Pass on no cert extensions
Matthew Miller
2022-12-15
Clean up unused import
Matthew Miller
2022-12-15
Pass on malformed CRL data
Matthew Miller
2022-12-15
Reduce use of jsrsasign in isCertRevoked()
Matthew Miller
2022-12-15
Reduce more use of jsrsasign for X.509
Matthew Miller
2022-12-15
Return more certificate info
Matthew Miller
2022-12-15
Rename two verifySignature() arguments
Matthew Miller
2022-12-15
Remove longer timeout on "apple" tests
Matthew Miller
2022-12-15
Remove "leaf" from convertX509PublicKeyToCOSE()
Matthew Miller
2022-12-15
Recognize use of secp384r1 in X.509
Matthew Miller
2022-12-15
Break out signatureAlgorithmToCOSEAlg into helper
Matthew Miller
2022-12-15
Refine COSE alg mapper errors
Matthew Miller
2022-12-15
Map RS1 COSE alg to WebCrypto alg name
Matthew Miller
2022-12-15
Use verifySignature() instead of jsrsasign
Matthew Miller
2022-12-15
Tweak updateHex() call
Matthew Miller
2022-12-15
Check Subject Key ID if Auth Key ID isn't set
Matthew Miller
This means we're potentially dealing with self-signed root certificate. This is a slight tweak based on a deeper reading of RFC 5280 Section 4.2.1.1 and 4.2.1.2
2022-12-10
Require resident key in registration options
Matthew Miller
[prev]
[next]