summaryrefslogtreecommitdiffhomepage
path: root/packages/server/src
AgeCommit message (Collapse)Author
2021-09-09Log count of cached local statementsMatthew Miller
2021-09-09Re-enable logging using new logger setupMatthew Miller
2021-09-09Create method to spawn namespaced loggersMatthew Miller
2021-09-01Clarify strict mode verification errorMatthew Miller
2021-09-01Clean up some docsMatthew Miller
2021-09-01Switch to verificationMode enum patternMatthew Miller
2021-08-31Add test for flagMatthew Miller
2021-08-31Add new (tentative) allowUnrecognizedAAGUID to MDSMatthew Miller
2021-08-27Clean up a couple of "assertion"'sMatthew Miller
2021-08-25fixing tests and cleanupJarrett Helton
2021-08-24Merge remote-tracking branch 'origin/master' into v4/rename-methods-and-typesJarrett Helton
2021-08-24refactor verified responsesJarrett Helton
2021-08-23start server package movementsJarrett Helton
2021-08-22Gather together all existing helpers and typesMatthew Miller
2021-08-22Load CRLs as buffers in isCertRevokedMatthew Miller
2021-08-22Add tests for parseAuthenticatorDataMatthew Miller
2021-08-22Fix parsing extension data in auth dataMatthew Miller
2021-08-22Add some basic tests for Metadata ServiceMatthew Miller
2021-08-22Replace referenes to "TOC" with "BLOB"Matthew Miller
2021-08-21Update future logging to report good server BLOBsMatthew Miller
2021-08-21Tweak error thrown when no statement for aaguidMatthew Miller
2021-08-21renaming assertion -> authenticationJarrett Helton
2021-08-21starting attestation -> registration renameJarrett Helton
2021-08-20Update unit tests for changes to SettingsServiceMatthew Miller
2021-08-20Add doc to verifyAttestationWithMetadataMatthew Miller
2021-08-20Try to match statement alg to metadata algsMatthew Miller
2021-08-20Add method to convert from algSign to COSE infoMatthew Miller
2021-08-20Revert return type of getStatementMatthew Miller
2021-08-20Fix import of MetadataStatementMatthew Miller
2021-08-20Fix call to getRootCertificatesMatthew Miller
2021-08-20Commit some cleanup codeMatthew Miller
2021-08-20Make URLs and statements optional during initMatthew Miller
2021-08-20Simplify retrieving entry from cacheMatthew Miller
2021-08-20Support downloading BLOBs instead of TOCsMatthew Miller
2021-08-20Update cached data structuresMatthew Miller
2021-08-20Update reference to MetadataStatement typeMatthew Miller
2021-08-20Update statement check in verifyPackedMatthew Miller
2021-08-20Shift position of RootCertIdentifierMatthew Miller
2021-08-20Add default root cert for MDSMatthew Miller
2021-08-20Update SettingsService to handle MDS root certMatthew Miller
2021-08-20Export all MDS typesMatthew Miller
2021-08-20Redefine MDS data structuresMatthew Miller
2021-08-20Migrate to new typesMatthew Miller
2021-08-20Define types from latest specsMatthew Miller
2021-08-19Start to redefine MetadataStatementMatthew Miller
2021-08-19Begin updating typesMatthew Miller
2021-08-19Require at least one server or statement on initMatthew Miller
2021-08-18Add root certs for android-keyMatthew Miller
2021-08-18Reorganize root certs by attestation formatMatthew Miller
2021-08-18Tweak existing root certsMatthew Miller