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-12-10
Require uv:true when verifying reg and auth resp
Matthew Miller
2022-12-10
Explicitly prefer UV in auth options
Matthew Miller
2022-12-01
Address PR feedback
Matthew Miller
2022-11-29
Run linting on everything
Matthew Miller
2022-11-29
Update server to use iso-webcrypto
Matthew Miller
2022-11-21
Set proper salt lengths for RSA-PSS
Matthew Miller
2022-11-21
Always use SHA-256 for fido-u2f
Matthew Miller
2022-11-21
Make mapCoseAlgToWebCryptoAlg more readable
Matthew Miller
2022-11-21
Add some notes
Matthew Miller
2022-11-21
Add support for RSA-PSS
Matthew Miller
2022-11-20
Add helper for mapping COSE alg to key alg
Matthew Miller
2022-11-20
Run linter over everything
Matthew Miller
2022-11-20
Fix server tests after type update
Matthew Miller
2022-11-19
Restore registration error case detection
Matthew Miller
2022-11-19
Add some docs
Matthew Miller
2022-11-19
Add OKP verification
Matthew Miller
2022-11-19
Add missing key type to error
Matthew Miller
2022-11-19
Add crv to COSEPublicKeyOKP
Matthew Miller
2022-11-19
Add support for RS1 alg in X.509 certs
Matthew Miller
2022-11-19
Update helpers exports
Matthew Miller
2022-11-19
Remove unused method
Matthew Miller
2022-11-19
Streamline calls to verifySignature()
Matthew Miller
2022-11-19
Map TPM alg to COSE alg
Matthew Miller
2022-11-19
Move complexity of sig ver into isoCrypto.verify()
Matthew Miller
2022-11-19
Add helper to convert X.509 pubKeys to COSE
Matthew Miller
2022-11-19
Tighten up .digest() with COSE values
Matthew Miller
2022-11-19
Split out COSE-specific values
Matthew Miller
2022-11-17
Break up isoCrypto
Matthew Miller
2022-11-17
Update verifySignature() options
Matthew Miller
2022-11-17
Update to TypeScript 4.9
Matthew Miller
2022-11-16
Go ham on adding more type guards
Matthew Miller
2022-11-16
Tweak verifySignature argument name
Matthew Miller
2022-11-16
Update calls to verifySignature()
Matthew Miller
2022-11-16
Support leaf cert sig verification
Matthew Miller
2022-11-16
Add test helper for webcrypto
Matthew Miller
2022-11-16
Make new isoVerify default sig verifier for pubkey
Matthew Miller
2022-11-16
Tweak typing for JWK
Matthew Miller
2022-11-16
Rename credentialPublicKey argument
Matthew Miller
2022-11-16
Define COSECRV as enums
Matthew Miller
2022-11-16
Use new isoCrypto for EC sig verification
Matthew Miller
2022-11-16
Add EC public key support
Matthew Miller
2022-11-16
Tighten up typing on normalizeAlgorithm
Matthew Miller
2022-11-16
Add methods for mapping from COSE to WebCrypto
Matthew Miller
2022-11-13
Bump up apple test time to 30 seconds
Matthew Miller
2022-11-13
Replace isBase64URLString with isoBase64URL func
Matthew Miller
2022-11-13
Tweak isoCrypto docstring
Matthew Miller
2022-11-13
Update helpers to use isoCrypto
Matthew Miller
2022-11-13
Move raw Crypto stuff into an iso helper
Matthew Miller
2022-11-13
Update toHash to use SubtleCrypto
Matthew Miller
2022-11-13
Figure out a slow part of cert path validation
Matthew Miller
[prev]
[next]