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-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
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
[prev]
[next]