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