index
:
SimpleWebAuthn
master
openwrt
SimpleWebAuthn
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Collapse
)
Author
2020-05-20
Initialize lerna project and move code to `server`
Matthew Miller
2020-05-19
Refine library method and type exports
Matthew Miller
2020-05-19
Replace `@types` with `@libTypes`
Matthew Miller
2020-05-19
Remove some semicolons from types.ts
Matthew Miller
2020-05-19
Finish setting up ts-jest
Matthew Miller
2020-05-19
Add verifyAssertionResponse
Matthew Miller
2020-05-19
Update arg naming in generateAssertionCredentials
Matthew Miller
2020-05-19
Spruce up some comments
Matthew Miller
2020-05-19
Add docs to top of verify methods
Matthew Miller
2020-05-19
Move U2F_USER_PRESENTED back into types
Matthew Miller
2020-05-19
Add parseAssertionAuthData
Matthew Miller
2020-05-19
Add types for SafetyNet JWT parts
Matthew Miller
2020-05-19
Add key type to existing Packed unit test
Matthew Miller
2020-05-19
Move COSEKeys into types
Matthew Miller
2020-05-19
Rename convertCOSEECDHAtoPKCS helper
Matthew Miller
2020-05-19
Add attestation verification to lib export
Matthew Miller
2020-05-19
Stub out validateCertificatePath for later
Matthew Miller
2020-05-19
Paste in some old comments to verifyNone
Matthew Miller
2020-05-19
Move parseAttestationAuthData into attestation/
Matthew Miller
2020-05-19
Add some spacing to verifyFIDOU2F
Matthew Miller
2020-05-19
Add support for Android SafetyNet attestation
Matthew Miller
2020-05-19
Add support for None attestation
Matthew Miller
2020-05-19
Remove @lib absolute path
Matthew Miller
2020-05-19
Add tests for verifyAttestationResponse
Matthew Miller
2020-05-19
Add ability to verify Packed response
Matthew Miller
2020-05-19
Set explicit return on verifyAttestationResponse
Matthew Miller
2020-05-19
Throw error on unexpected attestation format
Matthew Miller
2020-05-19
Add optional ecdaaKeyId to AttestationObject
Matthew Miller
2020-05-19
Clarify usage of decodeAttestationObject
Matthew Miller
2020-05-19
Move U2F_USER_PRESENTED into verifyFIDOU2F
Matthew Miller
2020-05-18
Add getCertificateInfo helper
Matthew Miller
2020-05-18
Add verifyFIDOU2F
Matthew Miller
2020-05-18
Add more helpers and types
Matthew Miller
2020-05-18
Start refactoring verifyAttestationResponse
Matthew Miller
2020-05-18
Create toHash helper
Matthew Miller
2020-05-18
Try new naming scheme for base64 strings
Matthew Miller
2020-05-18
Move custom type defs into a single file
Matthew Miller
2020-05-17
Add some helpers
Matthew Miller
2020-05-17
Enhance types for generate…() methods
Matthew Miller
2020-05-17
Add generateAssertionCredentials
Matthew Miller
2020-05-17
Add generateAttestationCredentials
Matthew Miller
2020-05-17
Initial Commit
Matthew Miller