index
:
SimpleWebAuthn
master
openwrt
SimpleWebAuthn
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
packages
/
server
/
src
/
helpers
/
iso
Age
Commit message (
Collapse
)
Author
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-19
Add OKP verification
Matthew Miller
2022-11-19
Add missing key type to error
Matthew Miller
2022-11-19
Move complexity of sig ver into isoCrypto.verify()
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-16
Go ham on adding more type guards
Matthew Miller
2022-11-16
Support leaf cert sig verification
Matthew Miller
2022-11-16
Tweak typing for JWK
Matthew Miller
2022-11-16
Define COSECRV as enums
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
Replace isBase64URLString with isoBase64URL func
Matthew Miller
2022-11-13
Tweak isoCrypto docstring
Matthew Miller
2022-11-13
Move raw Crypto stuff into an iso helper
Matthew Miller
2022-11-12
Figure out a better pattern for exposing iso funcs
Matthew Miller
[prev]