index
:
SimpleWebAuthn
master
openwrt
SimpleWebAuthn
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
packages
/
server
/
src
/
attestation
/
verifications
/
verifyAndroidKey.ts
Age
Commit message (
Expand
)
Author
2021-08-23
start server package movements
Jarrett Helton
2021-08-17
Add optional cert path validation to everything
Matthew Miller
2021-08-17
Update all verification methods to accept blob
Matthew Miller
2021-08-02
Rename buffer-to-PEM method
Matthew Miller
2021-08-02
Relocate MetadataService
Matthew Miller
2020-10-12
Update OctetString values to access new `.buffer`
Matthew Miller
2020-09-07
Rename method for converting X.509 certs to PEM
Matthew Miller
2020-07-12
Remove parseCertificateASN1 helper
Matthew Miller
2020-07-10
Improve ASN.1 parsing in verifyAndroidKey
Matthew Miller
2020-07-08
Update AndroidKey to use new ASN1 helper
Matthew Miller
2020-07-07
Make validateCertificatePath async
Matthew Miller
2020-07-05
Fix import path in verifyAndroidKey
Matthew Miller
2020-07-04
Add metadata verification to AndroidKey
Matthew Miller
2020-07-04
Make verifyAndroidKey async
Matthew Miller
2020-06-25
Add certificate path validation to Android-Key
Matthew Miller
2020-06-23
Add another TODO verification android-key
Matthew Miller
2020-06-23
Fix error message when public keys don’t match
Matthew Miller
2020-06-23
Perform additional validations
Matthew Miller
2020-06-23
Pass in credPubKey to verifyAndroidKey
Matthew Miller
2020-06-22
Add verification support for Android-Key
Matthew Miller