summaryrefslogtreecommitdiffhomepage
path: root/packages/server/src
AgeCommit message (Collapse)Author
2020-07-04Pass aaguid into Packed verificationMatthew Miller
2020-07-04Add new metadata auth algorithm constantsMatthew Miller
2020-07-04Block getting statements during TOC refreshMatthew Miller
2020-07-04Add basic service state to MetadataServiceMatthew Miller
2020-07-04Remember to export MetadataService from serverMatthew Miller
2020-07-04Update getStatement to allow for aaguid BuffersMatthew Miller
2020-07-02Clean up some commentsMatthew Miller
2020-07-02Use jsrsasign to verify TOC JWT signatureMatthew Miller
2020-07-02Add (broken) signature verificationMatthew Miller
2020-07-02Rename a variable for laterMatthew Miller
2020-07-02Validate certificate path after downloading TOCMatthew Miller
2020-07-02Remove base64url dependency from MetadataServiceMatthew Miller
2020-07-02Enable hashing stringsMatthew Miller
2020-07-02Add `payload.no` check when downloading TOCMatthew Miller
2020-07-02Add hash check for downloaded statementsMatthew Miller
2020-07-02Remove empty comment lineMatthew Miller
2020-07-02Add MetadataService for coordinating MDSMatthew Miller
2020-06-30Add some TODO’s to verifyPackedMatthew Miller
2020-06-30Check for leftover bytes after parsing authDataMatthew Miller
2020-06-30Parse extensions data buffer from authDataMatthew Miller
2020-06-30Use CBOR decoder to extract pubKey from authDataMatthew Miller
2020-06-30Require minimum buffer size when parsing authDataMatthew Miller
2020-06-25Add certificate path validation to Android-KeyMatthew Miller
2020-06-24Update SafetyNet to use new cert path validatorMatthew Miller
2020-06-24Update SafetyNet to use existing PEM converterMatthew Miller
2020-06-24Add validateCertificatePath helperMatthew Miller
2020-06-23Confirm definition of SafetyNet cert CNMatthew Miller
2020-06-23Add another TODO verification android-keyMatthew Miller
2020-06-23Fix error message when public keys don’t matchMatthew Miller
2020-06-23Perform additional validationsMatthew Miller
2020-06-23Remove old tpmInfo from certificateInfo typeMatthew Miller
2020-06-23Pass in credPubKey to verifyAndroidKeyMatthew Miller
2020-06-23Add more comments to TPMMatthew Miller
2020-06-23Remove ASN1 parsing from getCertificateInfoMatthew Miller
2020-06-23Update verifyTPM to use new ASN.1 utilsMatthew Miller
2020-06-23Prepare some ASN.1 utilitiesMatthew Miller
2020-06-23Install @lapo/asn1jsMatthew Miller
2020-06-22Add verification support for Android-KeyMatthew Miller
2020-06-22Make tpmInfo in certInfo optionalMatthew Miller
2020-06-22Prepare for returning extra cert infoMatthew Miller
2020-06-22Reorganize attestation testsMatthew Miller
2020-06-22Clean up some commentsMatthew Miller
2020-06-22Fix TPM SHA1 testsMatthew Miller
2020-06-22Add test for TPM attestation using SHA1Matthew Miller
2020-06-22Add ability to specify an algo when verifying sigMatthew Miller
2020-06-22Successfully verify a TPM attestation!Matthew Miller
2020-06-22Include optional, additional TPM cert infoMatthew Miller
2020-06-22Add known manufacturers to TPM constantsMatthew Miller
2020-06-21Perform basic TPM signature verificationsMatthew Miller
2020-06-21Finish verifying TPM structureMatthew Miller